.deposit__link[hidden] {
  display: none !important;
}

.deposit__links {
  gap: 10px;
}

/* Keep the original light button appearance inside the blue forum block. */
.deposit__link:not([hidden]) {
  background-color: #fff !important;
  border-color: rgba(4, 3, 3, 0.08) !important;
  color: #040303 !important;
}

.deposit__link:not([hidden]) svg path {
  fill: #040303 !important;
}

.deposit__link:not([hidden]):not(.wwh):not(.bhf):hover {
  background-color: transparent !important;
  border-color: #2bad72 !important;
  color: #2bad72 !important;
}

.deposit__link:not([hidden]):not(.wwh):not(.bhf):hover svg path {
  fill: #2bad72 !important;
}

.deposit__link.wwh:not([hidden]):hover {
  background-color: transparent !important;
  border-color: #008ad3 !important;
  color: #008ad3 !important;
}

.deposit__link.wwh:not([hidden]):hover svg path {
  fill: #008ad3 !important;
}

.deposit__link.bhf:not([hidden]):hover {
  background-color: transparent !important;
  border-color: #0f7af8 !important;
  color: #0f7af8 !important;
}

.deposit__link.bhf:not([hidden]):hover svg path {
  fill: #0f7af8 !important;
}

.deposit__link:not([hidden]):focus {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.deposit__link:not([hidden]):focus svg path {
  fill: #fff !important;
}

.footer__notice {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 64px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(120, 125, 255, 0.35);
  border-left: 4px solid #787dff;
  border-radius: 18px;
  background: rgba(68, 75, 246, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.footer__notice-title {
  color: #aeb1ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer__notice[data-theme="light"],
.footer[data-theme="light"] .footer__notice {
  border-color: rgba(68, 75, 246, 0.24);
  border-left-color: #444bf6;
  background: rgba(68, 75, 246, 0.07);
  color: rgba(4, 3, 3, 0.76);
}

.footer__notice-title[data-theme="light"],
.footer[data-theme="light"] .footer__notice-title {
  color: #444bf6;
}

.footer__notice + .footer__bottom {
  margin-top: 48px;
}

@media (max-width: 768px) {
  .footer__notice {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 48px;
    padding: 18px 18px;
    border-radius: 15px;
    font-size: 14px;
  }

  .footer__notice + .footer__bottom {
    margin-top: 38px;
  }
}
