.delivery-zones-map {
    width: 100%;
    height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background: #eef2f5;
    position: relative;
}

.delivery-zones-map .map-loading,
.delivery-zones-map .map-error {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.delivery-zones-legend .legend-swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
