.mc4wp-form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mc4wp__fieldset {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.mc4wp__label {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (width < 1024px) {
  .mc4wp__fieldset {
    flex-direction: column;
  }
}

.mc4wp__input {
  padding: 8px 15px;
  border-radius: 15px;
  background-clip: padding-box;
  background-color: #f5f8fa;
  border: 1px solid rgb(112, 97, 92);
}

.mc4wp__description {
  font-size: 1rem;
}

.mc4wp-alert {
  margin-top: 1rem;
}

.mc4wp-response {
  display: none;
}

.mc4wp__button {
  text-transform: none;
}
