.branded-login-card {
  width: min(610px, calc(100% - 30px)) !important;
  padding: 34px 42px !important;
  border: 2px solid #d9b441 !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #202630f7, #080a0ef7 62%, #171006f7) !important;
  box-shadow: 0 30px 100px #000, 0 0 42px #d6a93a66, inset 0 1px #fff3 !important;
}

.branded-login-card .modal-icon {
  display: block;
  font-size: 42px;
  text-align: center;
}

.branded-login-card h2 {
  color: #f1ce68;
  font-size: 27px;
  text-align: center;
  text-shadow: 0 0 16px #d8a82f88;
}

.branded-login-card p {
  text-align: center;
}

.branded-login-card label {
  font-size: 11px;
}

.branded-login-card input {
  min-height: 48px;
  padding: 12px 14px;
  border-color: #7b6530;
  font-size: 15px;
}

.branded-login-card .login-submit {
  min-height: 52px;
  margin-top: 9px;
  font-size: 14px;
}

#cloudLoginStatus {
  display: block;
  min-height: 20px;
  margin-top: 14px;
  color: #71eaff;
  text-align: center;
}

#cloudLoginStatus.error {
  color: #ff6982;
}

.ai-settings-card {
  display: none !important;
}

.library-playlist-accordion > summary {
  width: 105px !important;
  height: 40px !important;
  font-size: 9px !important;
}
