.hola-tourist-map {
    width: 100%;
    min-height: 400px;
    border-radius: 18px;
    overflow: hidden;
    background: #e8eef5;
}

.hola-pin-icon {
    background: transparent;
    border: 0;
}

.hola-pin {
    width: 54px;
    height: 54px;
    border-radius: 50% 50% 50% 8px;
    background: #005cff;
    transform: rotate(-45deg);
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hola-pin span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

.hola-popup-shell .leaflet-popup-content-wrapper {
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
}

.hola-popup-shell .leaflet-popup-content {
    margin: 0;
    width: 300px !important;
}

.hola-popup {
    font-family: Arial, sans-serif;
    background: #fff;
}

.hola-popup-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.hola-popup-category {
    margin: 14px 16px 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #005cff;
    letter-spacing: .08em;
}

.hola-popup h3 {
    margin: 0 16px 8px;
    font-size: 22px;
    line-height: 1.2;
    color: #111827;
}

.hola-popup p {
    margin: 0 16px 18px;
    font-size: 15px;
    line-height: 1.45;
    color: #374151;
}
