/* Copyright (c) tatsurodev. Licensed under OSL-3.0. */

.tatsurodev-shipmtx-calculator {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fafafa;
    font-size: 0.95rem;
}

.tatsurodev-shipmtx-calculator .shipmtx-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.tatsurodev-shipmtx-calculator .shipmtx-label {
    font-weight: 600;
    margin: 0;
}

.tatsurodev-shipmtx-calculator .shipmtx-country-select {
    min-width: 220px;
    padding: 0.4rem 0.6rem;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background: #fff;
}

.tatsurodev-shipmtx-calculator .shipmtx-results {
    min-height: 1.2rem;
}

.tatsurodev-shipmtx-calculator .shipmtx-status {
    color: #666;
    font-style: italic;
}

.tatsurodev-shipmtx-calculator .shipmtx-restricted,
.tatsurodev-shipmtx-calculator .shipmtx-error {
    padding: 0.5rem 0.75rem;
    background: #fef6e6;
    border-left: 3px solid #f5a623;
    color: #7a4d00;
    border-radius: 2px;
}

.tatsurodev-shipmtx-calculator .shipmtx-error {
    background: #fdecea;
    border-left-color: #d0021b;
    color: #7a0000;
}

.tatsurodev-shipmtx-calculator .shipmtx-methods {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
}

.tatsurodev-shipmtx-calculator .shipmtx-methods th,
.tatsurodev-shipmtx-calculator .shipmtx-methods td {
    text-align: left;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid #e8e8e8;
}

.tatsurodev-shipmtx-calculator .shipmtx-methods th {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.04em;
}

.tatsurodev-shipmtx-calculator .shipmtx-carrier {
    font-size: 0.85rem;
    color: #888;
}

.tatsurodev-shipmtx-calculator .shipmtx-customs {
    margin-top: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #d8d8d8;
    font-size: 0.85rem;
    color: #555;
}

.tatsurodev-shipmtx-calculator .shipmtx-days-empty {
    color: #999;
}

.tatsurodev-shipmtx-calculator .shipmtx-surcharges {
    display: block;
    margin-top: 0.35rem;
    padding: 0.25rem 0.4rem;
    background: #fff7e0;
    border-left: 2px solid #d6a82c;
    border-radius: 2px;
}

.tatsurodev-shipmtx-calculator .shipmtx-surcharge-item {
    display: block;
    font-size: 0.82rem;
    color: #6b5300;
    line-height: 1.4;
}

.tatsurodev-shipmtx-calculator .shipmtx-free-banner {
    margin-bottom: 0.6rem;
    padding: 0.55rem 0.8rem;
    border-radius: 4px;
    font-size: 0.92rem;
    font-weight: 500;
}

.tatsurodev-shipmtx-calculator .shipmtx-free-banner--need {
    background: #e8f4ff;
    color: #135ba0;
    border-left: 3px solid #1b8ce8;
}

.tatsurodev-shipmtx-calculator .shipmtx-free-banner--qualified {
    background: #e6f7ec;
    color: #1b6e3f;
    border-left: 3px solid #1b8c4f;
}

.tatsurodev-shipmtx-calculator .shipmtx-eta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.3;
}

.tatsurodev-shipmtx-calculator .shipmtx-eta strong {
    font-weight: 600;
}

.tatsurodev-shipmtx-calculator .shipmtx-eta-days {
    font-size: 0.78rem;
    color: #888;
}
