.sms-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #52636d;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
}

.sms-consent input {
  flex: 0 0 auto;
  width: 16px !important;
  margin: 2px 0 0;
  padding: 0 !important;
  accent-color: #c7983f;
}

.sms-consent span {
  display: block;
}

.sms-consent-copy a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}