
#map {
    height: 800px;
    border-width: thin;
    border-color: black;
}


.hermandad-marker-wrapper {
    background: transparent;
    border: none;
}

.hermandad-marker {
    width: 26px;
    height: 38px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hermandad-marker-pin {
    width: 26px;
    height: 26px;
    background: var(--marker-color);
    border: 2px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    position: relative;
}

.hermandad-marker-pin::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 6px;
}


.btn-purple-live {
    background-color: #8e6ad6;
    border-color: #8e6ad6;
    color: #ffffff;
}

.btn-purple-live:hover {
    background-color: #6f4cc3;
    border-color: #6f4cc3;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-hermandad-desplaza:hover {
    transform: translateY(-2px);
}

.link-privacidad {
    color: #6f4cc3;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.link-privacidad:hover {
    color: #4e2fa3;
    text-decoration: underline;
}


.route-start-square {
    width: 14px;
    height: 14px;
    background: #000;
    border: 2px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}


.popup-hermandad .leaflet-popup-content {
    margin: 10px 10px !important;
}

.popup-hermandad .leaflet-popup-content-wrapper {
    padding: 10 !important;
}

.popup-hermandad .leaflet-popup-tip {
    background: var(--popup-color, #666);
}