.location-dashboard-wrap {
    max-width: 1200px;
}

.location-top-row {
    align-items: stretch;
}

.location-summary-card {
    min-height: 280px;
}

.location-map-card {
    min-height: 280px;
}

.location-chart {
    width: 100%;
    height: 300px;
    min-height: 260px;
}

.location-map-embed {
    width: 100%;
    height: 100%;
    min-height: 280px;
    z-index: 1;
}

.location-map-embed.is-ready {
    background: var(--mist-white, #f8fafc);
}

.location-map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, 0.92);
    z-index: 2;
}

.location-map-placeholder.is-hidden {
    display: none;
}

.location-stat-row {
    --stat-temp: #f97316;
    --stat-rh: #0ea5e9;
    --stat-ws: #10b981;
}

.location-stat-tile {
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    overflow: hidden;
    min-height: 118px;
}

.location-stat-tile .stat-icon {
    font-size: 1.75rem;
    opacity: 0.92;
    width: 2.5rem;
    text-align: center;
    flex-shrink: 0;
}

.location-stat-tile .stat-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.92;
}

.location-stat-tile .stat-avg {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
}

.location-stat-tile .stat-sub {
    font-size: 0.78rem;
    opacity: 0.9;
}

.location-stat-tile--temp {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.25);
}

.location-stat-tile--rh {
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

.location-stat-tile--ws {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.25);
}

@media (min-width: 992px) {
    .location-stat-row > [class*="col-"] {
        flex: 1 1 0;
        max-width: 33.333%;
    }
}

.location-landing-marketing {
    background: #fff;
    margin-top: 0.5rem;
}

.location-mkt-lead {
    max-width: 42rem;
    font-size: 1.05rem;
}

.location-mkt-icon {
    color: #37515d;
    opacity: 0.85;
}

.location-mkt-split {
    border: 1px solid rgba(55, 81, 93, 0.08);
}

@media (min-width: 992px) {
    .border-start-lg {
        border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
}
