﻿        .venue-page {
            background: #ffffff;
            padding: 24px 0 42px 0;
        }

        .venue-top-nav {
            margin-top: 8px;
        }

        .venue-top-nav .container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .venue-top-pill {
            display: inline-flex;
            align-items: center;
            border: 1px solid #d7dee7;
            border-radius: 999px;
            background: #ffffff;
            color: #495b69;
            text-decoration: none;
            font-size: 14px;
            line-height: 1;
            padding: 10px 14px;
        }

        .venue-top-pill:hover,
        .venue-top-pill:focus {
            border-color: #28a745;
            color: #28a745;
            text-decoration: none;
        }

        .venue-top-divider {
            border-bottom: 1px solid #e2e8f0;
            margin-top: 12px;
        }

        .venue-card {
            background: #ffffff;
            border: 1px solid #dfe5ec;
            border-radius: 26px;
            box-shadow: 0 2px 10px rgba(25, 35, 50, 0.05);
            overflow: hidden;
        }

        .venue-section {
            margin-top: 18px;
        }

        .venue-section-inner {
            padding: 24px;
        }

        .venue-map-wrap {
            margin-top: 14px;
            border: 1px solid #dfe5ec;
            border-radius: 20px;
            overflow: hidden;
            background: #f8fafc;
        }

        .venue-map-chip-row {
            margin-top: 14px;
            margin-bottom: 2px;
        }

        .venue-map-chip.is-active {
            border-color: #28a745;
            background: #28a745;
            color: #ffffff;
        }

        .venue-map-canvas {
            display: block;
            width: 100%;
            height: 420px;
            border: 0;
        }

        .venue-map-popup-link {
            color: #334155;
            text-decoration: none;
            font-weight: 700;
            line-height: 1.35;
        }

        .venue-map-popup-link:hover {
            color: #1d8f3a;
            text-decoration: none;
        }

        .venue-map-popup-row {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .venue-map-popup-media {
            width: 42px;
            height: 30px;
            border-radius: 6px;
            overflow: hidden;
            flex-shrink: 0;
            border: 1px solid #d7dee7;
            background: #f8fafc;
        }

        .venue-map-popup-thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .venue-map-popup-text {
            min-width: 0;
        }

        .venue-hero-split {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .venue-search-standalone {
            background: transparent;
            border: none;
            box-shadow: none;
            border-radius: 0;
        }

        .venue-search-standalone .venue-hero-left {
            padding: 0 0 6px 0;
        }

        .venue-hero-left {
            padding: 34px 34px 28px 34px;
        }

        .venue-title {
            margin: 0;
            width: 100%;
            color: #334155;
            font-size: 46px;
            line-height: 1.08;
            font-weight: 900;
            letter-spacing: -0.8px;
        }

        .venue-desc {
            margin: 14px 0 0 0;
            width: 100%;
            color: #64748b;
            font-size: 16px;
            line-height: 1.75;
        }

        .venue-search-shell {
            margin-top: 22px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            border: 1px solid #dfe5ec;
            background: #f8fafc;
            border-radius: 24px;
            padding: 12px;
        }

        .venue-search-input,
        .venue-select,
        .venue-btn {
            height: 48px;
            border-radius: 18px;
            font-size: 14px;
        }

        .venue-search-input,
        .venue-select {
            border: 1px solid #d7dee7;
            background: #ffffff;
            color: #475569;
            padding: 0 14px;
        }

        .venue-search-input:focus,
        .venue-select:focus {
            outline: none;
            border-color: #28a745;
            box-shadow: 0 0 0 2px rgba(32, 163, 84, 0.14);
        }

        .venue-btn {
            border: none;
            background: #28a745;
            color: #ffffff;
            font-weight: 800;
            padding: 0 20px;
            white-space: nowrap;
        }

        .venue-btn:hover,
        .venue-btn:focus {
            background: #218838;
            color: #ffffff;
        }

        .venue-chip-row {
            margin-top: 16px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .venue-chip {
            appearance: none;
            -webkit-appearance: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            border: 1px solid #dfe5ec;
            background: #ffffff;
            color: #475569;
            font-size: 14px;
            font-weight: 600;
            padding: 9px 14px;
            line-height: 1;
            cursor: pointer;
        }

        .venue-chip:hover {
            border-color: #28a745;
            color: #1d8f3a;
        }

        .venue-chip-toggle.is-active {
            border-color: #28a745;
            background: #28a745;
            color: #ffffff;
        }

        .venue-chip-static {
            cursor: default;
            justify-content: flex-start;
        }

        .venue-chip-static:hover {
            border-color: #dfe5ec;
            color: #475569;
        }

        .venue-chip-flag {
            width: 18px;
            height: 12px;
            object-fit: cover;
            border-radius: 2px;
            border: 0;
            box-shadow: 0 0 0 1px #d8e1ea, 0 1px 2px rgba(15, 23, 42, 0.12);
            margin-right: 7px;
            flex-shrink: 0;
            image-rendering: -webkit-optimize-contrast;
        }

        .venue-hero-right {
            position: relative;
            background: linear-gradient(135deg, #eff8f1 0%, #f7f8f8 48%, #eef2f5 100%);
            padding: 18px 26px 24px 26px;
            min-height: 100%;
            border-radius: 30px;
            border: 1px solid #dbe3e8;
        }

        .venue-stats {
            max-width: none;
            width: 100%;
            margin: 0;
            border: none;
            border-radius: 0;
            background: transparent;
            padding: 0;
            box-shadow: none;
            backdrop-filter: none;
        }

        .venue-stats-title {
            color: #28a745;
            text-transform: none;
            font-size: 38px;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.1;
            margin-bottom: 8px;
        }

        .venue-stats-lead {
            color: #5f7288;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 16px;
        }

        .venue-stat-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
        }

        .venue-stat-box {
            background: #ffffff;
            border: 1px solid #edf2f7;
            border-radius: 14px;
            padding: 12px;
            min-width: 0;
        }

        .venue-stat-value {
            color: #334155;
            font-size: 22px;
            line-height: 1;
            font-weight: 700;
        }

        .venue-stat-label {
            color: #64748b;
            font-size: 11px;
            line-height: 1.4;
            margin-top: 8px;
        }
        .venue-search-moved {
            margin-top: 16px;
        }

        .venue-autocomplete-list {
            margin-top: 8px;
            border: 1px solid #dfe5ec;
            background: #ffffff;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
        }

        .venue-autocomplete-item {
            width: 100%;
            border: none;
            background: #ffffff;
            padding: 11px 14px;
            text-align: left;
            border-top: 1px solid #edf2f7;
        }

        .venue-autocomplete-item:first-child {
            border-top: none;
        }

        .venue-autocomplete-item:hover,
        .venue-autocomplete-item.is-active {
            background: #f8fafc;
        }

        .venue-autocomplete-title {
            color: #334155;
            font-size: 14px;
            line-height: 1.35;
            font-weight: 700;
        }

        .venue-autocomplete-subtitle {
            color: #64748b;
            font-size: 12px;
            line-height: 1.35;
        }

        .venue-autocomplete-row {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
        }

        .venue-autocomplete-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }

        .venue-autocomplete-flag {
            width: 18px;
            height: 12px;
            object-fit: cover;
            border-radius: 2px;
            border: 0;
            box-shadow: 0 0 0 1px #d8e1ea, 0 1px 2px rgba(15, 23, 42, 0.12);
            flex: 0 0 auto;
            image-rendering: -webkit-optimize-contrast;
        }

        .venue-two-col {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .venue-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 18px;
        }

        #venue-featured .venue-head {
            justify-content: flex-start;
        }

        #venue-featured .venue-head .venue-outline-btn,
        #venue-featured .venue-head button {
            display: none !important;
        }

        .venue-h2 {
            margin: 0;
            color: #334155;
            font-size: 32px;
            line-height: 1.1;
            font-weight: 900;
            letter-spacing: -0.4px;
        }

        .venue-sub {
            margin-top: 6px;
            color: #64748b;
            font-size: 14px;
            line-height: 1.65;
        }

        .venue-outline-btn {
            border-radius: 999px;
            border: 1px solid #dfe5ec;
            background: #ffffff;
            color: #475569;
            font-size: 14px;
            font-weight: 700;
            padding: 10px 16px;
            white-space: nowrap;
        }

        .venue-featured-grid {
            display: grid;
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 16px;
        }

        .venue-feature-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            overflow: hidden;
            border: 1px solid #dfe5ec;
            border-radius: 22px;
            background: #ffffff;
        }

        .venue-feature-img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }

        .venue-feature-link {
            display: block;
            color: inherit;
            text-decoration: none;
        }

        .venue-feature-link:hover,
        .venue-feature-link:focus {
            color: inherit;
            text-decoration: none;
        }

        .venue-feature-body {
            padding: 16px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .venue-feature-meta {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            color: #28a745;
            font-size: 11px;
            line-height: 1.3;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: 0.08em;
        }


        .venue-feature-name {
            margin-top: 10px;
            color: #334155;
            font-size: 24px;
            line-height: 1.15;
            font-weight: 900;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 2.3em;
            min-height: 2.3em;
        }

        .venue-feature-city {
            margin-top: 4px;
            margin-bottom: 14px;
            color: #64748b;
            font-size: 14px;
            line-height: 1.5;
        }

        .venue-open-btn {
            margin-top: auto;
            width: 100%;
            height: 46px;
            border: none;
            border-radius: 18px;
            background: #28a745;
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
        }

        .venue-cities-list {
            margin-top: 18px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .venue-city-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            border: 1px solid #dfe5ec;
            border-radius: 18px;
            background: #ffffff;
            padding: 14px 16px;
        }

        .venue-city-name {
            color: #334155;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.3;
        }

        .venue-city-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            border-radius: 999px;
            background: #f1f5f9;
            color: #475569;
            font-size: 12px;
            font-weight: 800;
            padding: 6px 10px;
        }

        .venue-filter-row {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 2px;
        }

        .venue-filter-pill,
        .venue-filter-pill-active {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 10px 16px;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .venue-filter-pill {
            border: 1px solid #dfe5ec;
            background: #ffffff;
            color: #475569;
        }

        .venue-filter-pill-active {
            border: 1px solid #28a745;
            background: #28a745;
            color: #ffffff;
        }

        .venue-filter-pill:hover {
            border-color: #c7d2df;
            color: #334155;
        }

        .venue-table-wrap {
            overflow: hidden;
            margin-top: 18px;
            border: 1px solid #dfe5ec;
            border-radius: 22px;
        }

        .venue-table-head,
        .venue-table-row {
            display: grid;
            grid-template-columns: 84px 2fr 1fr 1fr 2fr;
            gap: 14px;
            align-items: center;
            padding: 14px 16px;
        }

        .venue-table-head {
            background: #f8fafc;
            color: #64748b;
            font-size: 11px;
            line-height: 1.3;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 800;
        }

        .venue-table-sort {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .venue-table-sort:hover {
            color: #2c456b;
        }

        .venue-sort-arrows {
            display: inline-flex;
            flex-direction: column;
            gap: 3px;
            opacity: 0.55;
        }

        .venue-sort-up,
        .venue-sort-down {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
        }

        .venue-sort-up {
            border-bottom: 6px solid #9aaac0;
        }

        .venue-sort-down {
            border-top: 6px solid #9aaac0;
        }

        .venue-table-sort.is-current .venue-sort-arrows {
            opacity: 1;
        }

        .venue-table-sort.is-current.is-asc .venue-sort-up {
            border-bottom-color: #28a745;
            filter: drop-shadow(0 0 4px rgba(40, 167, 69, 0.35));
        }

        .venue-table-sort.is-current.is-desc .venue-sort-down {
            border-top-color: #28a745;
            filter: drop-shadow(0 0 4px rgba(40, 167, 69, 0.35));
        }

        .venue-table-row {
            background: #ffffff;
            border-top: 1px solid #e5eaf0;
        }

        .venue-table-row-link {
            color: inherit;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

        .venue-table-row-link:hover {
            background: #f8fafc;
        }

        .venue-row-thumb-wrap {
            width: 72px;
            height: 48px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #dfe5ec;
            background: #ffffff;
        }

        .venue-row-thumb {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .venue-row-name {
            color: #334155;
            font-size: 18px;
            line-height: 1.25;
            font-weight: 900;
        }

        .venue-row-sub {
            margin-top: 4px;
            color: #64748b;
            font-size: 13px;
            line-height: 1.45;
        }

        .venue-row-city,
        .venue-row-next {
            color: #475569;
            font-size: 14px;
            line-height: 1.55;
        }

        .venue-row-city {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .venue-row-flag {
            width: 16px;
            height: 11px;
            object-fit: cover;
            border-radius: 2px;
            border: 0;
            box-shadow: 0 0 0 1px #d8e1ea, 0 1px 2px rgba(15, 23, 42, 0.12);
            flex: 0 0 auto;
        }

        .venue-row-chip {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            background: #f1f5f9;
            color: #475569;
            font-size: 12px;
            font-weight: 800;
            padding: 6px 10px;
            line-height: 1;
        }

        .venue-row-action {
            text-align: right;
        }

        .venue-row-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: 16px;
            background: #28a745;
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
            padding: 10px 16px;
            text-decoration: none;
        }

        .venue-open-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .venue-pagination {
            margin-top: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .venue-page-link,
        .venue-page-current,
        .venue-page-dots {
            min-width: 40px;
            height: 40px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
        }

        .venue-page-link {
            border: 1px solid #d9e3ec;
            background: #ffffff;
            color: #334155;
            text-decoration: none;
            box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .venue-page-link:hover {
            border-color: #28a745;
            transform: translateY(-1px);
            box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
        }

        .venue-page-current {
            border: 1px solid #28a745;
            background: linear-gradient(135deg, #2cb34d 0%, #249d43 100%);
            color: #ffffff;
            box-shadow: 0 10px 20px rgba(40, 167, 69, 0.25);
        }

        .venue-page-dots {
            color: #94a3b8;
            min-width: 24px;
        }

        @media (min-width: 992px) {
            .venue-search-shell {
                grid-template-columns: 1fr 170px;
                align-items: center;
            }

            .venue-two-col {
                grid-template-columns: 1.3fr 0.7fr;
            }

            .venue-featured-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (prefers-reduced-motion: no-preference) {
            html {
                scroll-behavior: smooth;
            }
        }

        @media (max-width: 991px) {
            .venue-page {
                padding-top: 18px;
            }

            .venue-hero-left,
            .venue-hero-right,
            .venue-section-inner {
                padding: 20px;
            }

            .venue-stats {
                margin: 0 auto;
            }

            .venue-title {
                font-size: 34px;
            }

            .venue-h2 {
                font-size: 26px;
            }

            .venue-feature-name {
                font-size: 22px;
            }

            .venue-table-head,
            .venue-table-row {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .venue-row-action {
                text-align: left;
            }

            .venue-stat-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .venue-head {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 640px) {
            .venue-title {
                font-size: 30px;
            }

            .venue-map-canvas {
                height: 300px;
            }

            .venue-desc {
                font-size: 15px;
            }

            .venue-stat-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

        }


