
/* HookupsDM v3.2.3 — MOBILE AUTH BUTTONS HARD FIX ONLY */
@media (max-width:900px){

  /* Keep authentication/register content visible */
  .teg-auth-page,
  .teg-auth-shell,
  .teg-auth-grid,
  .teg-auth-card,
  .teg-auth-card-register,
  .teg-auth-form,
  .teg-auth-connected,
  .teg-auth-connected-actions{
    visibility:visible!important;
    opacity:1!important;
  }

  .teg-auth-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    gap:18px!important;
  }

  .teg-auth-card,
  .teg-auth-card-register{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .teg-auth-form{
    display:grid!important;
    width:100%!important;
    gap:16px!important;
  }

  /* All principal account action buttons */
  .teg-auth-page .teg-gold-button,
  .teg-auth-page button.teg-gold-button,
  .teg-auth-form > .teg-gold-button,
  .teg-auth-card-register .teg-gold-button,
  .teg-auth-connected-actions .teg-gold-button,
  .teg-auth-inline-button{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:relative!important;
    z-index:5!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:58px!important;
    height:auto!important;
    margin-top:8px!important;
    padding:15px 18px!important;
    box-sizing:border-box!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #f2d66c!important;
    border-radius:14px!important;
    background:linear-gradient(90deg,#b9942e,#f0d56d,#c9a63d)!important;
    color:#050505!important;
    -webkit-text-fill-color:#050505!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:950!important;
    text-align:center!important;
    text-decoration:none!important;
    box-shadow:0 10px 26px rgba(212,175,55,.14)!important;
  }

  /* Secondary account actions also remain visible */
  .teg-auth-page .teg-dark-button,
  .teg-auth-page .teg-logout-button{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:56px!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }

  /* Do not allow an inherited disabled-looking opacity to hide button text */
  .teg-auth-page button:not(:disabled),
  .teg-auth-page a.teg-gold-button{
    opacity:1!important;
    filter:none!important;
  }
}

@media (max-width:560px){
  .teg-auth-card,
  .teg-auth-card-register{
    padding:22px 16px!important;
  }
  .teg-auth-page .teg-gold-button,
  .teg-auth-page button.teg-gold-button{
    font-size:15px!important;
  }
}
