.us-pr-tariff-inline-notice {
    background: #f1f8ff;
    border: 1px solid #2f80ed;
    color: #0b3a75;
    padding: 12px 15px;
    margin: 0 0 1.5em;
    border-radius: 4px;
    font-size: 0.95em;
}

.us-pr-tariff-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.us-pr-tariff-modal.is-visible {
    display: flex;
}

.us-pr-tariff-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.us-pr-tariff-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 6px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
    padding: 24px;
    z-index: 1;
}

.us-pr-tariff-modal__body {
    margin: 1em 0;
}

.us-pr-tariff-modal__ack {
    margin-bottom: 1em;
}

.us-pr-tariff-ack {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95em;
}

.us-pr-tariff-modal__actions {
    text-align: right;
}
