/* Checkout Terms Modal Styles */
.checkout-terms-modal .modal-inner-wrap {
    max-width: 800px;
    width: 90%;
}

.checkout-terms-modal .modal-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.checkout-terms-modal .content {
    padding: 0 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.checkout-terms-modal .content h1,
.checkout-terms-modal .content h2 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.checkout-terms-modal .content p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.checkout-terms-modal .action-close {
    padding: 0;
}

.checkout-terms-modal .action-close:before {
    font-size: 20px;
}

/* Make sure the modal is above other elements */
.modals-overlay {
    z-index: 899 !important;
}

.modal-popup.checkout-terms-modal {
    z-index: 900 !important;
}
