.support-page .content {
  width: 100%;
}

.support-page .support-copy {
  max-width: none;
  width: 100%;
  margin: 0;
  line-height: 1.5;
}

.support-page .support-offer {
  width: 100%;
  max-width: 520px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support-page .support-options {
  display: grid;
  gap: 10px;
}

.support-page .support-option {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(29, 185, 84, 0.35);
  background: #161616;
  color: inherit;
  text-decoration: none;
}

.support-page .support-option:hover,
.support-page .support-option:focus {
  background: #1f2a1f;
  border-color: #2ad063;
}

.support-page .support-option-amount {
  font-size: 16px;
  font-weight: 600;
}

.support-page .support-option-term {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.65;
}

.support-page .support-option--custom {
  border-style: dashed;
}

.support-page .support-note {
  margin: 0;
  font-size: 11px;
  opacity: 0.55;
}

@media (max-width: 900px) {
  .support-page .support-offer {
    max-width: 460px;
  }
}
