
/* ====== UI FINAL FIX ====== */
.lc-btn{font:inherit!important;font-size:16px!important;line-height:1.2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:14px 22px!important;min-height:48px!important;border-radius:14px!important;border:2px solid transparent!important;text-decoration:none!important;box-sizing:border-box!important;margin:0!important;}
.lc-btn--deposit{color:#a03e2d!important;background:#fff!important;border-color:#a03e2d!important;}
.lc-btn--deposit:hover{background:#a03e2d!important;color:#fff!important;}
.lc-btn--pay{background:#009ee3!important;color:#fff!important;border-color:#009ee3!important;}
.lc-btn--pay:hover{filter:brightness(0.95);}
.lc-btn--volver{background:transparent!important;border:none!important;text-decoration:underline!important;color:inherit!important;padding:8px 0!important;min-height:auto!important;margin-left:auto!important;}
.lc-actions{display:flex;gap:16px;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
@media (max-width:768px){
  .lc-actions{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important;}
  .lc-actions .lc-btn,.lc-actions form .lc-btn{width:100%!important;max-width:100%!important;}
  .lc-btn--volver{order:-1;margin-left:0!important;}
}
