.nexa-delivery-calculation {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 12px;
    margin: 18px 0;
    padding: 16px;
    background: linear-gradient(180deg, #fffdf8, #faf6ec);
    border: 1px solid #eadfc9;
    border-radius: 16px;
}

.nexa-delivery-calculation > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 76px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #eee5d3;
    border-radius: 12px;
}

.nexa-delivery-calculation span {
    color: #746b5c;
    font-size: 0.82rem;
    font-weight: 700;
}

.nexa-delivery-calculation strong {
    direction: rtl;
    color: #342b1d;
    font-size: 1rem;
    font-weight: 900;
}

.nexa-inline-form-card {
    margin-bottom: 18px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--nexa-border, #e5e7eb);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.nexa-checkbox-field {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .nexa-delivery-calculation {
        grid-template-columns: 1fr;
    }
}
