.heureka_reviews {
    display: block;
    width: 100%;
    color: #37474f;
    font-size: 14px;
    padding: 20px;
}

.heureka_reviews .left {
    width: 50%;
    display: block;
    float: left;
}

.heureka_reviews .right {
    width: 50%;
    display: block;
    float: left;
}

.heureka_reviews .left .heureka_link {
    color: #00a0dc;
    display: block;
}

.heureka_reviews .left .mobile_reviews {
    display: none;
}

.heureka_reviews .left .heureka_link:before {
    content: "\2192";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.heureka_reviews .left a {
    display: block;
    margin-top: 5px;
}

.heureka_reviews .items .item {
    height: 175px;
}

.heureka_reviews .items .item .bg_helper {
    background: #fff;
    height: 150px;
    padding: 15px 40px;
}

.heureka_reviews .left h2 {
    margin: 0px;
    padding: 0px;
}

.heureka_reviews .left p {
    margin: 50px 0px 0px 0px;
    padding: 0px;
}

.heureka_reviews .items .item .text {
    display: block;
    clear: both;
    font-style: italic;
}

.heureka_reviews .items .item .date {
    display: block;
    clear: both;
    margin-top: 10px;
    font-size: 12px;
    color: #909090;
}

.heureka_reviews .items .item .overeno_icon {
    width: 50px;
    display: table;
    margin: 0 auto;
    margin-top: -25px;
}

.heureka_reviews .stars {
    background: url('half.png') no-repeat;
    width: 66px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 5px;
}

.heureka_reviews .stars_inside {
    background: url('stars.png') no-repeat;
    width: 66px;
    height: 12px;
    display: block;
    float: left;
}

@media (max-width: 1024px) {
    .heureka_reviews .left {
        width: 100%;
    }

    .heureka_reviews .left .mobile_reviews {
        display: block;
    }

    .heureka_reviews .right {
        display: none;
    }

    .heureka_reviews .left p {
        margin: 25px 0px 0px 0px;
    }

    .heureka_reviews .left h2 {
        margin: 0px 0px 25px 0px;
    }
}

.heureka_reviews .items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.heureka_reviews .item {
    padding: 12px;
    width: calc(25% - 15px);
    /* 4 na řádek */
    box-sizing: border-box;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    height: 320px;
    /* pevná výška pro zarovnání */
    overflow: hidden;
}

.bg_helper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.stars {
    width: 80px;
    height: 16px;
    background: url('/img/star-empty.svg') repeat-x;
    position: relative;
    margin-bottom: 8px;
}

.stars_inside {
    background: url('/img/star-full.svg') repeat-x;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.bottom_row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    margin-top: auto;
    padding-top: 8px;
    min-height: 40px;
}

.left_col, .right_col {
    display: flex;
    align-items: center;
    height: 100%;
}

.right_col {
    text-align: right;
    white-space: nowrap; 
    padding-left: 10px; 
}

.text {
    flex: 1 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    color: #333;
    margin: 8px 0;
    min-height: 4.8em;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
}


.left_col .name {
    font-weight: bold;
}

.left_col .date {
    color: #777;
    font-size: 11px;
}

.right_col img.overeno_icon {
    height: 24px;
}

.summary_row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 50px;
    flex-wrap: wrap;
}

.review-source-card {
    display: flex;
    align-items: center;
    min-height: 58px;
    gap: 12px;
    color: #000;
}

.review-source-card > a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.review-source-card img {
    display: block;
    max-width: 102px;
    max-height: 34px;
}

.review-source-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    color: #000;
    line-height: 1.2;
}

.review-source-card__body strong {
    font-size: 16px;
}

.review-source-card__body a {
    font-size: 13px;
    text-decoration: underline;
    color: #000;
}

.review-source-card--heureka .review-source-card__body strong {
    font-size: 28px;
    line-height: 1;
}

.review-source-card__google {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #4285f4;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.heureka_reviews .review-source-card__stars.stars {
    float: none;
    margin: 0;
    width: 66px;
    height: 12px;
    background: url('half.png') no-repeat;
}

.heureka_reviews .review-source-card__stars .stars_inside {
    float: none;
    height: 12px;
    background: url('stars.png') no-repeat;
}

@media (max-width: 1024px) {
    .heureka_reviews .item {
        width: calc(50% - 15px); /* 2 na řádek na tabletech */
        height: auto; /* Flexibilní výška */
        min-height: 280px;
    }
}

@media (max-width: 768px) {
    .heureka_reviews .item {
        width: 100%; /* 1 na řádek na mobilech */
        min-height: auto;
    }
    
    .bottom_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .right_col {
        text-align: left;
        padding-left: 0;
    }
}
/* === Carousel (slick) === */
.heureka_reviews .reviews-carousel {
    display: block; /* override flex from .items */
    margin: 0 30px;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 5px 0;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.heureka_reviews .reviews-carousel .slick-slide > div {
    height: 100%;
}

.heureka_reviews .reviews-carousel .item {
    width: 100% !important;
    height: 100%;
    display: flex;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    z-index: 2;
    width: 30px;
    height: 30px;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: -30px;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: -30px;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #333;
    font-size: 26px;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -30px;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    font-size: 10px;
    color: #999;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #333;
}

@media (max-width: 768px) {
    /* Breakout: rodičovský .container má na mobilu fixní šířku 1700px
       (theme bug), proto blok donutíme držet šířku viewportu. */
    .heureka_reviews {
        padding: 10px;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        overflow: hidden;
    }

    .heureka_reviews .summary_row {
        margin: 0 0 20px 0;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .heureka_reviews .reviews-carousel {
        margin: 0 25px;
    }

    /* Na mobilu necháme šipky uvnitř, aby nebyly mimo viewport */
    .heureka_reviews .reviews-carousel .slick-prev {
        left: -20px;
    }
    .heureka_reviews .reviews-carousel .slick-next {
        right: -20px;
    }

    .heureka_reviews .reviews-carousel .slick-prev:before,
    .heureka_reviews .reviews-carousel .slick-next:before {
        font-size: 22px;
    }

    .heureka_reviews .reviews-carousel .slick-slide {
        padding: 0 4px;
    }

    /* Karta na mobilu: žádná fixní výška, normální blok */
    .heureka_reviews .reviews-carousel .item {
        height: auto;
        min-height: 0;
        width: 100% !important;
        padding: 10px;
        display: block;
    }

    .heureka_reviews .reviews-carousel .item .bg_helper {
        height: auto;
        display: block;
    }

    .heureka_reviews .reviews-carousel .item .text {
        min-height: 0;
        -webkit-line-clamp: unset;
        display: block;
        overflow: visible;
    }

    .heureka_reviews .reviews-carousel .bottom_row {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        min-height: 0;
    }

    .heureka_reviews .reviews-carousel .right_col {
        text-align: right;
        padding-left: 8px;
    }
}

/* Layout recenzi podle PDF nakresu 03.06.2026 */
.heureka_reviews {
    padding: 22px 0 38px;
    color: #263238;
}

.heureka_reviews .reviews-summary-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 52px;
}

.heureka_reviews .reviews-summary-group {
    display: grid;
    align-items: center;
    min-width: 0;
}

.heureka_reviews .reviews-summary-group--heureka {
    grid-template-columns: 170px auto minmax(170px, 1fr);
    column-gap: 28px;
}

.heureka_reviews .reviews-summary-group--google {
    grid-template-columns: 160px 110px minmax(170px, 1fr);
    column-gap: 28px;
}

.heureka_reviews .reviews-summary-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 146px;
    min-height: 112px;
    padding: 18px;
    border: 2px solid #d9cfc6;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}

.heureka_reviews .reviews-summary-badge img {
    display: block;
    max-width: 105px;
    max-height: 30px;
    margin-bottom: 6px;
}

.heureka_reviews .reviews-summary-badge span {
    color: #5f5148;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.heureka_reviews .reviews-summary-percent {
    color: #1b1b1b;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.heureka_reviews .reviews-summary-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.heureka_reviews .reviews-summary-text strong {
    color: #263238;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    color: #6a5a50;
    font-size: 15px;
    line-height: 1.25;
    text-decoration: none;
}

.heureka_reviews .reviews-summary-text a:hover {
    text-decoration: underline;
}

.heureka_reviews .reviews-google-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    min-height: 112px;
    border: 2px solid #d9cfc6;
    border-radius: 50%;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.heureka_reviews .reviews-google-logo img {
    display: block;
    width: 96px;
    max-width: 100%;
    height: auto;
}

.heureka_reviews .reviews-summary-google-rating {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.heureka_reviews .reviews-summary-google-rating strong {
    color: #263238;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none;
    margin: 0;
}

.heureka_reviews .reviews-carousel {
    margin: 0 48px;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 22px;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto;
    padding: 0 28px;
    box-sizing: border-box;
}

.heureka_reviews .reviews-carousel .slick-slide > div {
    height: 100%;
}

.heureka_reviews .reviews-carousel .item,
.heureka_reviews .item {
    display: flex;
    width: 100% !important;
    height: 100%;
    min-height: 0;
    padding: 0;
    box-sizing: border-box;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 150px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.heureka_reviews .review-card__head {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

.heureka_reviews .stars {
    position: relative;
    display: block;
    flex: 0 0 auto;
    float: none;
    width: 66px;
    height: 12px;
    margin: 0;
    background: url('half.png') no-repeat;
}

.heureka_reviews .stars_inside {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: none;
    height: 12px;
    background: url('stars.png') no-repeat;
}

.heureka_reviews .review-source-name {
    color: #41515a;
    font-size: 13px;
    line-height: 1.2;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    display: -webkit-box;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    color: #263238;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.heureka_reviews .bottom_row {
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    margin-top: auto;
    padding-top: 34px;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    display: block;
    height: auto;
    padding: 0;
    color: #41515a;
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    white-space: normal;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    z-index: 2;
    width: 34px;
    height: 34px;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: -44px;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: -44px;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #6a5a50;
    font-size: 24px;
    opacity: 1;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -20px;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #cfc6bd;
    font-size: 8px;
    opacity: 1;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #6a5a50;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 24px;
    }
}

/* Odkaz na zdroj recenze ma byt prirozene pod textem, ne nalepeny dole */
.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 220px !important;
    grid-template-rows: auto auto auto !important;
    align-content: start !important;
    row-gap: 18px !important;
}

.heureka_reviews .bottom_row {
    align-self: start !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    text-align: left !important;
    white-space: normal !important;
}
*** End of File

/* FINAL 2026-06-09: skutecny posledni override */
.heureka_reviews {
    background: transparent !important;
    padding: 24px 0 48px !important;
}

.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 620px)) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 44px !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 46px !important;
    padding: 0 34px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 140px 1px 110px minmax(210px, 1fr) !important;
    column-gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 88px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-group:before,
.heureka_reviews .reviews-summary-group--heureka:before,
.heureka_reviews .reviews-summary-group--google:before {
    content: "" !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 1px !important;
    height: 64px !important;
    background: #e6d9cf !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    grid-column: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 140px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 118px !important;
    max-height: 34px !important;
    margin: 0 0 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 118px !important;
    max-width: 118px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 110px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1d252b !important;
    text-align: center !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    grid-column: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #1d252b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    display: block !important;
    color: #6a5a50 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 70px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 34px !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-slide > div,
.heureka_reviews .reviews-carousel .item {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 260px !important;
    height: 100% !important;
    padding: 24px 24px 20px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 16px !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(92, 63, 42, .08) !important;
    box-sizing: border-box !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
}

.heureka_reviews .review-source-name {
    color: #263238 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    color: #151b22 !important;
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 1.52 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: end !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #eadfd7 !important;
    min-height: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    color: #7d6c61 !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 63, 42, .08) !important;
    z-index: 2 !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #9b704e !important;
    font-size: 26px !important;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -12px !important;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #d6c8bd !important;
    font-size: 8px !important;
    opacity: 1 !important;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #9b704e !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 620px) !important;
        gap: 18px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-carousel {
        padding: 0 46px !important;
    }
}

@media (max-width: 640px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-group:before,
    .heureka_reviews .reviews-summary-group--heureka:before,
    .heureka_reviews .reviews-summary-group--google:before {
        display: none !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo,
    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating,
    .heureka_reviews .reviews-summary-text {
        grid-column: 1 !important;
        justify-self: center !important;
        align-items: center !important;
    }
}

/* Zarovnani horniho souhrnu do stejne osy jako recenzni karty */
.heureka_reviews .reviews-summary-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 1092px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 48px !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    grid-template-columns: 132px 1px 104px minmax(180px, 1fr) !important;
    column-gap: 20px !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    width: 132px !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    width: 104px !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        max-width: 960px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        gap: 28px !important;
    }
}

/* Zpet na 4 karty ve slideru */
.heureka_reviews {
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
}

.heureka_reviews .reviews-carousel {
    width: auto !important;
    max-width: 1260px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

/* 5 recenzi v desktop slideru */
.heureka_reviews .reviews-carousel {
    max-width: 1480px !important;
    width: calc(100vw - 120px) !important;
    padding-left: 76px !important;
    padding-right: 76px !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 255px !important;
    padding: 24px 22px 20px !important;
}

@media (max-width: 1280px) {
    .heureka_reviews .reviews-carousel {
        width: calc(100vw - 72px) !important;
        padding-left: 58px !important;
        padding-right: 58px !important;
    }
}

/* Jemne vycentrovani horniho souhrnu po kontrole */
.heureka_reviews .reviews-summary-row {
    grid-template-columns: repeat(2, minmax(0, 560px)) !important;
    gap: 34px !important;
    max-width: 1190px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
}

/* Finalni oprava 09.06.: horni bez boxu, spodni boxy symetricky */
.heureka_reviews {
    background: transparent !important;
    padding: 24px 0 48px !important;
}

.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 620px)) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 44px !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 46px !important;
    padding: 0 34px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 140px 1px 110px minmax(210px, 1fr) !important;
    column-gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 88px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-group:before,
.heureka_reviews .reviews-summary-group--heureka:before,
.heureka_reviews .reviews-summary-group--google:before {
    content: "" !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 1px !important;
    height: 64px !important;
    background: #e6d9cf !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    grid-column: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 140px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 118px !important;
    max-height: 34px !important;
    margin: 0 0 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 118px !important;
    max-width: 118px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 110px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1d252b !important;
    text-align: center !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    grid-column: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #1d252b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    display: block !important;
    color: #6a5a50 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 70px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 34px !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-slide > div,
.heureka_reviews .reviews-carousel .item {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 260px !important;
    height: 100% !important;
    padding: 24px 24px 20px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 16px !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(92, 63, 42, .08) !important;
    box-sizing: border-box !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
}

.heureka_reviews .review-source-name {
    color: #263238 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    color: #151b22 !important;
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 1.52 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: end !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #eadfd7 !important;
    min-height: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    color: #7d6c61 !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 63, 42, .08) !important;
    z-index: 2 !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #9b704e !important;
    font-size: 26px !important;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -12px !important;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #d6c8bd !important;
    font-size: 8px !important;
    opacity: 1 !important;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #9b704e !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 620px) !important;
        gap: 18px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-carousel {
        padding: 0 46px !important;
    }
}

@media (max-width: 640px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-group:before,
    .heureka_reviews .reviews-summary-group--heureka:before,
    .heureka_reviews .reviews-summary-group--google:before {
        display: none !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo,
    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating,
    .heureka_reviews .reviews-summary-text {
        grid-column: 1 !important;
        justify-self: center !important;
        align-items: center !important;
    }
}

/* Varianta: horni souhrn bez boxu, spodni recenze v kartach */
.heureka_reviews {
    background: transparent !important;
    padding: 26px 0 48px !important;
}

.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 540px)) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 56px !important;
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto 46px !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 142px 1px 118px minmax(0, 1fr) !important;
    column-gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 90px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-group:before,
.heureka_reviews .reviews-summary-group--heureka:before,
.heureka_reviews .reviews-summary-group--google:before {
    content: "" !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 1px !important;
    height: 68px !important;
    background: #e6d9cf !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    grid-column: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 142px !important;
    min-height: 70px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 118px !important;
    max-height: 34px !important;
    margin: 0 0 6px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 118px !important;
    max-width: 118px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 118px !important;
    min-height: 70px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1d252b !important;
    text-align: center !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    grid-column: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #1d252b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    display: block !important;
    color: #9b704e !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 78px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 34px !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto !important;
    padding: 0 13px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-slide > div,
.heureka_reviews .reviews-carousel .item {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 260px !important;
    height: 100% !important;
    padding: 24px 24px 20px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 16px !important;
    align-content: start !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 22px rgba(92, 63, 42, .06) !important;
    box-sizing: border-box !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
}

.heureka_reviews .review-source-name {
    color: #263238 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    color: #151b22 !important;
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 1.52 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: end !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #eadfd7 !important;
    min-height: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    color: #7d6c61 !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 63, 42, .08) !important;
    z-index: 2 !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #9b704e !important;
    font-size: 26px !important;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -12px !important;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #d6c8bd !important;
    font-size: 8px !important;
    opacity: 1 !important;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #9b704e !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 560px) !important;
        gap: 18px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-carousel {
        padding: 0 46px !important;
    }
}

@media (max-width: 640px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-group:before,
    .heureka_reviews .reviews-summary-group--heureka:before,
    .heureka_reviews .reviews-summary-group--google:before {
        display: none !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo,
    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating,
    .heureka_reviews .reviews-summary-text {
        grid-column: 1 !important;
        justify-self: center !important;
        align-items: center !important;
    }
}

/* Vzhled podle reference - stabilni verze bez rozpadani layoutu */
.heureka_reviews {
    padding: 34px 0 48px !important;
    background: #fffaf6 !important;
    color: #18232d !important;
}

.heureka_reviews .reviews-summary-row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 28px !important;
    max-width: 1160px !important;
    width: 100% !important;
    margin: 0 auto 44px !important;
    padding: 0 32px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 1 1 0 !important;
    max-width: 550px !important;
    min-height: 118px !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 24px 28px !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 28px rgba(92, 63, 42, .07) !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 136px !important;
    width: 136px !important;
    min-width: 136px !important;
    min-height: 70px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 118px !important;
    max-height: 34px !important;
    margin: 0 0 6px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 116px !important;
    max-width: 116px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    min-height: 70px !important;
    padding-left: 24px !important;
    border-left: 1px solid #e6d9cf !important;
    color: #151b22 !important;
    text-align: center !important;
    box-sizing: content-box !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 130px !important;
    width: auto !important;
    overflow: hidden !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #151b22 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    color: #9b704e !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 64px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 34px !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .item,
.heureka_reviews .reviews-carousel .slick-slide > div {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 255px !important;
    padding: 24px 24px 20px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 16px !important;
    align-content: start !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 22px rgba(92, 63, 42, .06) !important;
    box-sizing: border-box !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    color: #151b22 !important;
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 1.5 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: end !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #eadfd7 !important;
    min-height: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    color: #7d6c61 !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 63, 42, .08) !important;
    z-index: 2 !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 0 !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 0 !important;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #9b704e !important;
    font-size: 26px !important;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -12px !important;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #d6c8bd !important;
    font-size: 8px !important;
    opacity: 1 !important;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #9b704e !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        max-width: 980px !important;
        gap: 20px !important;
    }

    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        gap: 16px !important;
        padding: 20px !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo {
        flex-basis: 120px !important;
        width: 120px !important;
        min-width: 120px !important;
    }

    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating {
        flex-basis: 92px !important;
        width: 92px !important;
        min-width: 92px !important;
        padding-left: 18px !important;
    }

    .heureka_reviews .reviews-summary-percent {
        font-size: 40px !important;
    }

    .heureka_reviews .reviews-summary-google-rating strong {
        font-size: 32px !important;
    }

    .heureka_reviews .reviews-summary-text strong {
        font-size: 17px !important;
    }

    .heureka_reviews .reviews-summary-text a,
    .heureka_reviews .reviews-summary-text span {
        font-size: 13px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-summary-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
    }

    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        width: 100% !important;
        max-width: 560px !important;
    }

    .heureka_reviews .reviews-carousel {
        padding: 0 46px !important;
    }
}

@media (max-width: 560px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        flex-direction: column !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    .heureka_reviews .reviews-summary-text {
        align-items: center !important;
    }

    .heureka_reviews .reviews-summary-text strong,
    .heureka_reviews .reviews-summary-text a,
    .heureka_reviews .reviews-summary-text span {
        white-space: normal !important;
    }
}

/* Korekce po kontrole: sirsi boxy, bez orezavani, klidnejsi pomery */
.heureka_reviews {
    background: transparent !important;
    padding: 18px 0 42px !important;
}

.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 600px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 32px !important;
    width: 100% !important;
    max-width: 1264px !important;
    margin: 0 auto 38px !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 130px 1px 112px minmax(210px, 1fr) !important;
    column-gap: 22px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 108px !important;
    padding: 20px 24px !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 22px rgba(92, 63, 42, .05) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-group:before,
.heureka_reviews .reviews-summary-group--heureka:before,
.heureka_reviews .reviews-summary-group--google:before {
    content: "" !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 1px !important;
    height: 64px !important;
    background: #e6d9cf !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    grid-column: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 130px !important;
    min-width: 0 !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 112px !important;
    max-height: 32px !important;
    margin: 0 0 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    width: 110px !important;
    max-width: 110px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 112px !important;
    min-width: 0 !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1d252b !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 33px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    grid-column: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #1d252b !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    display: block !important;
    color: #6a5a50 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 72px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    padding: 0 28px !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 190px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-rows: auto auto auto !important;
    align-content: start !important;
    row-gap: 16px !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 4 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: start !important;
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 3px !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 8px !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 600px) !important;
        gap: 16px !important;
    }
}

@media (max-width: 640px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-group:before,
    .heureka_reviews .reviews-summary-group--heureka:before,
    .heureka_reviews .reviews-summary-group--google:before {
        display: none !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo,
    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating,
    .heureka_reviews .reviews-summary-text {
        grid-column: 1 !important;
        justify-self: center !important;
        align-items: center !important;
    }
}

/* Definitivni sjednoceni hornich review boxu */
.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 520px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 24px !important;
    max-width: 1088px !important;
    margin: 0 auto 44px !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 128px 116px minmax(0, 1fr) !important;
    column-gap: 20px !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    min-height: 104px !important;
    padding: 16px 20px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 128px !important;
    min-height: 70px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 104px !important;
    max-height: 30px !important;
    margin: 0 0 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #5f5148 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 96px !important;
    max-width: 96px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 116px !important;
    min-height: 70px !important;
    color: #1d252b !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 44px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    justify-self: stretch !important;
    align-self: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: auto !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #263238 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    color: #6a5a50 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: repeat(2, minmax(0, 480px)) !important;
        gap: 20px !important;
        max-width: 1000px !important;
    }

    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 112px 98px minmax(0, 1fr) !important;
        column-gap: 16px !important;
        padding: 14px 16px !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo {
        width: 112px !important;
    }

    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating {
        width: 98px !important;
    }

    .heureka_reviews .reviews-summary-percent {
        font-size: 40px !important;
    }

    .heureka_reviews .reviews-summary-google-rating strong {
        font-size: 33px !important;
    }

    .heureka_reviews .reviews-summary-text strong {
        font-size: 18px !important;
    }

    .heureka_reviews .reviews-summary-text a,
    .heureka_reviews .reviews-summary-text span {
        font-size: 13px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 520px) !important;
        gap: 14px !important;
    }
}

@media (max-width: 560px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-text {
        align-items: center !important;
    }
}

/* Posun zdroje overeni bliz pod text recenze podle oznaceni v nahledu */
.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 180px !important;
    grid-template-rows: auto auto auto !important;
    row-gap: 16px !important;
}

.heureka_reviews .bottom_row {
    align-self: start !important;
    justify-content: flex-start !important;
    margin-top: 4px !important;
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .heureka_reviews {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 10px 14px 38px;
        overflow: hidden;
    }

    .heureka_reviews .reviews-summary-row,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 12px;
    }

    .heureka_reviews .reviews-summary-row {
        margin-bottom: 34px;
    }

    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating strong {
        font-size: 42px;
    }

    .heureka_reviews .reviews-carousel {
        margin: 0 28px;
    }

    .heureka_reviews .reviews-carousel .slick-slide {
        padding: 0 6px;
    }

    .heureka_reviews .reviews-carousel .slick-prev {
        left: -28px;
    }

    .heureka_reviews .reviews-carousel .slick-next {
        right: -28px;
    }

    .heureka_reviews .reviews-carousel .item .text,
    .heureka_reviews .items .item .text,
    .heureka_reviews .item .text {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }
}

/* Finalni dorovnani souhrnu: Heureka a Google vedle sebe podle nakresu */
.heureka_reviews .reviews-summary-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 46px !important;
    max-width: 1220px !important;
    margin: 0 auto 48px !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    gap: 20px !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-group--heureka {
    flex: 1 1 54% !important;
}

.heureka_reviews .reviews-summary-group--google {
    flex: 1 1 46% !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    flex: 0 0 118px !important;
    width: 118px !important;
    min-height: 92px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-badge img {
    max-width: 88px !important;
    max-height: 26px !important;
}

.heureka_reviews .reviews-summary-badge span {
    font-size: 12px !important;
}

.heureka_reviews .reviews-google-logo {
    font-size: 25px !important;
}

.heureka_reviews .reviews-summary-percent {
    flex: 0 0 auto !important;
    font-size: 52px !important;
}

.heureka_reviews .reviews-summary-google-rating {
    flex: 0 0 auto !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    font-size: 46px !important;
}

.heureka_reviews .reviews-summary-text {
    flex: 1 1 auto !important;
    min-width: 145px !important;
}

.heureka_reviews .reviews-summary-text strong {
    font-size: 19px !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    font-size: 14px !important;
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-summary-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 22px !important;
    }

    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        justify-content: center !important;
    }
}

/* Finalni opticke doladeni souhrnu a karet recenzi */
.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 520px)) !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 1120px !important;
    gap: 64px !important;
}

.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 128px 112px minmax(220px, 1fr) !important;
    column-gap: 22px !important;
    row-gap: 0 !important;
    align-items: center !important;
    justify-content: start !important;
    width: 100% !important;
    min-width: 0 !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    width: 128px !important;
    min-height: 72px !important;
    flex-basis: 128px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    justify-self: center !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    width: 112px !important;
    justify-self: center !important;
}

.heureka_reviews .reviews-summary-percent {
    text-align: center !important;
}

.heureka_reviews .reviews-summary-google-rating {
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 72px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    text-align: center !important;
    font-size: 38px !important;
    line-height: .95 !important;
}

.heureka_reviews .reviews-summary-text {
    justify-self: start !important;
    align-self: center !important;
    min-width: 0 !important;
    width: 100% !important;
}

.heureka_reviews .reviews-summary-text strong {
    font-size: 22px !important;
    line-height: 1.2 !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    font-size: 15px !important;
}

.heureka_reviews .reviews-google-logo {
    line-height: 1 !important;
}

.heureka_reviews .reviews-google-logo img {
    width: 96px !important;
    max-width: 100% !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-badge {
    align-items: center !important;
    justify-content: center !important;
}

.heureka_reviews .reviews-summary-badge img {
    max-width: 104px !important;
    max-height: 30px !important;
    margin-bottom: 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    padding: 0 26px !important;
}

.heureka_reviews .reviews-carousel .item,
.heureka_reviews .reviews-carousel .slick-slide > div {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 245px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 22px !important;
}

.heureka_reviews .review-card__head {
    margin-bottom: 0 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    align-self: start !important;
    -webkit-line-clamp: 4 !important;
}

.heureka_reviews .bottom_row {
    align-self: end !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    text-align: right !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: repeat(2, minmax(0, 480px)) !important;
        max-width: 1000px !important;
        gap: 36px !important;
    }

    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 112px 94px minmax(180px, 1fr) !important;
        column-gap: 18px !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo {
        width: 112px !important;
        min-height: 64px !important;
    }

    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating {
        width: 94px !important;
    }

    .heureka_reviews .reviews-summary-google-rating strong {
        font-size: 34px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 520px) !important;
        justify-content: center !important;
        gap: 22px !important;
    }

    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 112px 94px minmax(170px, 1fr) !important;
        column-gap: 18px !important;
    }
}

/* Finalni pozice zdroje recenze - musi byt uplne na konci */
.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 180px !important;
    display: grid !important;
    grid-template-rows: auto auto auto !important;
    align-content: start !important;
    row-gap: 16px !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: start !important;
    justify-content: flex-start !important;
    margin-top: 4px !important;
    padding-top: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    text-align: left !important;
    white-space: normal !important;
}

/* FINAL 2026-06-09: skutecny posledni override */
.heureka_reviews {
    background: transparent !important;
    padding: 24px 0 48px !important;
}

.heureka_reviews .reviews-summary-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 620px)) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 44px !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 46px !important;
    padding: 0 34px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    display: grid !important;
    grid-template-columns: 140px 1px 110px minmax(210px, 1fr) !important;
    column-gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 88px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
}

.heureka_reviews .reviews-summary-group:before,
.heureka_reviews .reviews-summary-group--heureka:before,
.heureka_reviews .reviews-summary-group--google:before {
    content: "" !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 1px !important;
    height: 64px !important;
    background: #e6d9cf !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    grid-column: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 140px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.heureka_reviews .reviews-summary-badge {
    flex-direction: column !important;
}

.heureka_reviews .reviews-summary-badge img {
    display: block !important;
    max-width: 118px !important;
    max-height: 34px !important;
    margin: 0 0 5px !important;
}

.heureka_reviews .reviews-summary-badge span {
    color: #6a5a50 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.heureka_reviews .reviews-google-logo img {
    display: block !important;
    width: 118px !important;
    max-width: 118px !important;
    height: auto !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 110px !important;
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1d252b !important;
    text-align: center !important;
}

.heureka_reviews .reviews-summary-percent {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-google-rating {
    gap: 4px !important;
}

.heureka_reviews .reviews-summary-google-rating .stars {
    float: none !important;
    order: 1 !important;
    margin: 0 !important;
}

.heureka_reviews .reviews-summary-google-rating strong {
    order: 2 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.heureka_reviews .reviews-summary-text {
    grid-column: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-summary-text strong {
    color: #1d252b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.heureka_reviews .reviews-summary-text a,
.heureka_reviews .reviews-summary-text span {
    display: block !important;
    color: #6a5a50 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.heureka_reviews .reviews-carousel {
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 70px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-list {
    padding: 0 0 34px !important;
}

.heureka_reviews .reviews-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.heureka_reviews .reviews-carousel .slick-slide {
    height: auto !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
}

.heureka_reviews .reviews-carousel .slick-slide > div,
.heureka_reviews .reviews-carousel .item {
    height: 100% !important;
}

.heureka_reviews .reviews-carousel .item .bg_helper,
.heureka_reviews .items .item .bg_helper,
.heureka_reviews .item .bg_helper {
    min-height: 260px !important;
    height: 100% !important;
    padding: 24px 24px 20px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    row-gap: 16px !important;
    background: #fff !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(92, 63, 42, .08) !important;
    box-sizing: border-box !important;
}

.heureka_reviews .review-card__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
}

.heureka_reviews .review-source-name {
    color: #263238 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.heureka_reviews .reviews-carousel .item .text,
.heureka_reviews .items .item .text,
.heureka_reviews .item .text {
    margin: 0 !important;
    color: #151b22 !important;
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 1.52 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 5 !important;
}

.heureka_reviews .bottom_row,
.heureka_reviews .reviews-carousel .bottom_row {
    align-self: end !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #eadfd7 !important;
    min-height: 0 !important;
}

.heureka_reviews .right_col,
.heureka_reviews .reviews-carousel .right_col {
    color: #7d6c61 !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
}

.heureka_reviews .reviews-carousel .slick-prev,
.heureka_reviews .reviews-carousel .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 63, 42, .08) !important;
    z-index: 2 !important;
}

.heureka_reviews .reviews-carousel .slick-prev {
    left: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-next {
    right: 8px !important;
}

.heureka_reviews .reviews-carousel .slick-prev:before,
.heureka_reviews .reviews-carousel .slick-next:before {
    color: #9b704e !important;
    font-size: 26px !important;
}

.heureka_reviews .reviews-carousel .slick-dots {
    bottom: -12px !important;
}

.heureka_reviews .reviews-carousel .slick-dots li button:before {
    color: #d6c8bd !important;
    font-size: 8px !important;
    opacity: 1 !important;
}

.heureka_reviews .reviews-carousel .slick-dots li.slick-active button:before {
    color: #9b704e !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        grid-template-columns: minmax(0, 620px) !important;
        gap: 18px !important;
    }
}

@media (max-width: 900px) {
    .heureka_reviews .reviews-carousel {
        padding: 0 46px !important;
    }
}

@media (max-width: 640px) {
    .heureka_reviews .reviews-summary-group,
    .heureka_reviews .reviews-summary-group--heureka,
    .heureka_reviews .reviews-summary-group--google {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
        text-align: center !important;
    }

    .heureka_reviews .reviews-summary-group:before,
    .heureka_reviews .reviews-summary-group--heureka:before,
    .heureka_reviews .reviews-summary-group--google:before {
        display: none !important;
    }

    .heureka_reviews .reviews-summary-badge,
    .heureka_reviews .reviews-google-logo,
    .heureka_reviews .reviews-summary-percent,
    .heureka_reviews .reviews-summary-google-rating,
    .heureka_reviews .reviews-summary-text {
        grid-column: 1 !important;
        justify-self: center !important;
        align-items: center !important;
    }
}

/* ABSOLUTE FINAL: zarovnani horniho souhrnu mezi hrany recenznich karet */
.heureka_reviews .reviews-summary-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 1092px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 48px !important;
}

.heureka_reviews .reviews-summary-group,
.heureka_reviews .reviews-summary-group--heureka,
.heureka_reviews .reviews-summary-group--google {
    grid-template-columns: 132px 1px 104px minmax(180px, 1fr) !important;
    column-gap: 20px !important;
}

.heureka_reviews .reviews-summary-badge,
.heureka_reviews .reviews-google-logo {
    width: 132px !important;
}

.heureka_reviews .reviews-summary-percent,
.heureka_reviews .reviews-summary-google-rating {
    width: 104px !important;
}

@media (max-width: 1180px) {
    .heureka_reviews .reviews-summary-row {
        max-width: 960px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        gap: 28px !important;
    }
}

/* Mobile reviews: use the available width and rely on swipe navigation. */
@media (max-width: 900px) {
    .heureka_reviews .reviews-carousel {
        display: block !important;
        width: calc(100vw - 24px) !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 0 !important;
    }

    .heureka_reviews .reviews-carousel .slick-list {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .heureka_reviews .reviews-carousel .slick-slide {
        width: calc(100vw - 24px) !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .heureka_reviews .reviews-carousel .slick-slide > div,
    .heureka_reviews .reviews-carousel .item,
    .heureka_reviews .reviews-carousel .item .bg_helper {
        width: 100% !important;
    }

    .heureka_reviews .reviews-carousel .slick-prev,
    .heureka_reviews .reviews-carousel .slick-next,
    .heureka_reviews .reviews-carousel .slick-dots {
        display: none !important;
    }
}
