/* الإصلاح النهائي للأزرار والتحميل — v2.5.4 */
:root{--action-dark-blue:#082b63;--action-dark-blue-hover:#061f49}
.public-premium-theme .main-header .install-app-btn,
.public-premium-theme .main-header .nav-actions a[href*="/login"],
.public-premium-theme .main-header .mobile-nav-actions a[href*="/login"]{
  background:var(--action-dark-blue)!important;
  border-color:var(--action-dark-blue)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(8,43,99,.22)!important
}
.public-premium-theme .main-header .install-app-btn:hover,
.public-premium-theme .main-header .install-app-btn:focus-visible,
.public-premium-theme .main-header .nav-actions a[href*="/login"]:hover,
.public-premium-theme .main-header .mobile-nav-actions a[href*="/login"]:hover{
  background:var(--action-dark-blue-hover)!important;
  border-color:var(--action-dark-blue-hover)!important;
  color:#fff!important
}
.remember-option{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}
.remember-option input[type="checkbox"]{cursor:pointer;flex:0 0 auto}
@media(max-width:780px){
  .public-premium-theme .main-header .mobile-nav-actions a[href*="/login"]{width:100%}
}
