.estimacion {
    padding: 5px 8px;
    color: #458057;
    background: #D6EED1;
    margin: 0 0 5px 0;
}
.dm-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1.7;
}
.dm-icon {
    width: 14px;
    text-align: center;
    flex-shrink: 0;
    font-size: 13px;
    opacity: 0.75;
}
.dm-tax {
    font-size: 0.8em;
    opacity: 0.65;
}
.dm-sep {
    margin: 0 2px;
    opacity: 0.45;
}
.dm-free {
    font-weight: bold;
    color: #c0392b;
    font-size: 1.05em;
    text-transform: uppercase;
}

/* Sin stock */
.estimacion_nostock {
    padding: 0 5px;
    color: red;
    background: #fff5f5;
    margin: 0 0 5px 0;
}
.estimacion_nostock:before {
    content: "\f05e";
    font: 700 15px/30px "FontAwesome";
    margin: 0 6px 0 3px;
}

/* Fecha disponibilidad */
.estimacion_disponibilidad {
    padding: 0 5px;
    color: black;
    background: white;
    margin: 0 0 10px 0;
}
.estimacion_disponibilidad:before {
    content: "\f133";
    font: 700 15px/30px "FontAwesome";
    margin: 0 6px 0 3px;
}

/* Checkout carrier */
.dm-prediction {
    display: block;
    color: #2e7d46;
    font-size: 1.05em;
    font-weight: 600;
}
.dm-note {
    display: block;
    color: #222;
    font-size: 0.95em;
    font-style: italic;
    margin-top: 2px;
}

/* Shipping calculator modal */
#dm-calc-modal .modal-header {
    background: #D6EED1;
    color: #458057;
    padding: 10px 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#dm-calc-modal .modal-title {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#dm-calc-modal .modal-header .close {
    flex: 0 0 auto;
    margin-left: 8px;
    margin-top: 0;
}
#dm-calc-modal .modal-title {
    font-size: 1rem;
}
#dm-calc-modal .modal-body {
    padding: 15px;
}
#dm-calc-modal .form-group label {
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 3px;
}
.dm-zone-label {
    font-size: 0.9em;
    font-weight: 600;
    color: #458057;
    margin-bottom: 8px;
}
.dm-results-table {
    font-size: 0.85em;
    margin-bottom: 0;
}
.dm-results-table thead th {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #888;
    border-top: none;
    padding: 4px 6px;
}
.dm-results-table td {
    padding: 5px 6px;
    vertical-align: middle;
}
.dm-results-table tbody tr:first-child td {
    border-top: none;
}
.dm-calc-btn {
    font-size: 0.8em;
    color: #458057;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.dm-calc-btn:hover {
    color: #2a6e3f;
}
