.najklima-reviews-section {
    padding: 60px 0px;
    background: linear-gradient(135deg, #F0F0F0 0%, #FFFFFF 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.najklima-reviews-header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.logo-text {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(90deg, #0084D0 50%, #A92267 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-reviews {
    display: block;
    font-size: 18px;
    color: #515151;
    margin-top: -5px;
}

.logo-stars {
    color: #FFB300;
    font-size: 20px;
}

.logo-stars img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
}

.najklima-title-section h2 {
    font-size: 38px !important;
    text-align: right;
    margin: 0;
    line-height: 1.1 !important;
}

.najklima-title-section p {
    font-size: 22px !important;
    color: #6B7280;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
}

.najklima-reviews-slider {
    margin: 0 auto;
    position: relative;
}

.slider-container {
    position: relative;
}

.slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slider-track {
    display: flex;
    gap: 30px;
    padding: 10px 60px 10px 60px;
}

.review-card {
    flex: 0 0 375px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(81, 81, 81, 0.1);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid #F0F0F0;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(81, 81, 81, 0.15);
    border-color: #0084D0;
}

.review-card h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #515151;
}

.review-card-inner h3, .home .review-card-inner h3 {
    line-height: 1.2 !important;
    font-size: 25px !important;
}

.review-location {
    color: #6B7280;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}


.review-ratings {
    margin: 20px 0;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.rating-label {
    color: #6B7280;
    flex: 1;
    padding-right: 10px;
}

.rating-stars {
    white-space: nowrap;
}

.rating-stars img {
    vertical-align: middle;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F0F0F0;
}

.verified-badge {
    color: #6B7280;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.verified-badge img {
    width: 16px;
    height: 16px;
}

.review-link {
    color: #0084D0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.review-link:hover {
    color: #0084D0;
}

.review-link img {
    width: 14px;
    height: 14px;
}

.review-link:hover {
    text-decoration: underline;
    color: #A92267;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
}

.slider-nav-prev {
    left: 10px;
    background-image: url('https://najklima.sk/wp-content/uploads/2025/08/left-arrow.svg');
}

.slider-nav-next {
    right: 10px;
    background-image: url('https://najklima.sk/wp-content/uploads/2025/08/right-arrow.svg');
}

.slider-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

.slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.najklima-cta {
    text-align: center;
    margin-top: 50px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, #A92267 0%, #0084D0 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(169, 34, 103, 0.3);
}

.najklima-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 99999;
}

.najklima-popup-container {
    background: #FFFFFF;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    position: relative;
    animation: popupSlideIn 0.3s ease;
    box-shadow: 0 20px 40px rgba(81, 81, 81, 0.3);
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    border: 2px solid #6B7280;
    font-size: 24px;
    cursor: pointer;
    color: #6B7280;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    line-height: 1;
}

.popup-close:hover {
    background: #A92267;
    color: #FFFFFF;
    border-color: #A92267;
    transform: rotate(90deg);
}

.popup-content {
    padding: 40px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.popup-logo img {
    height: 50px;
    width: auto;
}

.popup-company {
    text-align: right;
}

.popup-company span {
    display: block;
}

#popup-customer-name {
    font-size: 28px;
    font-weight: bold;
    color: #0084D0;
    line-height: 1;
    margin-right: 30px;
}

#popup-location {
    font-size: 18px;
    color: #6B7280;
}

.najklima-logo-section {
    max-width: 260px;
}

.popup-body h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 30px;
}

.home .popup-body h3, .popup-body h3 {
    font-size: 20px !important;
    color: #000000;
    margin: 30px 0 20px;
}

.popup-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #F4F6F9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1;
    gap: 5px;
}

.info-label {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.info-item span:not(.info-label) {
    color: #515151;
    font-size: 18px;
    display: block;
}

.popup-ratings {
    background: #F4F6F9;
    padding: 20px;
    border-radius: 10px;
}

.popup-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #FFFFFF;
}

.popup-rating-row:last-child {
    border-bottom: none;
}

.popup-rating-row .rating-label {
    color: #515151;
    font-size: 18px;
}

.rating-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-value span:first-child {
    color: #0084D0;
    font-weight: bold;
}

.popup-review-text {
    margin-top: 30px;
    padding: 20px;
    background: #F4F6F9;
    border-radius: 10px;
}

.popup-review-text h3 {
    color: #000000;
    margin-top: 0;
}

.popup-review-text p {
    line-height: 1.6;
    color: #6B7280;
}

@supports (scroll-snap-type: x mandatory) {
    .slider-wrapper {
        scroll-padding: 60px;
    }
}

@media (max-width: 768px) {
    .review-card {
        flex: 0 0 280px;
    }

    .slider-track {
        padding: 10px 50px;
    }

    .popup-info-grid {
        grid-template-columns: 1fr;
    }

    .popup-content {
        padding: 25px;
    }

    .najklima-title-section h2 {
        font-size: 28px;
    }

    .najklima-title-section p {
        font-size: 18px !important;
        color: #6B7280;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0.2px;
        margin: 0;
        line-height: 1.2;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .review-card {
        flex: 0 0 85vw;
    }

    .slider-track {
        padding: 10px 20px;
    }


    .najklima-reviews-section {
        padding: 60px 0;
    }

    .slider-nav-prev {
        left: 5px;
    }

    .slider-nav-next {
        right: 5px;
    }

    .najklima-logo-section img {
        width: 160px;
    }

    .popup-body h2 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .popup-rating-row {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
        flex-direction: column;
    }
    .popup-rating-row .rating-label {
        color: #515151;
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }

    .najklima-reviews-header {
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        align-content: flex-start;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        gap: 10px;
    }

    .info-item {
        display: flex
    ;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        line-height: 1;
        gap: 5px;
    }

    .najklima-title-section h2 {
        font-size: 26px !important;
        text-align: left;
        margin: 0;
        line-height: 1.1 !important;
    }

    .popup-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .popup-company {
        text-align: left;
    }

    .popup-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


.najklima-reviews-section {
    padding: 80px 0px;
    background: linear-gradient(135deg, #F0F0F0 0%, #FFFFFF 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.najklima-reviews-header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo-text {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(90deg, #0084D0 50%, #A92267 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-reviews {
    display: block;
    font-size: 18px;
    color: #515151;
    margin-top: -5px;
}

.logo-stars {
    color: #FFB300;
    font-size: 20px;
}

.logo-stars img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
}

.najklima-title-section h2 {
    font-size: 38px !important;
    text-align: right;
    margin: 0;
    line-height: 1.1 !important;
}

.najklima-title-section p {
    font-size: 22px !important;
    color: #6B7280;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
}

.najklima-reviews-slider {
    margin: 0 auto;
    position: relative;
}

.slider-container {
    position: relative;
}

.slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slider-track {
    display: flex;
    gap: 30px;
    padding: 10px 60px 10px 60px;
}

.review-card {
    flex: 0 0 375px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(81, 81, 81, 0.1);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid #F0F0F0;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(81, 81, 81, 0.15);
    border-color: #0084D0;
}

.review-card h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #515151;
}

.review-card-inner h3 {
    line-height: 1 !important;
}

.review-location {
    color: #6B7280;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}

.review-ratings {
    margin: 20px 0;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.rating-label {
    color: #6B7280;
    flex: 1;
    padding-right: 10px;
}

.rating-stars {
    white-space: nowrap;
}

.rating-stars img {
    vertical-align: middle;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F0F0F0;
}

.verified-badge {
    color: #6B7280;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.verified-badge img {
    width: 16px;
    height: 16px;
}

.review-link {
    color: #0084D0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.review-link:hover {
    text-decoration: underline;
    color: #A92267;
}

.review-link img {
    width: 14px;
    height: 14px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
}

.slider-nav-prev {
    left: 10px;
    background-image: url('https://najklima.sk/wp-content/uploads/2025/08/left-arrow.svg');
}

.slider-nav-next {
    right: 10px;
    background-image: url('https://najklima.sk/wp-content/uploads/2025/08/right-arrow.svg');
}

.slider-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

.slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.najklima-cta {
    text-align: center;
    margin-top: 50px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, #A92267 0%, #0084D0 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(169, 34, 103, 0.3);
}

.najklima-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.najklima-popup-container {
    background: #FFFFFF;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    position: relative;
    animation: popupSlideIn 0.3s ease;
    box-shadow: 0 20px 40px rgba(81, 81, 81, 0.3);
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    border: 2px solid #6B7280;
    font-size: 24px;
    cursor: pointer;
    color: #6B7280;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    line-height: 1;
}

.popup-close:hover {
    background: #A92267;
    color: #FFFFFF;
    border-color: #A92267;
    transform: rotate(90deg);
}

.popup-content {
    padding: 40px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.popup-logo img {
    height: 50px;
    width: auto;
}

.popup-company {
    text-align: right;
}

.popup-company span {
    display: block;
}

#popup-customer-name {
    font-size: 28px;
    font-weight: bold;
    color: #0084D0;
    line-height: 1;
    margin-right: 30px;
}

#popup-location {
    font-size: 18px;
    color: #6B7280;
}

.popup-body h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 30px;
}

.home .popup-body h3, .popup-body h3 {
    font-size: 20px !important;
    color: #000000;
    margin: 30px 0 20px;
}

.popup-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #F4F6F9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.info-item {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 1;
    gap: 5px;
}

.info-label {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.info-item span:not(.info-label) {
    color: #515151;
    font-size: 18px;
}

.popup-ratings {
    background: #F4F6F9;
    padding: 20px;
    border-radius: 10px;
}

.popup-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.popup-rating-row:last-child {
    border-bottom: none;
}

.popup-rating-row .rating-label {
    color: #515151;
    font-size: 18px;
}

.rating-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-value span:first-child {
    color: #0084D0;
    font-weight: bold;
}

.popup-review-text {
    margin-top: 30px;
    padding: 20px;
    background: #F4F6F9;
    border-radius: 10px;
}

.popup-review-text h3 {
    color: #000000;
    margin-top: 0;
}

.popup-review-text p {
    line-height: 1.6;
    color: #6B7280;
}

/* Improved scroll-snap support */
@supports (scroll-snap-type: x mandatory) {
    .slider-wrapper {
        scroll-padding: 60px;
    }
}

/* Tablet styles */
@media (max-width: 768px) {
    .najklima-reviews-section {
        padding: 40px 15px;
    }

    .review-card {
        flex: 0 0 320px;
    }

    .slider-track {
        padding: 10px 40px;
        gap: 20px;
    }

    /* Center cards on tablets */
    .slider-wrapper {
        scroll-padding: 40px;
    }

    .popup-info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .popup-content {
        padding: 30px 25px;
    }

    .najklima-title-section h2 {
        font-size: 32px !important;
    }

    .najklima-title-section p {
        font-size: 18px !important;
    }

    .najklima-reviews-header {
        gap: 20px;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .slider-nav-prev {
        left: 5px;
    }

    .slider-nav-next {
        right: 5px;
    }
}

/* Mobile styles */
@media (max-width: 480px) {
    .najklima-reviews-section {
        padding: 30px 0;
    }

    /* Critical mobile scroll-snap fixes */
    .slider-wrapper {
        /* Remove padding for proper centering */
        scroll-padding: 0;
        /* Add small scroll padding to see edges */
        scroll-padding-inline: 10px;
    }

    .slider-track {
        /* Adjust padding for mobile */
        padding: 10px;
        gap: 15px;
        /* Add space at the end for last card to center */
        padding-right: calc(50vw - 50%);
    }

    .review-card {
        /* Make card width relative to viewport for better centering */
        flex: 0 0 calc(100vw - 40px);
        max-width: 340px;
        /* Change scroll-snap to center for mobile */
        scroll-snap-align: center;
    }

    /* Ensure first and last cards can be centered */
    .review-card:first-child {
        margin-left: 10px;
    }

    .review-card:last-child {
        margin-right: 10px;
    }

    .slider-nav-prev {
        left: 2px;
    }

    .slider-nav-next {
        right: 2px;
    }


    /* Header responsive improvements */
    .najklima-reviews-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        gap: 15px;
        margin-bottom: 0px;
    }

    .najklima-logo-section img {
        width: 180px;
        height: auto;
    }

    .najklima-title-section h2 {
        font-size: 24px !important;
        text-align: left;
        line-height: 1.2 !important;
    }

    .najklima-title-section p {
        font-size: 16px !important;
        text-align: left;
        margin-top: 8px;
        line-height: 1.3;
    }

    /* Card content adjustments */
    .review-card {
        padding: 20px;
    }

    .review-card h3 {
        font-size: 18px;
    }

    .review-location {
        font-size: 16px;
    }

    .rating-row {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .rating-label {
        padding-right: 5px;
    }

    .rating-stars img {
        width: 14px;
        height: 14px;
    }

    .verified-badge {
        font-size: 12px;
    }

    .review-link {
        font-size: 14px;
    }

    /* Popup mobile improvements */
    .najklima-popup-container {
        width: 95%;
        max-height: 95vh;
        border-radius: 15px;
    }

    .popup-content {
        padding: 20px;
    }

    .popup-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .popup-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .popup-logo img {
        height: 40px;
    }

    .popup-company {
        text-align: left;
    }

    #popup-customer-name {
        font-size: 22px;
        margin-right: 0;
    }

    #popup-location {
        font-size: 16px;
    }

    .popup-body h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px;
    }

    .home .popup-body h3, .popup-body h3 {
        font-size: 18px !important;
        margin: 20px 0 15px;
    }

    .popup-info-grid {
        padding: 15px;
        gap: 12px;
    }

    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .info-label {
        font-size: 14px;
    }

    .info-item span:not(.info-label) {
        font-size: 16px;
    }

    .popup-ratings {
        padding: 15px;
    }

    .popup-rating-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
        gap: 8px;
    }

    .popup-rating-row .rating-label {
        font-size: 14px;
        line-height: 1.3;
    }

    .rating-value {
        width: 100%;
        justify-content: space-between;
    }

    .rating-value span:first-child {
        font-size: 16px;
    }

    .popup-review-text {
        padding: 15px;
        margin-top: 20px;
    }

    .popup-review-text h3 {
        font-size: 16px;
    }

    .popup-review-text p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Very small mobile devices */
@media (max-width: 360px) {
    .review-card {
        flex: 0 0 calc(100vw - 30px);
    }

    .najklima-title-section h2 {
        font-size: 22px !important;
    }

    .najklima-title-section p {
        font-size: 14px !important;
    }

    .review-card {
        padding: 18px;
    }

    .rating-row {
        font-size: 12px;
    }

    .rating-stars img {
        width: 12px;
        height: 12px;
    }
}