#checkout-popup {
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
#checkout-popup{
    max-height: calc(100vh - 48px);
    overflow: hidden;
}
.woocommerce-additional-fields {
    display: none;
}
#checkout-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1000px,calc(100% - 32px));background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(15,23,42,.34);z-index:10000;padding:22px;box-sizing:border-box}
#checkout-popup h2{margin:0 52px 14px 0}
#bwdcv-subscription-checkout-frame{background:#fff;border:1px solid #dbe3ef;border-radius:12px;height:min(720px,76vh);width:100%}
#popup-overlay{z-index:9999!important}
body.bwdcv-checkout-open{overflow:hidden}
#close-popup{
    position: absolute;
    right: 14px;
    top: 14px;
    background: #ff2121;
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 99;
    color: white;
    font-size: 30px;
    border-radius: 5px;
    padding: 0px 10px;
    font-weight: bold;
}

/* Loading popup */
#bwdcv-loading-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    display: none;
}
#bwdcv-loading-popup .loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto; 
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#bwdcv-loading-popup p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.bwdcv-payment-loader{align-items:center;color:#475569;display:flex;flex-direction:column;font-size:14px;font-weight:700;gap:12px;justify-content:center;min-height:280px;text-align:center}
.bwdcv-payment-loader[hidden]{display:none!important}
.bwdcv-payment-loader>span{animation:bwdcv-payment-spin .8s linear infinite;border:4px solid #dbe3ef;border-radius:50%;border-top-color:#4435ed;height:42px;width:42px}
@keyframes bwdcv-payment-spin{to{transform:rotate(360deg)}}
#bwdcv-loading-popup{z-index:10001!important}
