.ti-results-map {
    min-height: 620px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--ti-shadow);
}

.ti-map-marker {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ti-map-marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--ti-negro);
    color: var(--ti-blanco);
    font: 700 0.85rem/1 'Inter', sans-serif;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ti-map-marker.is-highlighted span {
    background: var(--ti-naranja);
}

.ti-map-popup {
    max-width: 220px;
}

.ti-map-popup img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.ti-map-popup__body h3 {
    margin: 8px 0 6px;
    font-size: 1rem;
}

.ti-map-popup__body p {
    margin: 0 0 8px;
    color: var(--ti-gris-texto);
    line-height: 1.5;
}

.ti-map-popup__body a {
    color: var(--ti-naranja);
    font-weight: 700;
}
