.payment-ready {
  width: 86px;
  height: 86px;
  margin-bottom: 15px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #173328, #254c3a);
  color: var(--lime);
  box-shadow: 0 18px 45px #17332828;
  font-size: 25px;
  font-weight: 900;
}
