
.reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 50px auto
}

@media (min-width:760px) {
    .reviews {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1120px) {
    .reviews {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.review-card {
    background: #fff;
    border: 2px solid #e6e7eb;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    padding: 16px
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.review-header img {
    width: 28px;
    height: 28px;
    flex: 0 0 28px
}

.review-body {
    color: #374151;
    margin-bottom: 12px
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reviewer {
    font-weight: 600;
    color: #111827
}

.stars {
    color: #ff8a00;
    letter-spacing: .5px
}

.stars::after {
    content: "★★★★★"
}

/* hero */
.hero {
    max-width: 1200px;
    margin: 28px auto 28px auto;
    padding: 8px 0
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center
}

.hero-content .grid
{
    display: flex;
    gap: 40px
}

@media (min-width:900px) {
    .hero-grid {
        grid-template-columns: 380px 1fr
    }
}

.hero-media img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.hero-content h2 {
    margin: 0 0 6px 0;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}


.hero-content p {
    margin: 20px 0 20px 0 !important;
    color: #4b5563;
    line-height: 1.7
}

.hero-logos {
    display: flex;
    gap: 24px;
    align-items: center
}

.shoproku {
    height: 80px;
    width: auto
}

.logo-heureka {
    height: 35px;
    width: auto
}

/* portal block */
.portal {
    max-width: 1200px;
    margin: 28px auto;
    padding: 4px 0
}

.portal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center
}

@media (min-width:900px) {
    .portal-grid {
        grid-template-columns: 320px 1fr
    }
}

.portal-card img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.portal-content h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    color: #000;
    line-height: 1.4;
}

.portal-content p {
    color: #4b5563;
    line-height: 1.7
}

.portal-links {
    display: grid;
    flex-wrap: wrap;
    gap: 18px
}

.portal-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.portal-link img {
    height: 26px;
    width: auto
}

.portal-link span {
    color: #0096ff;
    text-decoration: underline;
    margin-left: 10px;
}

.portal-link.firmy img {
    height: 22px
}

/* inline rating card (image 2) */
.hk-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    overflow: hidden;
    border: 1px solid #eef0f3
}

.hk-header {
    position: relative;
    padding: 14px 14px 0 14px
}

.hk-logo {
    text-align: center;

}

.hk-logo img{
    box-shadow: none !important;
    max-width: 80%;
    margin: auto;
    padding: 10px 0 20px;
}


.hk-link {
    position: static;
    display: inline-block;
    font-size: 12px;
    color: #111827;
    text-decoration: underline;
    margin-bottom: 8px
}

.hk-badge {
    position: absolute;
    right: 12px;
    margin-top: -20px;
    height: 60px !important;
    width: 60px !important;
    box-shadow: none !important;
}

.hk-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    background: #008f34;
    color: #fff;
    margin: 8px auto 0px;
    padding: 14px;
    gap: 10px;
}

.hk-percent {
    font-size: 36px;
    font-weight: 200
}

.hk-percent span {
    font-size: .6em
}

.hk-hero-text {
    font-size: 13.5px;
    line-height: 1.4
}

.hk-stats {
    padding: 0 14px 14px;
    background: rgb(243, 244, 246);
    
}

.hk-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
   
}

.hk-rating .grid
{
    line-height: 1.4;
}

.hk-score {
    font-size: 26px;
    font-weight: 400;
    color: #008f34;
     margin-right: 10px;
}

.hk-stars {
    color: #008f34;
    letter-spacing: 3px;
    font-size: 20px;
}

.hk-caption {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px
}

.hk-pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
}

.hk-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f3f4f6;
    border-radius: 10px;
   
}

.hk-pill span {
    display: inline-block;
    background: #008f34;
    color: #fff;
    border-radius: 8px;
    padding: 0px 8px;
    font-weight: 700;
    min-width: 55px;
    text-align: center
}

.hk-pill small {
    color: #000
}
@media only screen and (max-width: 768px) {
    .hero-media .pc
    {
        display: none;
    }
   }
   @media only screen and (min-width: 768px) {
    .hero-media .mob
    {
        display: none;
    }
   }
@media only screen and (max-width: 600px) {
.shp-tabs-holder ul.shp-tabs a.shp-tab-link
{
    font-size: 16px !important;
    padding: 10px !important;
}
    .hero-grid, .portal-grid
    {
        gap: 24px
    }
    .portal-content h2, .hero-content h2
    {
        line-height: 1.2;
        font-size: 22px;
    }
}