.edc-delivery-info {
    font-family: inherit;
}

.edc-country-info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.edc-flag-svg {
    display: flex;
    margin-right: 8px;
    width: 20px;  /* Увеличить ширину */
}


.edc-country-name {
    color: #4b4b4b;
}

.edc-delivery-dates {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}

.edc-shipping-cost {
    color: #4b4b4b;
    font-size: 16px;
}

.edc-delivery-info .amount {
    color: #4b4b4b;
    font-weight: unset;
}

.delivery-info-loading {
    color: #666;
}

.delivery-info-error {
    padding: 16px;
    background: #e24c4c;
    color: #FFF5F5;
    border-radius: 4px;
}

/* Адаптация для темы Woodmart */
.woodmart-theme .edc-delivery-info {
    font-family: var(--wd-text-font);
}

/* Интеграция с Elementor */
.elementor-widget .edc-delivery-info {
    margin: 0;
}

.edc-cutoff-notice {
    font-size: 12px;
    color: #e24c4c;
    margin-top: 4px;
}

/* Стили для админ панели */
.edc-zones-table th,
.edc-zones-table td {
    padding: 12px;
    text-align: left;
}

.edc-zones-table input[type="number"] {
    width: 80px;
    text-align: center;
}

