
/* ===== BuurtKids Responsive Engine ===== */

/* Force mobile stacking for payment components */
@media (max-width:768px){

.bk-payment-options{
display:block !important;
width:100% !important;
}

.bk-option{
display:block !important;
width:100% !important;
max-width:100% !important;
margin-bottom:16px !important;
}

.bk-card{
width:100% !important;
max-width:100% !important;
margin:0 auto !important;
box-sizing:border-box !important;
}

.bk-payment-container{
width:100% !important;
max-width:100% !important;
padding:20px !important;
}

}

/* Prevent theme grid conflicts */
.bk-payment-container *{
box-sizing:border-box;
}

/* Fix flex/grid overrides */
.bk-payment-options{
flex-wrap:wrap !important;
}
