.wv-checkout-manager-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    background: #f6f7f7;
}

.wv-checkout-manager-preview-notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #72aee6;
    border-radius: 10px;
    background: #eef4fb;
    color: #1d4f85;
    font-weight: 600;
}

.wv-checkout-manager-message--after {
    margin-top: 18px;
    margin-bottom: 0;
}

.wv-checkout-hidden {
    display: none !important;
}

.wv-checkout-order-details {
    margin-top: 28px;
}

.wv-checkout-order-details__section {
    margin: 16px 0 8px;
}

.wv-checkout-force-shipping {
    opacity: 0.7;
}

.wv-checkout-consents {
    margin-top: 16px;
    --wv-checkout-consent-gap: 12px;
}

.wv-checkout-consents .form-row {
    margin-top: 0;
    margin-bottom: var(--wv-checkout-consent-gap, 12px);
}

.wv-checkout-consents .form-row:last-child {
    margin-bottom: 0;
}

.wv-checkout-consent__label {
    display: flex;
    align-items: flex-start;
}

.wv-checkout-consent__control {
    flex: 0 0 auto;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    display: inline-block !important;
    position: relative !important;
    margin: 0.2em 8px 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    left: auto !important;
    top: auto !important;
    float: none !important;
    vertical-align: top !important;
}

.wv-checkout-consent__content {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25em;
}

.wv-checkout-consent__text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25em;
}

.wv-checkout-consent__required {
    display: inline-flex;
    align-items: center;
}
