/* Account editing and public profile only; all selectors are scoped to these pages. */
.user_account .mv-au-profile-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 19px 21px;
  border: 1px solid #bed6ec;
  border-radius: 12px;
  background: linear-gradient(125deg, #f1f7ff, #ffffff 72%);
  box-shadow: 0 4px 17px rgba(24, 62, 101, .07);
}
.user_account .mv-au-profile-overview__body {
  flex: 1 1 280px;
  min-width: 0;
}
.user_account .mv-au-profile-overview__eyebrow {
  display: block;
  color: #4b6c88;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.user_account .mv-au-profile-overview h2 {
  display: block;
  float: none;
  width: auto;
  margin: 4px 0 10px;
  padding: 0;
  border: 0;
  color: #17364f;
  font-size: 21px;
  line-height: 1.3;
}
.user_account .mv-au-profile-overview p {
  max-width: 510px;
  margin: 9px 0 0;
  color: #435769;
  font-size: 13px;
  line-height: 1.5;
}
.user_account .mv-au-profile-overview__status .mv-au-trust-badge {
  vertical-align: top;
}
.user_account .mv-au-profile-overview__pending {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid #c8d6e3;
  border-radius: 99px;
  background: #fff;
  color: #425669;
  font-size: 12px;
  font-weight: 700;
}
.user_account .mv-au-profile-overview__action {
  flex: 0 1 310px;
  min-width: 230px;
}
.user_account .mv-au-profile-overview__action label {
  display: block;
  margin: 0 0 7px;
  color: #17364f;
  font-size: 13px;
  font-weight: 700;
}
.user_account .modify_profile .mv-au-profile-overview__action textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 76px;
  margin: 0 0 10px;
  padding: 9px 11px;
  border: 1px solid #b8ccdc;
  border-radius: 8px;
  background: #fff;
  color: #213547;
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
  resize: vertical;
}
.user_account .mv-au-profile-overview__action textarea:focus-visible {
  outline: 2px solid #2479b5;
  outline-offset: 1px;
}
.user_account .mv-au-profile-overview__action .mv-au-request-preview p {
  margin-top: 7px;
  font-size: 12px;
}
.user_account .modify_profile .mv-au-profile-overview__action form,
.user_account .modify_profile .mv-au-social-owner form {
  display: block;
  float: none;
  clear: none;
  width: 100%;
  margin: 0;
}
.user_account .mv-au-profile-overview__action button,
.user_account .mv-au-profile-overview__action a.mv-au-request-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #0966b6;
  border-radius: 8px;
  background: #076ebd;
  box-shadow: 0 3px 10px rgba(7, 110, 189, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.user_account .mv-au-profile-overview__action button:hover,
.user_account .mv-au-profile-overview__action button:focus-visible,
.user_account .mv-au-profile-overview__action a.mv-au-request-button:hover,
.user_account .mv-au-profile-overview__action a.mv-au-request-button:focus-visible {
  background: #075999;
  color: #fff;
  outline: 2px solid #174f7e;
  outline-offset: 2px;
}
.user_account .mv-au-profile-overview__action button:disabled,
.user_account .mv-au-profile-overview__action button:disabled:hover {
  background: #8295a4;
  border-color: #8295a4;
  box-shadow: none;
  outline: 0;
  cursor: not-allowed;
}
.user_account .modify_profile #mv-au-native-profile-form,
.user_account .mv-au-social-owner {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 16px 0 14px;
  padding: 20px;
  border: 1px solid #dae4ea;
  border-radius: 10px;
  background: #fff;
}
.user_account .modify_profile #mv-au-native-profile-form {
  display: flow-root;
  float: none;
}
.user_account .mv-au-social-owner h2 {
  float: none;
  width: auto;
  margin: 0 0 7px;
  color: #183951;
  font-size: 19px;
}
.user_account .mv-au-social-owner p {
  margin: 0 0 15px;
  color: #536575;
  font-size: 13px;
  line-height: 1.5;
}
.user_account .mv-au-social-owner .mv-au-social-owner__notice {
  margin: 2px 0 14px;
  padding: 10px 12px;
  border: 1px solid #e9d3a1;
  border-radius: 7px;
  background: #fff9ea;
  color: #6a4e1f;
}
.user_account .modify_profile .mv-au-social-owner__field input:disabled {
  background: #f2f5f7;
  color: #526372;
}
.user_account .mv-au-social-owner__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 17px;
}
.user_account .mv-au-social-owner__field {
  min-width: 0;
}
.user_account .mv-au-social-owner__field label {
  display: block;
  margin-bottom: 5px;
  color: #284456;
  font-weight: 700;
}
.user_account .modify_profile .mv-au-social-owner__field input {
  float: none;
  clear: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid #c8d5de;
  border-radius: 6px;
  background: #fff;
  color: #19384d;
}
.user_account .modify_profile .mv-au-social-owner__field input:focus-visible {
  outline: 2px solid #2376b4;
  outline-offset: 1px;
}
.user_account .mv-au-social-owner__submit {
  margin-top: 16px;
  padding: 10px 17px;
  border: 0;
  border-radius: 7px;
  background: #156eaa;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.user_account .mv-au-social-owner__submit:hover { background: #0b5486; }
.user_public_profile .mv-au-public-trust-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 17px;
  padding: 12px 15px;
  border: 1px solid #c9e1d5;
  border-radius: 9px;
  background: #f4faf6;
  color: #265545;
  font-size: 13px;
  line-height: 1.5;
}
.user_public_profile .mv-au-public-trust-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 19px;
  height: 19px;
  border-radius: 50%;
  background: #168158;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.user_public_profile #description {
  box-sizing: border-box;
  height: auto;
  min-height: 260px;
}
.user_public_profile .mv-au-social-public {
  clear: both;
  padding-top: 14px;
  margin-top: 15px;
  border-top: 1px solid #d8e1e8;
}
.user_public_profile .mv-au-social-public h3 {
  float: none;
  width: auto;
  margin: 0 0 9px;
  overflow: visible;
  color: #223b4d;
  font-size: 14px;
  white-space: normal;
}
.user_public_profile .mv-au-social-public__link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 5px 7px 0;
  padding: 6px 10px;
  border: 1px solid #d5e1e8;
  border-radius: 7px;
  background: #fff;
  color: #165b88;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.user_public_profile .mv-au-social-public__link:hover,
.user_public_profile .mv-au-social-public__link:focus-visible {
  border-color: #8cbadb;
  background: #edf6fc;
  color: #104a72;
}
.dealer_content .mv-au-dealer-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  margin: 12px 10px;
  padding: 9px 11px;
  border: 1px solid #c9e1d5;
  border-radius: 8px;
  background: #f4faf6;
  color: #265545;
  font-size: 12px;
  line-height: 1.45;
}
.dealer_content .mv-au-dealer-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  height: 17px;
  border-radius: 50%;
  background: #168158;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.dealer_content .mv-au-social-public {
  box-sizing: border-box;
  clear: both;
  margin: 12px 0;
  padding: 12px 0 0;
  border-top: 1px solid #d8e1e8;
}
.dealer_content .mv-au-social-public__link {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 5px 7px 0;
  padding: 6px 9px;
  border: 1px solid #d5e1e8;
  border-radius: 7px;
  background: #fff;
  color: #165b88;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.dealer_content .mv-au-social-public__link:hover,
.dealer_content .mv-au-social-public__link:focus-visible {
  border-color: #8cbadb;
  background: #edf6fc;
  color: #104a72;
}
@media (max-width: 720px) {
  .user_account .mv-au-profile-overview__action { flex: 1 1 100%; }
  .user_account .mv-au-social-owner__grid { grid-template-columns: minmax(0, 1fr); }
}
