/* ==========================================================================
   HeloLokal – Single Experience Product Page
   Scoped under: #hl-experience-single
   ========================================================================== */

/* ── Custom Properties ────────────────────────────────────────────────────── */
#hl-experience-single {
    --hl-orange:      #E8571E;
    --hl-orange-dark: #c94817;
    --hl-green:       #3B7A3E;
    --hl-green-light: #edf7ee;
    --hl-teal:        #2a8c8c;
    --hl-dark:        #1a1a2e;
    --hl-bg:          #f9f9f7;
    --hl-white:       #ffffff;
    --hl-border:      #e5e7eb;
    --hl-muted:       #6b7280;
    --hl-shadow:      0 4px 24px rgba(0, 0, 0, 0.10);
    --hl-shadow-sm:   0 2px 8px rgba(0, 0, 0, 0.07);
    --hl-radius:      16px;
    --hl-radius-sm:   10px;
    --hl-transition:  0.22s ease;

    background-color: var(--hl-bg);
    color: var(--hl-dark);
    font-family: inherit;
    line-height: 1.6;
}

/* ── Page Container ───────────────────────────────────────────────────────── */
#hl-experience-single .hl-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

/* ── ① Back Navigation ────────────────────────────────────────────────────── */
#hl-experience-single .hl-back-nav {
    padding: 20px 0 16px;
}

#hl-experience-single .hl-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: var(--hl-muted);
    text-decoration: none;
    transition: color var(--hl-transition);
}

#hl-experience-single .hl-back-link:hover {
    color: var(--hl-orange);
}

#hl-experience-single .hl-back-arrow {
    font-size: 1.1rem;
    line-height: 1;
}

/* ── ② Hero Row ───────────────────────────────────────────────────────────── */
#hl-experience-single .hl-hero-row {
    display: flex;
    gap: 2%;
    align-items: flex-start;
    margin-bottom: 0;
}

#hl-experience-single .hl-hero-col {
    flex: 0 0 60%;
    min-width: 0;
}

#hl-experience-single .hl-sidebar-col {
    flex: 0 0 38%;
    min-width: 0;
}

/* Hero Image */
#hl-experience-single .hl-hero-image-wrap {
    position: relative;
    width: 100%;
    border-radius: var(--hl-radius);
    overflow: hidden;
    background-color: #2a2a3e;
    aspect-ratio: 4 / 3;
}

#hl-experience-single .hl-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

#hl-experience-single .hl-hero-image-wrap:hover .hl-hero-img {
    transform: scale(1.03);
}

#hl-experience-single .hl-hero-placeholder {
    width: 100%;
    height: 100%;
    min-height: 360px;
    background: linear-gradient(135deg, #2a2a3e 0%, #3B7A3E 100%);
}

#hl-experience-single .hl-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 28px 28px;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
}

#hl-experience-single .hl-hero-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

#hl-experience-single .hl-hero-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.88);
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ── Booking Card ─────────────────────────────────────────────────────────── */
#hl-experience-single .hl-booking-card {
    background: var(--hl-white);
    border-radius: var(--hl-radius);
    box-shadow: var(--hl-shadow);
    padding: 28px 24px;
    position: sticky;
    top: 100px;
}

#hl-experience-single .hl-booking-toprow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 20px;
}

#hl-experience-single .hl-booking-location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    color: var(--hl-muted);
    font-weight: 500;
}

#hl-experience-single .hl-booking-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

#hl-experience-single .hl-action-btn {
    background: none;
    border: 1px solid var(--hl-border);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--hl-muted);
    transition: border-color var(--hl-transition), color var(--hl-transition), background var(--hl-transition);
    padding: 0;
}

#hl-experience-single .hl-action-btn:hover {
    border-color: var(--hl-orange);
    color: var(--hl-orange);
    background: #fff5f2;
}

/* Wishlist shortcode normalisation */
#hl-experience-single .hl-wishlist-wrap .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}

#hl-experience-single .hl-wishlist-wrap .yith-wcwl-add-button a,
#hl-experience-single .hl-wishlist-wrap .yith-wcwl-wishlistexistsbrowse a,
#hl-experience-single .hl-wishlist-wrap .yith-wcwl-wishlistaddedbrowse a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid var(--hl-border) !important;
    border-radius: 50% !important;
    background: none !important;
    color: var(--hl-muted) !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    padding: 0 !important;
    transition: border-color var(--hl-transition), color var(--hl-transition), background var(--hl-transition) !important;
}

#hl-experience-single .hl-wishlist-wrap .yith-wcwl-add-button a:hover,
#hl-experience-single .hl-wishlist-wrap .yith-wcwl-wishlistexistsbrowse a:hover {
    border-color: #e02020 !important;
    color: #e02020 !important;
    background: #fff5f5 !important;
}

/* Price */
#hl-experience-single .hl-booking-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 10px;
}

#hl-experience-single .hl-price-label {
    font-size: 0.78rem;
    color: var(--hl-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 2px;
}

#hl-experience-single .hl-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--hl-dark);
    line-height: 1;
}

#hl-experience-single .hl-price-unit {
    font-size: 0.875rem;
    color: var(--hl-muted);
}

/* Rating */
#hl-experience-single .hl-booking-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px;
    font-size: 0.9rem;
}

#hl-experience-single .hl-star {
    color: #f59e0b;
    font-size: 1rem;
}

#hl-experience-single .hl-rating-score {
    font-weight: 700;
    color: var(--hl-dark);
}

#hl-experience-single .hl-rating-count {
    color: var(--hl-muted);
}

/* Meta list */
#hl-experience-single .hl-booking-meta-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    border-top: 1px solid var(--hl-border);
    border-bottom: 1px solid var(--hl-border);
}

#hl-experience-single .hl-booking-meta-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--hl-border);
}

#hl-experience-single .hl-booking-meta-list li:last-child {
    border-bottom: none;
}

#hl-experience-single .hl-meta-icon {
    font-size: 1.1rem;
    width: 22px;
    flex-shrink: 0;
    text-align: center;
}

#hl-experience-single .hl-meta-label {
    color: var(--hl-muted);
    min-width: 72px;
}

#hl-experience-single .hl-meta-value {
    font-weight: 600;
    color: var(--hl-dark);
    margin-left: auto;
    text-align: right;
}

/* CTA Buttons */
#hl-experience-single .hl-booking-ctas {
    margin-bottom: 12px;
}

/* Hide WooCommerce's default add-to-cart form visually — keep it functional */
#hl-experience-single .hl-booking-card .cart,
#hl-experience-single .hl-booking-card form.cart {
    margin-top: 0 !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
}

#hl-experience-single .hl-btn-primary {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: var(--hl-orange);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: var(--hl-radius-sm);
    cursor: pointer;
    text-decoration: none;
    transition: background-color var(--hl-transition), transform var(--hl-transition), box-shadow var(--hl-transition);
    box-sizing: border-box;
    letter-spacing: 0.01em;
}

#hl-experience-single .hl-btn-primary:hover {
    background-color: var(--hl-orange-dark);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(232, 87, 30, 0.35);
    color: #fff;
    text-decoration: none;
}

#hl-experience-single .hl-btn-primary:active {
    transform: translateY(0);
}

#hl-experience-single .hl-btn-outline {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: none;
    color: var(--hl-dark);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    border: 2px solid var(--hl-dark);
    border-radius: var(--hl-radius-sm);
    cursor: pointer;
    text-decoration: none;
    transition: background-color var(--hl-transition), color var(--hl-transition), border-color var(--hl-transition);
    box-sizing: border-box;
    margin-bottom: 16px;
}

#hl-experience-single .hl-btn-outline:hover {
    background-color: var(--hl-dark);
    color: #fff;
}

#hl-experience-single .hl-booking-trust {
    text-align: center;
    font-size: 0.8rem;
    color: var(--hl-muted);
    margin: 0;
}

/* ── ③ Stats Bar ──────────────────────────────────────────────────────────── */
#hl-experience-single .hl-stats-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: var(--hl-white);
    border-top: 1px solid var(--hl-border);
    border-bottom: 1px solid var(--hl-border);
    margin: 32px 0;
    border-radius: var(--hl-radius-sm);
    overflow: hidden;
    box-shadow: var(--hl-shadow-sm);
}

#hl-experience-single .hl-stat-item {
    flex: 1 1 0;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 12px;
    border-right: 1px solid var(--hl-border);
    gap: 4px;
}

#hl-experience-single .hl-stat-item:last-child {
    border-right: none;
}

#hl-experience-single .hl-stat-icon {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 4px;
}

#hl-experience-single .hl-stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--hl-muted);
    font-weight: 600;
}

#hl-experience-single .hl-stat-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--hl-dark);
}

/* ── ④ What You'll Experience ─────────────────────────────────────────────── */
#hl-experience-single .hl-experience-section {
    display: flex;
    gap: 4%;
    align-items: flex-start;
    margin-bottom: 56px;
}

#hl-experience-single .hl-experience-main {
    flex: 0 0 62%;
    min-width: 0;
}

#hl-experience-single .hl-host-sidebar {
    flex: 0 0 32%;
    min-width: 0;
}

/* Section headings */
#hl-experience-single .hl-section-heading {
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--hl-dark);
    margin: 0 0 20px;
    line-height: 1.25;
}

#hl-experience-single .hl-heading-green {
    color: var(--hl-green);
}

/* Gallery Grid */
#hl-experience-single .hl-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

#hl-experience-single .hl-gallery-item {
    position: relative;
    border-radius: var(--hl-radius-sm);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--hl-border);
}

#hl-experience-single .hl-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#hl-experience-single .hl-gallery-item:hover .hl-gallery-img {
    transform: scale(1.05);
}

#hl-experience-single .hl-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0;
    transition: opacity var(--hl-transition);
}

#hl-experience-single .hl-gallery-item:hover .hl-gallery-caption {
    opacity: 1;
}

#hl-experience-single .hl-no-gallery {
    color: var(--hl-muted);
    font-style: italic;
    padding: 24px 0;
}

/* Full description */
#hl-experience-single .hl-full-description {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #374151;
    margin-top: 8px;
}

#hl-experience-single .hl-full-description p {
    margin-bottom: 1rem;
}

#hl-experience-single .hl-full-description h2,
#hl-experience-single .hl-full-description h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Host Card */
#hl-experience-single .hl-host-card {
    background: var(--hl-green-light);
    border: 1px solid #c3e6c4;
    border-radius: var(--hl-radius);
    padding: 24px 20px;
    position: sticky;
    top: 100px;
}

#hl-experience-single .hl-host-heading {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--hl-green);
    margin: 0 0 18px;
}

#hl-experience-single .hl-host-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

#hl-experience-single .hl-host-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid var(--hl-green);
    background: #c3e6c4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hl-experience-single .hl-host-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hl-experience-single .hl-host-avatar-placeholder {
    font-size: 2rem;
    line-height: 1;
}

#hl-experience-single .hl-host-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#hl-experience-single .hl-host-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hl-dark);
}

#hl-experience-single .hl-host-badge {
    font-size: 0.75rem;
    color: var(--hl-green);
    font-weight: 600;
}

#hl-experience-single .hl-host-quote {
    font-size: 0.875rem;
    color: #374151;
    font-style: italic;
    line-height: 1.65;
    border-left: 3px solid var(--hl-green);
    margin: 0 0 14px;
    padding-left: 12px;
}

#hl-experience-single .hl-host-readmore {
    font-size: 0.85rem;
    color: var(--hl-muted);
    text-decoration: none;
    transition: color var(--hl-transition);
}

#hl-experience-single .hl-host-readmore:hover {
    color: var(--hl-orange);
}

/* ── ⑤ Your Impact ────────────────────────────────────────────────────────── */
#hl-experience-single .hl-impact-section {
    display: flex;
    gap: 4%;
    align-items: flex-start;
    background: var(--hl-bg);
    border-radius: var(--hl-radius);
    padding: 48px 0;
    margin-bottom: 56px;
}

#hl-experience-single .hl-impact-main {
    flex: 0 0 56%;
    min-width: 0;
}

#hl-experience-single .hl-tips-sidebar {
    flex: 0 0 38%;
    min-width: 0;
}

#hl-experience-single .hl-impact-subtext {
    color: var(--hl-muted);
    margin: -12px 0 24px;
    font-size: 0.95rem;
}

#hl-experience-single .hl-impact-content {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

/* Donut Chart – CSS conic-gradient */
#hl-experience-single .hl-donut-wrap {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#hl-experience-single .hl-donut-chart {
    position: relative;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: conic-gradient(
        #3B7A3E   0%  40%,
        #2a8c8c  40%  70%,
        #E8571E  70%  90%,
        #9ca3af  90% 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#hl-experience-single .hl-donut-chart::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--hl-white);
}

#hl-experience-single .hl-donut-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

#hl-experience-single .hl-donut-pct {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--hl-dark);
}

#hl-experience-single .hl-donut-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--hl-muted);
    font-weight: 600;
}

#hl-experience-single .hl-donut-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--hl-dark);
    width: 100%;
}

#hl-experience-single .hl-donut-legend li {
    display: flex;
    align-items: center;
    gap: 7px;
}

#hl-experience-single .hl-legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

#hl-experience-single .hl-legend-green  { background: #3B7A3E; }
#hl-experience-single .hl-legend-teal   { background: #2a8c8c; }
#hl-experience-single .hl-legend-orange { background: #E8571E; }
#hl-experience-single .hl-legend-gray   { background: #9ca3af; }

/* Outcomes */
#hl-experience-single .hl-outcomes {
    flex: 1;
    min-width: 0;
}

#hl-experience-single .hl-outcomes-heading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hl-dark);
    margin: 0 0 14px;
}

#hl-experience-single .hl-outcome-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--hl-border);
}

#hl-experience-single .hl-outcome-row:last-of-type {
    border-bottom: none;
}

#hl-experience-single .hl-outcome-icon {
    font-size: 1.4rem;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

#hl-experience-single .hl-outcome-details {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#hl-experience-single .hl-outcome-number {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--hl-dark);
    line-height: 1;
}

#hl-experience-single .hl-outcome-label {
    font-size: 0.8rem;
    color: var(--hl-muted);
}

#hl-experience-single .hl-impact-more-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.875rem;
    color: var(--hl-orange);
    text-decoration: none;
    font-weight: 600;
    transition: color var(--hl-transition);
}

#hl-experience-single .hl-impact-more-link:hover {
    color: var(--hl-orange-dark);
    text-decoration: underline;
}

/* Tips Card */
#hl-experience-single .hl-tips-card {
    background: var(--hl-white);
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius);
    padding: 24px 20px;
    box-shadow: var(--hl-shadow-sm);
}

#hl-experience-single .hl-tips-heading {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--hl-dark);
    margin: 0 0 18px;
}

#hl-experience-single .hl-tips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

#hl-experience-single .hl-tip-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--hl-border);
}

#hl-experience-single .hl-tip-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#hl-experience-single .hl-tip-icon {
    font-size: 1.3rem;
    width: 24px;
    flex-shrink: 0;
    line-height: 1.4;
}

#hl-experience-single .hl-tip-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#hl-experience-single .hl-tip-heading {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--hl-dark);
}

#hl-experience-single .hl-tip-text {
    font-size: 0.825rem;
    color: var(--hl-muted);
    line-height: 1.5;
}

/* ── ⑥ Real Moments Scroll Gallery ───────────────────────────────────────── */
#hl-experience-single .hl-moments-section {
    margin-bottom: 56px;
}

#hl-experience-single .hl-moments-scroll-track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--hl-border) transparent;
}

#hl-experience-single .hl-moments-scroll-track::-webkit-scrollbar {
    height: 5px;
}

#hl-experience-single .hl-moments-scroll-track::-webkit-scrollbar-track {
    background: transparent;
}

#hl-experience-single .hl-moments-scroll-track::-webkit-scrollbar-thumb {
    background-color: var(--hl-border);
    border-radius: 4px;
}

#hl-experience-single .hl-moments-scroll {
    display: flex;
    gap: 14px;
    width: max-content;
}

#hl-experience-single .hl-moment-card {
    width: 260px;
    height: 190px;
    border-radius: var(--hl-radius-sm);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--hl-border);
    box-shadow: var(--hl-shadow-sm);
    transition: transform var(--hl-transition), box-shadow var(--hl-transition);
}

#hl-experience-single .hl-moment-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hl-shadow);
}

#hl-experience-single .hl-moment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#hl-experience-single .hl-moment-card:hover .hl-moment-img {
    transform: scale(1.06);
}

/* ── ⑦ Reviews Section ────────────────────────────────────────────────────── */
#hl-experience-single .hl-reviews-section {
    margin-bottom: 56px;
}

#hl-experience-single .hl-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

#hl-experience-single .hl-reviews-all-link {
    font-size: 0.875rem;
    color: var(--hl-orange);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: color var(--hl-transition);
}

#hl-experience-single .hl-reviews-all-link:hover {
    color: var(--hl-orange-dark);
    text-decoration: underline;
}

#hl-experience-single .hl-reviews-wrapper {
    background: var(--hl-white);
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius);
    padding: 28px 24px;
    box-shadow: var(--hl-shadow-sm);
}

/* WooCommerce comment styles inside wrapper */
#hl-experience-single .hl-reviews-wrapper #comments {
    margin: 0;
}

#hl-experience-single .hl-reviews-wrapper .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#hl-experience-single .hl-reviews-wrapper .commentlist .comment {
    border-bottom: 1px solid var(--hl-border);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#hl-experience-single .hl-reviews-wrapper .commentlist .comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#hl-experience-single .hl-no-reviews {
    background: var(--hl-white);
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius);
    padding: 32px 24px;
    text-align: center;
    color: var(--hl-muted);
}

#hl-experience-single .hl-no-reviews p {
    font-size: 1rem;
    margin-bottom: 24px;
}

/* Booking Form Anchor */
#hl-experience-single .hl-booking-form-anchor {
    padding-top: 32px;
    border-top: 1px solid var(--hl-border);
    margin-top: 16px;
}

/* ── ⑧ Sticky Bottom Bar ──────────────────────────────────────────────────── */
.hl-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid var(--hl-border, #e5e7eb);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    /* Always visible on mobile */
}

.hl-sticky-bar.hl-sticky-visible {
    transform: translateY(0);
}

.hl-sticky-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hl-sticky-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.hl-sticky-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1a1a2e;
}

.hl-sticky-unit {
    font-size: 0.875rem;
    font-weight: 400;
    color: #6b7280;
}

.hl-sticky-rating {
    font-size: 0.9rem;
    color: #f59e0b;
    font-weight: 600;
}

.hl-sticky-cta {
    display: inline-block;
    padding: 12px 28px;
    background-color: #E8571E;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
    white-space: nowrap;
    width: auto;
}

.hl-sticky-cta:hover {
    background-color: #c94817;
    transform: translateY(-1px);
}

/* ── Responsive: Tablet (≤1024px) ────────────────────────────────────────── */
@media (max-width: 1024px) {
    #hl-experience-single .hl-hero-col  { flex: 0 0 55%; }
    #hl-experience-single .hl-sidebar-col { flex: 0 0 43%; }

    #hl-experience-single .hl-experience-main { flex: 0 0 58%; }
    #hl-experience-single .hl-host-sidebar    { flex: 0 0 36%; }

    #hl-experience-single .hl-impact-main   { flex: 0 0 52%; }
    #hl-experience-single .hl-tips-sidebar  { flex: 0 0 42%; }

    #hl-experience-single .hl-donut-chart {
        width: 120px;
        height: 120px;
    }

    #hl-experience-single .hl-donut-chart::before {
        width: 72px;
        height: 72px;
    }
}

/* ── Responsive: Mobile (≤768px) ─────────────────────────────────────────── */
@media (max-width: 768px) {
    #hl-experience-single .hl-page-container {
        padding: 0 16px 100px;
    }

    /* Hero: stack vertically */
    #hl-experience-single .hl-hero-row {
        flex-direction: column;
        gap: 20px;
    }

    #hl-experience-single .hl-hero-col,
    #hl-experience-single .hl-sidebar-col {
        flex: 0 0 100%;
        width: 100%;
    }

    #hl-experience-single .hl-hero-image-wrap {
        aspect-ratio: 16 / 10;
    }

    #hl-experience-single .hl-booking-card {
        position: static;
    }

    /* Stats bar: 2-col on mobile */
    #hl-experience-single .hl-stats-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #hl-experience-single .hl-stat-item {
        border-right: 1px solid var(--hl-border);
        border-bottom: 1px solid var(--hl-border);
    }

    #hl-experience-single .hl-stat-item:nth-child(2n) {
        border-right: none;
    }

    /* Experience: stack */
    #hl-experience-single .hl-experience-section {
        flex-direction: column;
        gap: 24px;
    }

    #hl-experience-single .hl-experience-main,
    #hl-experience-single .hl-host-sidebar {
        flex: 0 0 100%;
        width: 100%;
    }

    #hl-experience-single .hl-host-card {
        position: static;
    }

    /* Gallery grid: single column */
    #hl-experience-single .hl-gallery-grid {
        grid-template-columns: 1fr;
    }

    /* Impact: stack */
    #hl-experience-single .hl-impact-section {
        flex-direction: column;
        gap: 24px;
        padding: 32px 0;
    }

    #hl-experience-single .hl-impact-main,
    #hl-experience-single .hl-tips-sidebar {
        flex: 0 0 100%;
        width: 100%;
    }

    #hl-experience-single .hl-impact-content {
        flex-direction: column;
        gap: 24px;
    }

    #hl-experience-single .hl-donut-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Moments: narrower cards */
    #hl-experience-single .hl-moment-card {
        width: 220px;
        height: 160px;
    }

    /* Reviews header: stack */
    #hl-experience-single .hl-reviews-header {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Sticky bar: always visible on mobile */
    .hl-sticky-bar {
        transform: translateY(0) !important;
    }

    .hl-sticky-inner {
        padding: 10px 16px;
    }

    .hl-sticky-price {
        font-size: 1.1rem;
    }

    .hl-sticky-cta {
        padding: 11px 20px;
        font-size: 0.9rem;
    }
}

/* ── Utility ──────────────────────────────────────────────────────────────── */
#hl-experience-single .hl-icon {
    font-size: 1rem;
    line-height: 1;
}
