.abemnf-form .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abemnf-form .terms-wrapper {
  cursor: default;
  margin-top: 6px;
}

.abemnf-form .terms-wrapper label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.abemnf-form .terms-wrapper label a {
  color: #007bff;
}

.abemnf-form .terms-wrapper label a:hover {
  color: #0056b3;
}

.abemnf-form input[type="text"],
.abemnf-form input[type="email"] {
  box-sizing: border-box;
  color: #757575;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 12px;
  width: 100%;
}

.abemnf-form .abemnf-submit {
  background-color: transparent;
  border-color: white;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  max-height: 42px;
  padding: 8px 16px;
  text-transform: uppercase;
}

.abemnf-notice {
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px 14px;
}

.abemnf-notice.success {
  background: #e7f6ed;
  color: #175d2b;
}

.abemnf-notice.error {
  background: #fdecea;
  color: #611a15;
}

@media (min-width: 768px) {
  .abemnf-form .fields-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .abemnf-notice {
    margin-top: 10px;
  }
}
