/* Internet Express Block Checkout Styles */
.iewoo-shipping-info {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 4px;
    margin: 10px 0;
}

.iewoo-shipping-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iewoo-shipping-rate-name {
    font-weight: 600;
}

.iewoo-shipping-rate-price {
    color: #2c3e50;
}

/* Duty / VAT calculator panel (block + classic checkout) */
.iewoo-duty-panel { box-sizing: border-box; margin: 12px 0; padding: 12px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 13px; color: #111827; }
.iewoo-duty-title { font-weight: 600; margin-bottom: 8px; }
.iewoo-duty-item { padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px solid #f1f5f9; }
.iewoo-duty-item-name { line-height: 1.3; }
.iewoo-duty-item-meta { color: #6b7280; font-size: 12px; margin-top: 2px; }
.iewoo-duty-line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 3px 0; }
.iewoo-duty-label { color: #374151; }
.iewoo-duty-value { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.iewoo-duty-line.is-strong { font-weight: 600; border-top: 1px solid #e5e7eb; margin-top: 4px; padding-top: 6px; }
.iewoo-duty-dest { margin-top: 8px; padding-top: 8px; border-top: 1px solid #e5e7eb; }
.iewoo-duty-rate { color: #6b7280; font-size: 12px; margin-top: 2px; }
.iewoo-duty-note { color: #6b7280; font-size: 11px; margin-top: 4px; font-style: italic; }
