@media(max-width:640px){
  .account-home .mobile-account-dashboard{padding:10px 9px 13px;background:#111}
  .account-home .mobile-account-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .account-home .mobile-account-card{overflow:hidden;border:1px solid #2d2d2d;border-radius:13px;background:#1b1b1b;box-shadow:0 4px 12px #0003}
  .account-home .mobile-account-card h2{height:48px;padding:0 10px;border:0;background:linear-gradient(100deg,#ffe000,#ffb900);color:#111;font-size:12px;font-weight:700}
  .account-home .mobile-account-card h2 svg{color:#111}
  .account-home .mobile-account-card>div{min-height:160px;padding:8px 9px 11px}
  .account-home .mobile-account-card a{min-height:43px;color:#ddd;font-size:11px}
  .account-home .mobile-account-card a svg{color:#f3d600}
  .account-home .mobile-account-logout{height:58px;margin-top:12px;border:1px solid #3d2024;border-radius:13px;background:#301a1d;color:#ef3d54;font-size:16px;font-weight:500}
  .account-home+.account-mobile-footer{border-top:2px solid #e4c200}
  .account-mobile-footer .provider-footer-strip:before{content:"Sağlayıcılar";display:block;flex:0 0 100%;padding:0 6px 6px;color:#ddd;font-size:13px}
}
