/* payouts.css: Payouts additions on top of the Raider stylesheets. Ranked Technologies Limited, 2026. */

.brand-footer {
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: -0.1px;
}

.brand-footer a {
  color: inherit;
  text-decoration: underline;
}

/* login, signup, recover: dark background, footer pinned to the bottom */
body > footer.brand-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  padding: 0 20px;
}

/* dashboard: footer sits under the side menu controls */
main aside .brand-footer {
  clear: both;
  padding: 16px 20px 6px;
  color: rgba(0, 0, 0, 0.48);
}

main .logo + .intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
  margin: -14px 0 26px;
}

/* account page: bank form */
.field-hint {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px;
  min-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.field-hint[data-level="ok"] {
  color: #15803D;
}

.field-hint[data-level="warn"] {
  color: #B45309;
}

.field-hint[data-level="error"] {
  color: #B91C1C;
}

input[data-valid="false"] {
  border-color: #B91C1C;
}

.section-box-inner noscript {
  display: block;
  color: #B91C1C;
  font-size: 13px;
  margin-bottom: 10px;
}
