.nearby-map-banner {
    margin: 1.25rem 1rem 0;
    padding: 1rem;
    background: var(--mobile-bg-white, #fff);
    border: 1px solid var(--mobile-border-medium, #e8e8e8);
    border-radius: 1rem;
    text-decoration: none;
    color: inherit;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.nearby-map-banner:active {
    opacity: 0.92;
}

.nearby-map-banner__header {
    text-align: right;
    margin-bottom: 0.75rem;
}

.nearby-map-banner__titles {
    min-width: 0;
}

.nearby-map-banner__title {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--mobile-text-primary, #1a1a1a);
}

.nearby-map-banner__subtitle {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--mobile-text-secondary, #888);
}

.nearby-map-banner__visual {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f3f4f6;
}

.nearby-map-banner__map-img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.nearby-map-banner__cta {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    min-width: 7.5rem;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: #2d2d2d;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
}

.nearby-map-banner__cta .bi {
    font-size: 0.75rem;
}

.nearby-map-banner.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.nearby-map-section.index-section {
    padding: 1.25rem 1rem 0;
    border-top: none;
    background: transparent;
}

.nearby-map-section .nearby-map-banner {
    margin: 0;
}
