.xc-location-map-shell {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.xc-location-map {
    width: 100%;
    min-height: 300px;
    z-index: 1;
}

.xc-map-popup h3 {
    margin: 0 0 8px;
    font-size: 7px;
    line-height: 1.2;
    font-weight: 700;
}

.xc-map-popup p {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.35;
}

.xc-map-popup a {
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 768px) {
    .xc-location-map {
        min-height: 360px;
    }
}


.xc-map-marker {
    background: transparent;
    border: 0;
}

.xc-map-marker span {
    display: block;
    width: 22px;
    height: 22px;
    background: #f58220;
    border: 3px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.xc-map-marker span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 50%;
}

.xc-map-popup {
    max-width: 230px;
}
