.reviews-page #primary {
    margin: 60px auto 40px;
    max-width: 1100px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.avone li a {
    display: block;
    padding: 16px 16px 16px 16px	!important;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    color: #ffffff;
}

.page-hero {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 24px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.page-hero img,
.page-hero picture {
    display: block;
    width: 100%;
    height: 100%;
}

.page-hero img {
    object-fit: cover;
}

@media (max-width: 768px) {
    .page-hero {
        min-height: 180px;
    }
}

.reviews-page #content {
    width: 100% !important;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.reviews-wrapper {
    padding: 24px 0 60px;
    color: #333;
}

.reviews-header {
    text-align: center;
    margin-bottom: 28px;
}

.reviews-header h1 {
    margin: 0;
    color: #d00228;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 28px;
}

.reviews-header p {
    margin: 12px 0 0;
    color: #555;
}

.review-carousel {
    max-width: 1000px;
    margin: 0 auto;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 24px 50px rgba(16, 24, 40, 0.08);
    min-height: 240px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.review-name {
    font-weight: 600;
    font-size: 18px;
}

.review-source {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.05em;
}

.review-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.review-date {
    font-size: 13px;
    color: #999;
}

.stars {
    color: #fbbc04;
    font-size: 18px;
}

.write-review {
    text-align: center;
    margin-top: 35px;
}

.write-review a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(26, 115, 232, 0.25);
}

.write-review a:hover {
    background: #0f5bd7;
}

.review-carousel .slick-dots li button:before {
    color: #d00228;
}

.review-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d00228;
}

.review-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.review-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #d7d7d7;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.review-dots button.active {
    background: #d00228;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .review-card {
        padding: 24px 20px;
    }
}

@media (max-width: 520px) {
    .review-card {
        margin: 0 6px;
        padding: 22px 18px;
    }
}
