

/* Start:/local/components/custom/delivery.zones.view/templates/.default/style.css?17733019151687*/
/**
 * Стили компонента "Зоны доставки (карта)"
 */

.delivery-map-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#delivery-zones-map {
    width: 100%;
    height: 500px;
    min-height: 400px;
    border-radius: 4px;
    overflow: hidden;
}

.delivery-map-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.delivery-map-home {
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    margin: 10px;
    transition: background-color 0.2s ease;
}

.delivery-map-home:hover {
    background-color: #f5f5f5;
}

.delivery-map-home:active {
    background-color: #e8e8e8;
}

.delivery-prices {
    font-family: Arial, sans-serif;
    font-size: 13px;
    min-width: 200px;
}

.delivery-prices table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.delivery-prices th,
.delivery-prices td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.delivery-prices th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}

.delivery-prices td:last-child {
    text-align: right;
    font-weight: 500;
}

.delivery-prices tr:last-child td {
    border-bottom: none;
}

.delivery-map-empty {
    padding: 20px;
    text-align: center;
    color: #666;
    background-color: #f9f9f9;
    border-radius: 4px;
}

/* Адаптивность */
@media (max-width: 768px) {
    #delivery-zones-map {
        height: 350px;
        min-height: 300px;
    }
    
    .delivery-map-home {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* End */
/* /local/components/custom/delivery.zones.view/templates/.default/style.css?17733019151687 */
