.smsrun-form label.smsrun-label,
.smsrun-consent-label,
.smsrun-preferences legend {
  font-weight: 600;
  color: #333;
  margin-top: 15px;
  display: block;
}
.smsrun-input {
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}
.smsrun-checkbox-label {
  margin-right: 15px;
  display: inline-block;
  font-weight: 400;
  color: #555;
  cursor: pointer;
}
.smsrun-consent-label input {
  margin-right: 8px;
  vertical-align: middle;
}
.smsrun-submit {
  margin-top: 25px;
  background-color: #FF6F61;
  border-radius: 25px;
  border: none;
  color: white;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.smsrun-submit:hover {
  background-color: #FF4081;
}
.smsrun-error {
  color: red;
  font-weight: 600;
  margin-top: 10px;
}
.smsrun-success {
  color: green;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
