.av-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    padding: 16px;
    box-sizing: border-box;
}
.cart__ctas {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.agree-to-terms-wrapper p {
    display: inline;
}
span.td-warning {
    line-height: normal;
}
.av-modal-content {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
}

.av-modal-content h2 {
    margin: 0;
}

.av-modal-content p {
    margin: 0;
}

.av-modal-content button,
.av-modal-content a {
    text-decoration: none;
}

.av-date-select {
    box-shadow: none;
}

/* Country Blocker full-page (storefront) */
.cb-page-root {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: block;
    box-sizing: border-box;
}

.cb-page-content {
    box-sizing: border-box;
}

.av-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    padding: 16px;
    box-sizing: border-box;
}

.av-modal-content {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
}

.av-modal-content h2 {
    margin: 0;
}

.av-modal-content p {
    margin: 0;
}

.av-modal-content button,
.av-modal-content a {
    text-decoration: none;
}

/* Country Blocker full-page 
/* Country Blocker modal (storefront) */
.cb-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    padding: 16px;
    box-sizing: border-box;
}

.cb-modal-content {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
}

.cb-modal-content h2 {
    margin: 0;
}

.cb-modal-content p {
    margin: 0;
}

.cb-modal-content a {
    text-decoration: none;
}

