/* ═══════════════════════════════════════
   Highlight Reviews Swiper (GYG-style)
   ═══════════════════════════════════════ */

.fts-v2-highlight-reviews {
    margin: 20px 0 8px !important;
    padding: 0 !important;
}

.fts-v2-highlight-reviews-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
}

.fts-v2-highlight-reviews-title {
    margin: 0 !important;
    font-family: var(--v2-font-heading, Outfit, sans-serif) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: var(--v2-dark, #1a2332) !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.fts-v2-highlight-reviews-link {
    flex-shrink: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--v2-dark, #1a2332) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    white-space: nowrap !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    font-family: inherit !important;
}

.fts-v2-highlight-reviews-link:hover {
    color: var(--v2-primary, #ff6b35) !important;
}

.fts-v2-highlight-reviews-carousel {
    position: relative !important;
    overflow: visible !important;
    padding: 0 52px !important;
}

.fts-v2-highlight-reviews-swiper {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 2px 0 4px !important;
}

.fts-v2-highlight-reviews-swiper .swiper-slide {
    height: auto !important;
}

.fts-v2-highlight-review-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: 100% !important;
    min-height: 220px !important;
    padding: 18px 18px 16px !important;
    background: #fff !important;
    border: 1px solid var(--v2-border, #e2e8f0) !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}

.fts-v2-highlight-review-stars {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.fts-v2-highlight-review-stars-row {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    color: #111827 !important;
}

.fts-v2-highlight-star {
    display: inline-flex !important;
    line-height: 0 !important;
    color: #d1d5db !important;
}

.fts-v2-highlight-star.is-filled {
    color: #111827 !important;
}

.fts-v2-highlight-review-score {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    line-height: 1 !important;
}

.fts-v2-highlight-review-author {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.fts-v2-highlight-review-avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.fts-v2-highlight-review-author-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}

.fts-v2-highlight-review-name {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--v2-dark, #1a2332) !important;
    line-height: 1.35 !important;
}

.fts-v2-highlight-review-meta {
    font-size: 12px !important;
    color: var(--v2-text-muted, #718096) !important;
    line-height: 1.4 !important;
}

.fts-v2-highlight-review-body {
    margin-top: auto !important;
}

.fts-v2-highlight-review-text {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: var(--v2-text-light, #4a5568) !important;
}

.fts-v2-highlight-review-more {
    margin-top: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--v2-dark, #1a2332) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    cursor: pointer !important;
}

.fts-v2-highlight-review-more:hover {
    color: var(--v2-primary, #ff6b35) !important;
}

.fts-v2-highlight-reviews-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 5 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #2563eb !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #2563eb !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease !important;
}

.fts-v2-highlight-reviews-arrow::after {
    content: none !important;
    display: none !important;
}

.fts-v2-highlight-reviews-arrow--prev {
    left: 0 !important;
}

.fts-v2-highlight-reviews-arrow--next {
    right: 0 !important;
}

.fts-v2-highlight-reviews-arrow:hover:not(.is-disabled) {
    background: #eff6ff !important;
}

.fts-v2-highlight-reviews-arrow.is-disabled {
    opacity: 0.35 !important;
    pointer-events: none !important;
    cursor: default !important;
}

/* ── Reviews popup modal ── */

body.fts-v2-hr-modal-open {
    overflow: hidden !important;
}

.fts-v2-hr-modal {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99990 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 16px !important;
    background: rgba(15, 23, 42, 0.55) !important;
    box-sizing: border-box !important;
}

.fts-v2-hr-modal.active {
    display: flex !important;
}

.fts-v2-hr-modal-panel {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 640px !important;
    max-height: 85vh !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18) !important;
    overflow: hidden !important;
}

.fts-v2-hr-modal-header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 20px 20px 12px !important;
    border-bottom: 1px solid var(--v2-border, #e2e8f0) !important;
    flex-shrink: 0 !important;
}

.fts-v2-hr-modal-title {
    margin: 0 !important;
    font-family: var(--v2-font-heading, Outfit, sans-serif) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: var(--v2-dark, #1a2332) !important;
    padding-right: 8px !important;
}

.fts-v2-hr-modal-close {
    flex-shrink: 0 !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--v2-border, #e2e8f0) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--v2-dark, #1a2332) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

.fts-v2-hr-modal-close:hover {
    background: var(--v2-bg-gray, #f8f9fa) !important;
    border-color: #cbd5e1 !important;
}

.fts-v2-hr-modal-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding: 16px 20px !important;
    -webkit-overflow-scrolling: touch !important;
}

.fts-v2-hr-modal-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.fts-v2-highlight-review-card--modal {
    min-height: 0 !important;
    height: auto !important;
}

.fts-v2-hr-modal-footer {
    flex-shrink: 0 !important;
    padding: 14px 20px 20px !important;
    border-top: 1px solid var(--v2-border, #e2e8f0) !important;
    background: #fff !important;
}

.fts-v2-hr-modal-full-link {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    border: 2px solid var(--v2-dark, #1a2332) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--v2-dark, #1a2332) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.fts-v2-hr-modal-full-link:hover {
    background: var(--v2-dark, #1a2332) !important;
    color: #fff !important;
    border-color: var(--v2-dark, #1a2332) !important;
}
