/* --- Utilities --- */
    .storeLocationInnerpage-container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    @media (min-width: 768px) {
        .storeLocationInnerpage-container {
            padding-left: 48px;
            padding-right: 48px;
        }
    }

    .storeLocationInnerpage-text-red {
        color: #ff0000;
    }

    .storeLocationInnerpage-text-gray {
        color: #000;
    }

    /* --- Hero Section --- */
    .storeLocationInnerpage-hero {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .storeLocationInnerpage-header-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    @media (min-width: 768px) {
        .storeLocationInnerpage-header-content {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
    }

    .storeLocationInnerpage-title-group {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 8px;
    }

    /* .storeLocationInnerpage-brand-logo {
            width: 48px;
            height: 48px;
            background-color: #ff0000;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 20px;
            box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.3);
        } */

    .storeLocationInnerpage-main-title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 800;
        letter-spacing: -0.025em;
    }

    .storeLocationInnerpage-subtitle {
        font-size: 18px;
        color: #6b7280;
    }

    .storeLocationInnerpage-dataset-badge {
        background-color: #fef2f2;
        border: 1px solid #fee2e2;
        padding: 16px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        gap: 16px;
        min-width: 220px;
    }

    .storeLocationInnerpage-badge-icon {
        background-color: #ff0000;
        padding: 8px;
        border-radius: 50%;
        color: white;
        display: flex;
    }

    .storeLocationInnerpage-badge-label {
        font-size: 12px;
        font-weight: 700;
        color: #ff0000;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .storeLocationInnerpage-badge-value {
        font-size: 18px;
        font-weight: 900;
        color: #111827;
    }

    /* --- Summary Section --- */
    .storeLocationInnerpage-summary-section {
        padding-top: 10px;
        padding-bottom: 48px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 48px;
    }
    /* .storeLocationInnerpage-market-intelligence-section-inner {
        max-width: 800px;
        margin-inline: auto;
    } */

    .storeLocationInnerpage-market-intelligence-section-inner-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .storeLocationInnerpage-market-intelligence-section-inner-image img {
        width: 100%;
    }

    @media (min-width: 768px) {
        .storeLocationInnerpage-summary-section {
            padding-top: 48px;
        }
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-summary-section {
            grid-template-columns: 1fr 1fr;
        }
    }

    .storeLocationInnerpage-hotel-chain-overview-data {
        background-color: #f9fafb;
        border-radius: 30px;
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
        margin-block: 50px 60px;
    }
    .storeLocationInnerpage-hotel-chain-overview-data-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid rgb(0, 0, 0, 0.3);
    }
    .storeLocationInnerpage-hotel-chain-overview-data-box:last-child {
        border: none;
    }
    @media (max-width: 992px) {
        .storeLocationInnerpage-hotel-chain-overview-data-box:last-child,
        .storeLocationInnerpage-hotel-chain-overview-data-box:nth-child(2) {
            border: none;
        }
    }
    @media (max-width: 510px) {
        .storeLocationInnerpage-hotel-chain-overview-data-box {
            border: none;
        }
        .storeLocationInnerpage-hotel-chain-overview-data {
            gap: 50px;
        }
    }
    

    .storeLocationInnerpage-market-intelligence-section {
        border-top: 1px solid #f3f4f6;
        margin-top: 25px;
    }

    .storeLocationInnerpage-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 4px 12px;
        background-color: #f9fafb;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 16px;
    }

    .storeLocationInnerpage-summary-desc {
        color: #000;
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .storeLocationInnerpage-stats-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 24px;
    }
    

    .storeLocationInnerpage-stat-item {
        padding-left: 16px;
        border-left: 4px solid #f9fafb;
    }

    .storeLocationInnerpage-stat-item.storeLocationInnerpage-active-stat {
        border-left-color: #ff0000;
    }

    .storeLocationInnerpage-stat-value {
        font-size: 30px;
        font-weight: 900;
        color: #000;
        letter-spacing: -0.025em;
    }

    .storeLocationInnerpage-stat-label {
        font-size: 17px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    /* Pie Chart Layout */
    .storeLocationInnerpage-chart-container {
        height: 340px;
        background-color: #f9fafb;
        border-radius: 24px;
        border: 1px dashed #e5e7eb;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .storeLocationInnerpage-pie-chart {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: conic-gradient(#ff0000 0% 16%, #e5e7eb 16% 100%);
        position: relative;
        margin-bottom: 24px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .storeLocationInnerpage-pie-hole {
        width: 120px;
        height: 120px;
        background-color: #f9fafb;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .storeLocationInnerpage-chart-center-val {
        font-size: 32px;
        font-weight: 900;
        color: #ff0000;
    }

    .storeLocationInnerpage-chart-center-label {
        font-size: 9px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .storeLocationInnerpage-chart-footer-label {
        text-align: center;
        font-size: 17px;
        font-weight: 800;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    /* --- Map & List Section --- */
    .storeLocationInnerpage-map-section {
        background-color: #f9fafb;
        padding: 20px;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        border-radius: 25px;
        margin-top: 25px;
    }

    .storeLocationInnerpage-section-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 32px;
        gap: 16px;
    }

    @media (min-width: 768px) {
        .storeLocationInnerpage-section-header {
            flex-direction: row;
            align-items: flex-end;
        }

        /* .storeLocationInnerpage-map-section {
            padding-top: 64px;
            padding-bottom: 64px;
        } */
    }

    .storeLocationInnerpage-pulse-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: white;
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        font-size: 12px;
        font-weight: 700;
    }

    .storeLocationInnerpage-pulse-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ff0000;
        animation: storeLocationInnerpagePulseAnim 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    @keyframes storeLocationInnerpagePulseAnim {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: .5;
        }
    }

    .storeLocationInnerpage-map-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-map-grid {
            grid-template-columns: 2fr 1fr;
            height: 650px;
        }
    }

    .storeLocationInnerpage-map-wrapper {
        position: relative;
        background-color: #f8fafc;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #e5e7eb;
        height: 400px;
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-map-wrapper {
            height: 100%;
            order: 1;
        }
    }

    .storeLocationInnerpage-map-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 16px;
        opacity: 0.9;
    }

    .storeLocationInnerpage-map-svg {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
    }

    .storeLocationInnerpage-map-marker {
        cursor: pointer;
    }

    .storeLocationInnerpage-map-tooltip {
        position: absolute;
        bottom: 15px;
        left: 24px;
        right: 24px;
        background-color: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(8px);
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        border: 1px solid #fee2e2;
        z-index: 20;
        display: none;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .storeLocationInnerpage-map-tooltip.storeLocationInnerpage-tooltip-active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .storeLocationInnerpage-tooltip-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .storeLocationInnerpage-tooltip-main-info {
        flex: 1;
    }

    .storeLocationInnerpage-tooltip-hotel-name {
        font-weight: 700;
        color: #111827;
        font-size: 22px;
    }

    .storeLocationInnerpage-tooltip-hotel-address {
        font-size: 11px;
        color: #6b7280;
        margin-top: 2px;
    }

    .storeLocationInnerpage-tooltip-price-box {
        text-align: right;
        padding-left: 16px;
        border-left: 1px solid #f3f4f6;
    }

    .storeLocationInnerpage-tooltip-price-value {
        color: #ff0000;
        font-weight: 900;
        font-size: 24px;
        line-height: 1;
    }

    .storeLocationInnerpage-tooltip-price-label {
        font-size: 9px;
        color: #9ca3af;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 4px;
    }

    /* List Component */
    .storeLocationInnerpage-list-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-list-wrapper {
            order: 2;
        }
    }

    .storeLocationInnerpage-list-header {
        background-color: white;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .storeLocationInnerpage-list-container {
        flex: 1;
        overflow-y: auto;
        background-color: #f9fafb;
        padding: 8px;
    }

    .storeLocationInnerpage-hotel-card {
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #f3f4f6;
        background-color: white;
        cursor: pointer;
        margin-bottom: 12px;
        transition: all 0.2s ease;
        text-decoration: none;
        display: block;
    }

    .storeLocationInnerpage-hotel-card.storeLocationInnerpage-active-card {
        background-color: #fef2f2;
        border-color: #fca5a5;
        transform: scale(1.02);
    }

    .storeLocationInnerpage-card-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .storeLocationInnerpage-hotel-name {
        font-size: 17px;
        font-weight: 700;
        color: #1f2937;
    }

    .storeLocationInnerpage-active-card .storeLocationInnerpage-hotel-name {
        color: #ff0000;
    }

    .storeLocationInnerpage-rating {
        display: flex;
        align-items: center;
        font-size: 17px;
        font-weight: 700;
        color: #eab308;
        margin-left: 8px;
    }

    .storeLocationInnerpage-address-line {
        font-size: 17px;
        color: #000;
        display: flex;
        align-items: center;
        margin-top: 4px;
    }

    .storeLocationInnerpage-card-bottom {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .storeLocationInnerpage-area-badge {
        font-size: 10px;
        font-weight: 700;
        background-color: #f3f4f6;
        padding: 2px 8px;
        border-radius: 4px;
        color: #4b5563;
        text-transform: uppercase;
    }

    .storeLocationInnerpage-view-link {
        font-size: 10px;
        font-weight: 700;
        color: #ff0000;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .storeLocationInnerpage-export-box {
        background-color: white;
        padding: 16px;
        border-top: 1px solid #e5e7eb;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .storeLocationInnerpage-export-anchor {
        width: 100%;
        padding: 12px;
        background-color: #111827;
        color: white;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: background-color 0.2s;
    }

    .storeLocationInnerpage-export-anchor:hover {
        color: #fff;
    }

    /* --- Dataset Insights Section --- */
    .storeLocationInnerpage-insights-section {
        padding-top: 96px;
        padding-bottom: 96px;
        margin-top: 50px !important;
    }

    .storeLocationInnerpage-insights-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 25px;
    }

    .storeLocationInnerpage-insights-icon-box {
        height: 60px;
        width: 60px;
        background-color: #ff0000;
        padding: 10px;
        border-radius: 16px;
    }
    .storeLocationInnerpage-insights-icon-box img {
        height: 100%;
        width: 100%;
    }

    .storeLocationInnerpage-insights-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    @media (min-width: 640px) {
        .storeLocationInnerpage-insights-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-insights-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .storeLocationInnerpage-insight-card {
        padding: 24px;
        border-radius: 24px;
        background-color: white;
        border: 1px solid #d5d6d8;
        transition: transform 0.2s;
    }

    .storeLocationInnerpage-insight-card:hover {
        transform: translateY(-5px);
    }

    .storeLocationInnerpage-insight-label-group {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 0.05em;
        color: #000;
    }

    .storeLocationInnerpage-insight-list {
        list-style: none;
        padding-left: 0;
        /* Request satisfied */
    }

    .storeLocationInnerpage-insight-list li {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #000;
        font-weight: 600;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .storeLocationInnerpage-insight-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fecaca;
    }

    /* --- Use Cases Section --- */
    .storeLocationInnerpage-use-cases-section {
        background-color: #f9fafb;
        color: #000;
        padding: 20px;
        position: relative;
        overflow: hidden;
        border-radius: 25px;
        margin-top: 50px;
    }

    .storeLocationInnerpage-use-cases-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        position: relative;
        z-index: 10;
    }

    @media (min-width: 992px) {
        .storeLocationInnerpage-use-cases-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    .storeLocationInnerpage-case-item {
        display: flex;
        gap: 24px;
    }

    .storeLocationInnerpage-case-icon-box {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background-color: #fff ;
        border: 1px solid #ff0000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: all 0.2s;
    }
    .storeLocationInnerpage-case-icon-box img {
        width: 100%;
        height: 100%;
    }

    .storeLocationInnerpage-case-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .storeLocationInnerpage-case-desc {
        color: #9ca3af;
        line-height: 1.6;
    }

    /* --- CTA Section --- */
    .storeLocationInnerpage-cta-section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .storeLocationInnerpage-cta-card {
        padding: 48px;
        border-radius: 48px;
        background-color: white;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
        border: 1px solid #f3f4f6;
        display: flex;
        flex-direction: column;
        gap: 48px;
        max-width: 1024px;
        margin: 0 auto;
    }

    @media (min-width: 992px) {
        .storeLocationInnerpage-cta-card {
            flex-direction: row;
            align-items: center;
        }
    }

    .storeLocationInnerpage-cta-badge {
        display: inline-block;
        padding: 6px 16px;
        background-color: #ff0000;
        color: white;
        border-radius: 9999px;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .storeLocationInnerpage-download-anchor {
        padding: 16px 32px;
        background-color: #ff0000;
        color: white;
        border-radius: 16px;
        font-weight: 900;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
    }

    .storeLocationInnerpage-download-anchor:hover {
        color: #fff;
    }

    .storeLocationInnerpage-info-box {
        background-color: #f9fafb;
        padding: 24px;
        border-radius: 24px;
        border: 1px solid #f3f4f6;
        margin-bottom: 16px;
    }

    .storeLocationInnerpage-info-row {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* --- Cities Grid --- */
    .storeLocationInnerpage-cities-section {
        padding-bottom: 96px;
    }

    .storeLocationInnerpage-cities-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    @media (min-width: 640px) {
        .storeLocationInnerpage-cities-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-cities-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .storeLocationInnerpage-city-anchor {
        padding: 24px;
        border-radius: 16px;
        background-color: white;
        border: 1px solid #f3f4f6;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        transition: all 0.2s;
    }

    .storeLocationInnerpage-city-anchor:hover {
        box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
        transform: translateY(-8px);
    }

    .storeLocationInnerpage-city-name {
        font-weight: 900;
        color: #000;
    }

    .heading-2 {
        font-size: 35px;
        font-weight: 700;
        font-style: normal;
        color: #000;
        line-height: 54px;
        text-align: left;
        display: block;
    }

    .hotel-datasetMain-main-title {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.02em;
        color: #000;
    }

    .hotel-datasetMain-title-red {
        color: #ff0000;
    }

    .travel-storeLocation-list-of-dataField-list {
        list-style-type: none;
        padding-left: 0;
    }

    .travel-storeLocation-list-of-dataField-list li {
        position: relative;
        padding-left: 25px;
        margin-top: 10px;
        color: #000;
    }

    .travel-storeLocation-list-of-dataField-list li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #ff0000;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    @media screen and (max-width: 1200px) {
        .storeLocationInnerpage-insights-section {
            margin-top: 250px;
        }
    }

    @media screen and (max-width: 1024px) {
        .storeLocationInnerpage-insights-section {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 992px) {
        .heading-2 {
            font-size: 30px !important;
            line-height: 1.25
        }

        .hotel-datasetMain-main-title {
            font-size: 36px;
        }
    }

    @media screen and (max-width: 768px) {
        .storeLocationInnerpage-insights-section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .storeLocationInnerpage-insights-header {
            flex-direction: column;
        }

        .storeLocationInnerpage-tooltip-hotel-name {
            font-size: 18px;
        }

        .storeLocationInnerpage-tooltip-price-value {
            font-size: 24px;
        }

        .storeLocationInnerpage-use-cases-section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .storeLocationInnerpage-case-item {
            flex-direction: column;
        }

        .storeLocationInnerpage-cta-section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .storeLocationInnerpage-cta-card {
            border-radius: 25px;
            padding: 25px;
        }

        .storeLocationInnerpage-cta-section .storeLocationInnerpage-container {
            padding-inline: 10px;
        }

        .storeLocationInnerpage-cities-section {
            padding-bottom: 35px;
        }

        .storeLocationInnerpage-cities-section .storeLocationInnerpage-container {
            padding-inline: 10px;
        }

    }


    /* Grid Layout */
    .storeLocationInnerpage-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        margin-top: 3rem;
    }

    /* Column Styles */
    .storeLocationInnerpage-col {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    /* Chart Wrappers */
    .storeLocationInnerpage-chart-wrapper {
        height: 16rem;
        width: 100%;
        position: relative;
    }

    .storeLocationInnerpage-chart-wrapper-bar {
        margin-bottom: 2rem;
    }

    .storeLocationInnerpage-chart-wrapper-pie {
        margin-bottom: 1rem;
    }

    /* Logos Section */
    .storeLocationInnerpage-logos-row {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }

    .storeLocationInnerpage-logo-box {
        text-align: center;
    }

    .storeLocationInnerpage-logo-base {
        height: 2rem;
        width: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    /* Specific Logo Styles */
    .storeLocationInnerpage-logo-hilton {
        font-size: 0.75rem;
        color: #1e3a8a;
        border: 1px solid #f3f4f6;
    }

    .storeLocationInnerpage-logo-marriott {
        font-size: 1.25rem;
        color: #ED2224;
    }

    .storeLocationInnerpage-logo-courtyard {
        background-color: #166534;
        color: white;
        font-size: 8px;
        text-transform: uppercase;
        padding: 0.25rem;
        line-height: 1;
    }

    .storeLocationInnerpage-logo-doubletree {
        font-size: 0.75rem;
        color: #7f1d1d;
    }

    .storeLocationInnerpage-logo-curio {
        border: 1px solid #f3f4f6;
        font-size: 8px;
        line-height: 1;
    }

    /* Captions */
    .storeLocationInnerpage-caption {
        font-size: 17px;
        color: #000;
        margin-top: 1rem;
        line-height: 1.625;
    }

    .storeLocationInnerpage-caption-market {
        margin-top: 1rem;
    }

    .storeLocationInnerpage-map-container {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 25px;
    }
    #storeLocationInnerpage-hotel-list {
        max-height: 650px;
        overflow: auto;
        padding: 10px;
        padding-top: 5px;
    }

    

    /* Media Queries */
    @media (min-width: 768px) {
        .storeLocationInnerpage-title-parent {
            max-width: 70%;
        }
    }

    @media (min-width: 1024px) {
        .storeLocationInnerpage-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .storeLocationInnerpage-container { margin:0 auto; padding:20px; }
    /* .heading-2 { font-size:24px; margin-bottom:10px; } */
    .storeLocationInnerpage-stats-grid { gap:20px; margin-bottom:20px; }
    .storeLocationInnerpage-stat-item { flex:1; background:#f9fafb; padding:15px; border-radius:6px; text-align:center; }
    #storeLocationInnerpage-map { height:650px; }
    .storeLocationInnerpage-hotel-card { display:block; padding:10px; border-bottom:1px solid #eee; cursor:pointer; text-decoration:none; color:#000; }
    .storeLocationInnerpage-active-card { background:#fee2e2; }
    .storeLocationInnerpage-hotel-name { font-weight:700; margin:0; }
    .storeLocationInnerpage-rating { color:#f59e0b; font-size:17px; margin-top:3px; }
    .storeLocationInnerpage-address-line { font-size:17px; color:#6b7280; margin:5px 0; }
    .storeLocationInnerpage-area-badge { font-size:10px; color:#fff; background:#ff0000; padding:2px 6px; border-radius:4px; }


    @media (max-width: 992px) {
        .storeLocationInnerpage-map-container {
            grid-template-columns: 1fr;
        }
        #storeLocationInnerpage-map {
            height: 350px;
        }
        #storeLocationInnerpage-hotel-list {
            max-height: 450px;
        }
    }

    @media (max-width: 425px) {
        .storeLocationInnerpage-stats-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }