/* DHI account overlay.  No selector in this file changes a breeding view. */

.dhi-account-dialog {
  width: min(1080px, calc(100vw - 32px));
  max-width: none;
  max-height: min(820px, calc(100dvh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong, #d5dfda);
  border-radius: 24px;
  background: var(--surface-0, #fff);
  color: var(--ink-950, #17241f);
  box-shadow: 0 28px 90px rgb(4 42 32 / 28%);
  font-family: inherit;
}

.dhi-account-dialog::backdrop {
  background: rgb(5 31 25 / 52%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dhi-account-dialog * { box-sizing: border-box; }

.dhi-account-shell {
  display: grid;
  grid-template-columns: minmax(250px, 34%) minmax(0, 1fr);
  min-height: 640px;
}

.dhi-account-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(4 57 45 / 12%) 20%, rgb(4 57 45 / 94%) 100%),
    url("../media/hero/health-herd-w960.webp") 69% 50% / cover no-repeat,
    #064c3c;
  color: #fff;
}

.dhi-account-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgb(4 61 48 / 42%), transparent 65%);
}

.dhi-account-photo > div { position: relative; z-index: 1; }
.dhi-account-photo small {
  display: block;
  margin-bottom: 12px;
  color: rgb(255 255 255 / 76%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.dhi-account-photo b { font-size: clamp(25px, 3vw, 38px); line-height: 1.25; }
.dhi-account-photo p { max-width: 28ch; margin: 14px 0 0; color: rgb(255 255 255 / 78%); font-size: 13px; line-height: 1.7; }
.dhi-account-photo__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.dhi-account-photo__chips span {
  padding: 6px 9px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 92%);
  font-size: 10.5px;
  font-weight: 750;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.dhi-account-photo__trust {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  color: rgb(255 255 255 / 72%);
  font-size: 10.5px;
  line-height: 1.55;
}
.dhi-account-photo__trust svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; }

.dhi-account-shell > main { min-width: 0; overflow: hidden; background: var(--surface-0, #fff); }

.dhi-account-head {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line-1, #e6ece9);
}

.dhi-account-avatar {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--brand-100, #dcefe7);
  color: var(--brand-800, #075a46);
  font-size: 18px;
  font-weight: 850;
}

.dhi-account-head__identity { min-width: 0; }
.dhi-account-head small { color: var(--brand-700, #08705a); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.dhi-account-head h2 { overflow: hidden; margin: 2px 0 0; color: var(--ink-950, #17241f); font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-head p { overflow: hidden; margin: 3px 0 0; color: var(--ink-600, #64736d); font-size: 11.5px; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-head__actions { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.dhi-account-head__actions button {
  min-width: 40px;
  min-height: 40px;
  padding: 8px 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-600, #64736d);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.dhi-account-head__actions button:last-child { font-size: 23px; font-weight: 400; }
.dhi-account-head__actions button:hover { background: var(--surface-soft, #f2f6f3); color: var(--ink-950, #17241f); }

.dhi-account-dialog .dhi-account-tabs {
  display: flex;
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  min-height: 52px;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  padding: 9px 18px 0;
  border-bottom: 1px solid var(--line-1, #e6ece9);
  background: var(--surface-0, #fff);
  color: var(--ink-600, #64736d);
  box-shadow: none;
  transform: none;
}
.dhi-account-dialog .dhi-account-tabs button {
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 13px 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ink-600, #64736d);
  font: inherit;
  font-size: 12.5px;
  font-weight: 750;
  cursor: pointer;
}
.dhi-account-dialog .dhi-account-tabs button[data-current="true"] { border-bottom-color: var(--brand-700, #08705a); color: var(--brand-800, #075a46); }

.dhi-account-body {
  display: flex;
  max-height: calc(min(820px, 100dvh - 32px) - 140px);
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
  padding: 20px 22px 26px;
  background: var(--canvas, #f7f5f1);
}

.dhi-account-shell[data-signed-in="false"] .dhi-account-body { gap: 16px; max-height: calc(min(820px, 100dvh - 32px) - 88px); }

.dhi-account-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.dhi-account-levels article {
  min-height: 112px;
  padding: 14px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 15px;
  background: var(--surface-0, #fff);
}
.dhi-account-levels article[data-current="true"] { border-color: var(--brand-400, #69ad94); background: var(--brand-50, #eaf5f0); box-shadow: inset 0 0 0 1px rgb(7 90 70 / 8%); }
.dhi-account-levels small { display: block; color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 850; letter-spacing: .08em; }
.dhi-account-levels b { display: block; margin-top: 8px; color: var(--ink-950, #17241f); font-size: 13px; }
.dhi-account-levels p { margin: 5px 0 0; color: var(--ink-600, #64736d); font-size: 10.5px; line-height: 1.5; }

.dhi-account-global {
  padding: 18px;
  border: 1px solid rgb(8 112 90 / 18%);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #edf7f3);
  box-shadow: 0 9px 28px rgb(8 46 36 / 6%);
}
.dhi-account-global__hero { display: flex; align-items: center; gap: 14px; }
.dhi-account-global__hero > span { display: inline-flex; width: 52px; height: 52px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 16px; background: var(--brand-100, #dcefe7); color: var(--brand-700, #08705a); }
.dhi-account-global__hero > span svg { width: 25px; height: 25px; }
.dhi-account-global__hero small { color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 850; letter-spacing: .09em; }
.dhi-account-global__hero h3 { margin: 3px 0 0; color: var(--ink-950, #17241f); font-size: 18px; }
.dhi-account-global__hero p { margin: 5px 0 0; color: var(--ink-600, #64736d); font-size: 11.5px; line-height: 1.6; }
.dhi-account-global__scope { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 16px; }
.dhi-account-global__scope article { min-height: 108px; padding: 13px; border: 1px solid var(--line-1, #e6ece9); border-radius: 14px; background: rgb(255 255 255 / 88%); }
.dhi-account-global__scope small { display: block; color: var(--ink-500, #7d8d86); font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.dhi-account-global__scope b { display: block; margin-top: 7px; color: var(--brand-700, #08705a); font-size: 15px; }
.dhi-account-global__scope p { margin: 5px 0 0; color: var(--ink-600, #64736d); font-size: 10.5px; line-height: 1.55; }
.dhi-account-global > .dhi-account-primary { margin-top: 14px; }

.dhi-account-section {
  padding: 18px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 17px;
  background: var(--surface-0, #fff);
  box-shadow: 0 5px 18px rgb(8 46 36 / 4%);
}
.dhi-account-section__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.dhi-account-section__head small { color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 850; letter-spacing: .09em; }
.dhi-account-section h3 { margin: 2px 0 0; color: var(--ink-950, #17241f); font-size: 16px; }
.dhi-account-section > p { margin: 8px 0 14px; color: var(--ink-600, #64736d); font-size: 12px; line-height: 1.65; }
.dhi-account-status {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--brand-50, #eaf5f0);
  color: var(--brand-700, #08705a);
  font-size: 10.5px;
  font-weight: 800;
  white-space: nowrap;
}
.dhi-account-status[data-status="pending"] { background: #fff4d5; color: #8a5b10; }

.dhi-account-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.dhi-account-section label { display: grid; gap: 6px; margin-top: 11px; color: var(--ink-800, #33463e); font-size: 11.5px; font-weight: 750; }
.dhi-account-section input,
.dhi-account-section select,
.dhi-account-section textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid var(--line-strong, #d5dfda);
  border-radius: 11px;
  outline: none;
  background: var(--surface-0, #fff);
  color: var(--ink-950, #17241f);
  font: inherit;
  font-size: 12px;
}
.dhi-account-section textarea { min-height: 82px; resize: vertical; line-height: 1.55; }
.dhi-account-section input:focus,
.dhi-account-section select:focus,
.dhi-account-section textarea:focus { border-color: var(--brand-600, #168067); box-shadow: 0 0 0 3px rgb(22 128 103 / 12%); }

.dhi-account-primary,
.dhi-account-providers button,
.dhi-account-reviews button {
  min-height: 42px;
  margin-top: 12px;
  padding: 9px 15px;
  border: 1px solid var(--line-strong, #d5dfda);
  border-radius: 11px;
  background: var(--surface-0, #fff);
  color: var(--ink-800, #33463e);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.dhi-account-primary { border-color: var(--brand-700, #08705a); background: var(--brand-700, #08705a); color: #fff; }
.dhi-account-primary:hover { background: var(--brand-800, #075a46); }
.dhi-account-providers button:disabled { cursor: not-allowed; opacity: .58; }

.dhi-account-empty { padding: 32px 24px; text-align: center; }
.dhi-account-empty__icon { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 18px; background: var(--brand-50, #eaf5f0); color: var(--brand-700, #08705a); }
.dhi-account-empty h2 { margin: 15px 0 7px; font-size: 21px; }
.dhi-account-empty > p { max-width: 50ch; margin: 0 auto 17px; color: var(--ink-600, #64736d); font-size: 12.5px; line-height: 1.7; }
.dhi-account-empty > small { display: block; margin-top: 14px; color: var(--ink-500, #7d8d86); font-size: 10.5px; }
.dhi-account-providers { display: grid; width: min(520px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.dhi-account-providers .dhi-account-provider {
  display: grid;
  min-height: 48px;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 13px;
  text-align: left;
  transition: transform .16s ease, filter .16s ease, opacity .16s ease;
}
.dhi-account-providers .dhi-account-provider:not(:disabled):active { filter: brightness(.92); transform: scale(.985); }
.dhi-account-provider img { display: block; width: 24px; height: 24px; object-fit: contain; }
.dhi-account-provider.is-line img { width: 25px; height: 25px; }
.dhi-account-provider span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-provider i { font-size: 18px; font-style: normal; font-weight: 700; line-height: 1; opacity: .52; white-space: nowrap; }
.dhi-account-provider:disabled i { font-size: 8.5px; letter-spacing: .03em; }
.dhi-account-provider.is-google { border-color: rgb(0 0 0 / 14%); background: #fff; color: #1f1f1f; }
.dhi-account-provider.is-line { border-color: #07994b; background: #00853e; color: #fff; }

.dhi-account-welcome {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px 15px;
  padding: 20px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--surface-0, #fff), #f1f8f5);
  box-shadow: 0 7px 22px rgb(8 46 36 / 5%);
}
.dhi-account-welcome > div:nth-child(2) { min-width: 0; }
.dhi-account-welcome > div:nth-child(2) > small { color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 850; letter-spacing: .08em; }
.dhi-account-welcome h3 { margin: 3px 0 4px; color: var(--ink-950, #17241f); font-size: 19px; }
.dhi-account-welcome p { margin: 0; color: var(--ink-600, #64736d); font-size: 11.5px; line-height: 1.6; }
.dhi-account-welcome .dhi-account-providers { grid-column: 2; }
.dhi-account-welcome .dhi-account-callout { grid-column: 1 / -1; margin-top: 2px; }
.dhi-account-welcome > small { grid-column: 2; color: var(--ink-500, #7d8d86); font-size: 10px; line-height: 1.5; }
.dhi-account-preview-link {
  grid-column: 2;
  justify-self: start;
  padding: 1px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--brand-700, #08705a);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.dhi-account-preview-link:hover { border-bottom-color: currentColor; }

.dhi-account-showcase {
  padding: 18px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 18px;
  background: var(--surface-0, #fff);
}
.dhi-account-showcase__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.dhi-account-showcase__head small { color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 850; letter-spacing: .08em; }
.dhi-account-showcase__head h3 { margin: 3px 0 0; color: var(--ink-950, #17241f); font-size: 15px; }
.dhi-account-showcase__head > span { flex: 0 0 auto; color: var(--ink-500, #7d8d86); font-size: 9.5px; }
.dhi-account-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.dhi-account-feature {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 14px;
  background: var(--canvas, #f7f5f1);
}
.dhi-account-feature > small { display: block; margin-top: 10px; color: var(--brand-700, #08705a); font-size: 9px; font-weight: 850; letter-spacing: .05em; }
.dhi-account-feature h4 { margin: 3px 0 0; color: var(--ink-950, #17241f); font-size: 12px; line-height: 1.4; }
.dhi-account-feature > p { margin: 5px 0 0; color: var(--ink-600, #64736d); font-size: 9.5px; line-height: 1.55; }
.dhi-account-feature__visual {
  position: relative;
  min-height: 76px;
  overflow: hidden;
  border: 1px solid rgb(7 90 70 / 9%);
  border-radius: 11px;
  background: linear-gradient(145deg, #e8f5ef, #f7fbf9);
}
.dhi-account-feature__visual.is-health { display: grid; grid-template-columns: minmax(0, 1fr) 6px 6px 6px; align-items: end; gap: 5px; padding: 12px; }
.dhi-account-feature__visual.is-health div { align-self: center; }
.dhi-account-feature__visual.is-health span { display: block; color: var(--ink-600, #64736d); font-size: 8px; }
.dhi-account-feature__visual.is-health strong { display: block; margin-top: 2px; color: var(--brand-700, #08705a); font-size: 20px; }
.dhi-account-feature__visual.is-health i { display: block; height: 34%; border-radius: 999px; background: #73bca4; }
.dhi-account-feature__visual.is-health i:nth-of-type(2) { height: 58%; background: #369878; }
.dhi-account-feature__visual.is-health i:nth-of-type(3) { height: 82%; background: #0c7058; }
.dhi-account-feature__visual.is-decision { display: flex; align-items: center; gap: 7px; padding: 10px; }
.dhi-account-feature__visual.is-decision span { display: grid; min-width: 49px; padding: 7px; border-radius: 9px; background: rgb(255 255 255 / 82%); }
.dhi-account-feature__visual.is-decision strong { color: var(--brand-700, #08705a); font-size: 17px; line-height: 1; }
.dhi-account-feature__visual.is-decision em { margin-top: 4px; color: var(--ink-600, #64736d); font-size: 8px; font-style: normal; }
.dhi-account-feature__visual.is-decision b { position: absolute; right: 8px; bottom: 5px; color: rgb(7 90 70 / 50%); font-size: 7.5px; }
.dhi-account-feature__visual.is-mating { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px; align-content: center; padding: 10px; }
.dhi-account-feature__visual.is-mating > span { overflow: hidden; padding: 7px 8px; border-radius: 8px; background: #fff; color: var(--ink-500, #7d8d86); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-feature__visual.is-mating > b { padding: 7px; border-radius: 8px; background: var(--brand-700, #08705a); color: #fff; font-size: 8px; }
.dhi-account-feature__visual.is-mating > div { display: flex; grid-column: 1 / -1; align-items: baseline; gap: 5px; }
.dhi-account-feature__visual.is-mating strong { color: var(--ink-950, #17241f); font-size: 14px; }
.dhi-account-feature__visual.is-mating em { color: var(--ink-600, #64736d); font-size: 8px; font-style: normal; }

.dhi-account-trust {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #edf6f2;
  color: var(--brand-700, #08705a);
}
.dhi-account-trust > svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; }
.dhi-account-trust p { margin: 0; }
.dhi-account-trust b { display: block; color: var(--ink-800, #33463e); font-size: 10.5px; }
.dhi-account-trust span { display: block; margin-top: 2px; color: var(--ink-600, #64736d); font-size: 9.5px; line-height: 1.55; }

.dhi-account-devices { display: grid; gap: 8px; margin-top: 14px; }
.dhi-account-device {
  display: flex;
  min-height: 65px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid var(--line-1, #e6ece9);
  border-radius: 13px;
  background: var(--surface-0, #fff);
}
.dhi-account-device > span { display: inline-flex; width: 37px; height: 37px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 11px; background: var(--brand-50, #eaf5f0); color: var(--brand-700, #08705a); }
.dhi-account-device > div { min-width: 0; flex: 1; }
.dhi-account-device b { display: block; overflow: hidden; font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-device p { margin: 3px 0 0; color: var(--ink-600, #64736d); font-size: 10.5px; }
.dhi-account-device em { color: var(--brand-700, #08705a); font-size: 10px; font-style: normal; font-weight: 800; }
.dhi-account-device.is-empty { border-style: dashed; background: var(--surface-soft, #f2f6f3); }
.dhi-account-device.is-empty > span { background: transparent; color: var(--ink-500, #7d8d86); font-size: 18px; }

.dhi-account-callout { margin-top: 14px; padding: 11px 12px; border-left: 3px solid var(--brand-500, #3f9c7c); border-radius: 4px 10px 10px 4px; background: var(--brand-50, #eaf5f0); color: var(--ink-600, #64736d); font-size: 11px; line-height: 1.65; }
.dhi-account-message { padding: 10px 12px; border: 1px solid #b9ddcf; border-radius: 11px; background: #edf8f3; color: #12644f; font-size: 11.5px; font-weight: 700; }
.dhi-account-message[data-kind="error"] { border-color: #efc9c1; background: #fff1ee; color: #9b2f20; }

.dhi-account-reviews { display: grid; gap: 9px; margin-top: 14px; }
.dhi-account-reviews article { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line-1, #e6ece9); border-radius: 13px; }
.dhi-account-reviews article > div:first-child { min-width: 0; flex: 1; }
.dhi-account-reviews small { display: block; color: var(--brand-700, #08705a); font-size: 9.5px; font-weight: 800; }
.dhi-account-reviews b { display: block; margin-top: 3px; font-size: 12.5px; }
.dhi-account-reviews p { overflow: hidden; margin: 4px 0 0; color: var(--ink-600, #64736d); font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.dhi-account-reviews article > div:last-child { display: flex; gap: 6px; }
.dhi-account-reviews button { min-height: 36px; margin: 0; padding: 7px 10px; }

#accountbtn[data-account-level="full"] { color: var(--brand-700, #08705a); }

@media (max-width: 767px) {
  .dhi-account-dialog { width: 100vw; height: 100dvh; max-height: none; border: 0; border-radius: 0; }
  .dhi-account-shell { display: block; min-height: 100%; }
  .dhi-account-photo { display: none; }
  .dhi-account-shell > main { min-height: 100dvh; }
  .dhi-account-head { min-height: 78px; padding: 13px 14px; }
  .dhi-account-head__actions button { min-width: 44px; min-height: 44px; }
  .dhi-account-tabs { padding-inline: 8px; overflow-x: auto; }
  .dhi-account-tabs button { min-width: max-content; min-height: 44px; }
  .dhi-account-body { max-height: calc(100dvh - 130px); padding: 14px 12px 24px; }
  .dhi-account-shell[data-signed-in="false"] .dhi-account-body { max-height: calc(100dvh - 78px); }
  .dhi-account-levels { grid-template-columns: 1fr; }
  .dhi-account-levels article { min-height: 82px; }
  .dhi-account-global { padding: 15px; }
  .dhi-account-global__hero { align-items: flex-start; }
  .dhi-account-global__scope { grid-template-columns: 1fr; }
  .dhi-account-global__scope article { min-height: 0; }
  .dhi-account-fields,
  .dhi-account-providers { grid-template-columns: 1fr; }
  .dhi-account-welcome { grid-template-columns: 48px minmax(0, 1fr); padding: 16px; }
  .dhi-account-welcome .dhi-account-empty__icon { width: 48px; height: 48px; border-radius: 15px; }
  .dhi-account-welcome h3 { font-size: 17px; }
  .dhi-account-welcome .dhi-account-providers,
  .dhi-account-welcome .dhi-account-preview-link,
  .dhi-account-welcome > small { grid-column: 1 / -1; width: 100%; }
  .dhi-account-welcome .dhi-account-preview-link { justify-self: center; width: auto; }
  .dhi-account-features { grid-template-columns: 1fr; }
  .dhi-account-feature { display: grid; grid-template-columns: 104px minmax(0, 1fr); column-gap: 11px; }
  .dhi-account-feature__visual { grid-row: 1 / 4; min-height: 96px; }
  .dhi-account-feature > small { margin-top: 2px; }
  .dhi-account-feature h4 { align-self: start; }
  .dhi-account-feature > p { align-self: start; margin-top: 0; }
  .dhi-account-section { padding: 15px; }
  .dhi-account-reviews article { align-items: flex-start; flex-direction: column; }
  .dhi-account-reviews article > div:last-child { width: 100%; }
  .dhi-account-reviews button { flex: 1; min-height: 44px; }
}
