/* Final Location-detail readability/discovery refinements.
   Kept separate from the older location.css so the audited rules are explicit. */

.location-type {
    font-size: clamp(16px, 1.65vw, 18px);
    line-height: 1.2;
    letter-spacing: 2px;
}

.location-secret-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(201,155,67,.95);
    border-radius: 999px;
    color: #fff7cf;
    background: linear-gradient(145deg, #101827, #1b2940);
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0,0,0,.75);
    box-shadow: 0 4px 11px rgba(0,0,0,.20);
}

@media (max-width: 700px) {
    .location-type {
        font-size: 15px;
        letter-spacing: 1.6px;
    }

    .location-secret-badge {
        font-size: 12px;
    }
}
