/* Chrome-specific fixes */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Fix for "Real couples, real stories" title to stay on one line */
    .quote-intro {
        white-space: nowrap !important;
        font-size: clamp(3.2rem, 9.6vw, 4.8rem) !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 0.25rem !important;
    }
    
    /* Reduce quotes carousel height by additional amount in Chrome */
    .quotes-carousel {
        min-height: 85px !important;
    }

    /* Adjust section padding to accommodate larger title */
    #reviews-section {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}
