.sms-optin {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  border: 1px solid rgb(26 29 41 / 25%);
  background: rgb(255 255 255 / 45%);
  padding: 1rem;
  color: #1a1d29;
  font-size: 0.82rem;
  line-height: 1.55;
}

.sms-optin input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: #7ec8e3;
}

.sms-optin strong {
  display: block;
  margin-bottom: 0.25rem;
}

.sms-optin a {
  font-weight: 600;
  text-decoration: underline;
  color: #1a1d29;
  text-decoration-color: #7ec8e3;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.sms-submit-note {
  margin-top: 1rem;
  border-top: 1px solid rgb(26 29 41 / 20%);
  padding-top: 1rem;
  color: #1a1d29;
  font-size: 0.82rem;
  line-height: 1.55;
}
