.retainer-payment {
  margin: 1.5rem 0;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.retainer-label {
  margin: 0 0 .8rem;
  color: var(--ink) !important;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .61rem;
  font-weight: 600;
}

.cash-app-button {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .9rem 1rem;
  background: #00d64f;
  color: #07120b;
  text-decoration: none;
  border: 1px solid #00b943;
  transition: transform .2s ease, filter .2s ease;
}

.cash-app-button:hover,
.cash-app-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(.96);
  outline: 2px solid var(--olive-dark);
  outline-offset: 3px;
}

.cash-app-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #07120b;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.cash-app-button > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cash-app-button small {
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cash-app-button strong {
  margin-top: .15rem;
  color: #07120b;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .01em;
}

.retainer-note {
  margin: .85rem 0 0 !important;
  color: var(--muted) !important;
  font-size: .73rem;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .retainer-payment {
    padding: 1rem;
  }

  .cash-app-button {
    min-height: 72px;
  }
}
