/* listing-map.css — prefix: lmp- */

.lmp-section {
    padding: 2rem 0;
    border-top: 1px solid var(--antologa-light-gray);
    width: 100%;
}

.lmp-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--antologa-secondary);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
}

.lmp-wrap {
    border: 1px solid var(--antologa-light-gray);
    border-radius: 0.875rem;
    overflow: hidden;
    width: 100%;
}

.lmp-map {
    width: 100%;
    height: 14rem;
    display: block;
}

.lmp-map > div {
    width: 100%;
    height: 100%;
}

.lmp-placeholder {
    width: 100%;
    height: 14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f9fafb;
}
