.lp-bt-payment-info{margin-top:20px}
.lp-bt-charge-amount{background:#fffbea;border:1px solid #f6e05e;border-left-width:4px;padding:12px 16px;font-size:18px;font-weight:600;text-align:center;margin-bottom:20px}
.lp-bt-box{background:#f7f7f7;padding:24px;border:1px solid #e2e8f0;border-radius:8px}
.lp-bt-box p{margin:0 0 12px 0;font-size:14px;color:#2d3748}
.lp-bt-sep{border:none;border-top:1px solid #e2e8f0;margin:18px 0}
.lp-bt-box label{font-weight:600;margin-bottom:4px;display:block}
.lp-bt-file-help{font-size:12px;color:#4a5568;margin-top:6px}

/* Oculta el duplicado de LatePoint */
.latepoint-booking-form-element .lp-payment-charge-amount{display:none!important}

/* Estilos dropzone */
.lp-bt-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed #CBD5E0;border-radius:6px;padding:24px;color:#4A5568;background:#F7FAFC;cursor:pointer;transition:border-color .2s ease}
.lp-bt-dropzone.dragover{border-color:#3182CE;background:#ebf8ff}
.lp-bt-dropzone svg{stroke:#A0AEC0}
.lp-bt-dropzone input[type="file"]{position:absolute;inset:0;opacity:0;cursor:pointer}

/* Estilos adicionales proporcionados */
.bank-transfer-form{padding:1.5rem;background-color:#f8f9fa;border-radius:0.5rem;margin-bottom:1.5rem}
.bank-transfer-instructions{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef;color:#495057}
.lp-file-input-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:0.5rem;cursor:pointer;text-align:center;color:#6c757d;font-weight:500;transition:all .2s ease;min-height:120px;width:100%;margin:.5rem 0;position:relative;height:100px;max-width:100%}
.lp-file-input-label:hover{background-color:#e9ecef;border-color:#adb5bd}
.lp-file-input-label input[type="file"]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}
.lp-icon.lp-icon-upload{width:40px;height:40px;margin-bottom:.5rem;color:#6c757d}
#lpBankTransferMessageBox{display:none;margin-top:1rem;padding:1rem;border-radius:.5rem;font-size:.875rem}
#bankDetails{margin-top:1rem;padding:1rem;background-color:#e7f5ff;border:1px solid #d0ebff;border-radius:.5rem;color:#1864ab}
.latepoint-bank-transfer-form .os-form-group label{font-weight:600;color:#343a40;margin-bottom:.5rem;display:block}
.latepoint-bank-transfer-form .os-form-control{width:100%;padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;font-size:1rem;line-height:1.5;color:#495057;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.latepoint-bank-transfer-form .os-form-control:focus{border-color:#4dabf7;box-shadow:0 0 0 .2rem rgba(33,150,243,.25);outline:none}
.payment-method-bank_transfer-selected .latepoint-next-btn,.payment-method-bank_transfer-selected .os-next-btn{display:inline-block!important;visibility:visible!important;opacity:1!important}