body.profile-page .profile-support-composer {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dce4db;
}

body.profile-page .profile-support-composer label {
  display: grid;
  gap: 6px;
  color: #365342;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.profile-page .profile-support-composer select,
body.profile-page .profile-support-composer textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cddacb;
  border-radius: 6px;
  background: #ffffff;
  color: #213629;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
}

body.profile-page .profile-support-composer select {
  min-height: 40px;
  padding: 0 10px;
}

body.profile-page .profile-support-composer textarea {
  min-height: 104px;
  padding: 10px;
  resize: vertical;
}

body.profile-page .profile-support-composer textarea::placeholder {
  color: #78867c;
}

body.profile-page .profile-support-composer button[type="submit"] {
  justify-self: start;
  min-width: 104px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #244a33;
  border-radius: 6px;
  background: #244a33;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

body.profile-page .profile-support-composer button[type="submit"]:disabled {
  border-color: #94aa99;
  background: #94aa99;
}

body.profile-page .profile-support-composer select:focus-visible,
body.profile-page .profile-support-composer textarea:focus-visible,
body.profile-page .profile-support-composer button[type="submit"]:focus-visible {
  outline: 3px solid rgba(64, 182, 108, 0.32);
  outline-offset: 2px;
}
