.msusfaq {
  --msusfaq-ink: #141918;
  --msusfaq-ink-soft: #27302e;
  --msusfaq-paper: #f5f3ed;
  --msusfaq-card: #ffffff;
  --msusfaq-muted: #5f6966;
  --msusfaq-line: #d9ddd7;
  --msusfaq-gold: #c8a548;
  --msusfaq-gold-soft: #f1e6c3;
  --msusfaq-green: #d8f05d;
  width: 100%;
  color: var(--msusfaq-ink);
  background: var(--msusfaq-paper);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}

.msusfaq *,
.msusfaq *::before,
.msusfaq *::after {
  box-sizing: border-box;
}

.msusfaq [hidden] {
  display: none !important;
}

.msusfaq .screen-reader-text,
.msusfaq .msusfaq-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Search, filter, bulk-open, and copy controls require JavaScript. Keep the
   native details/summary content and normal links usable when it is absent. */
.msusfaq:not(.is-enhanced) .msusfaq-search,
.msusfaq:not(.is-enhanced) .msusfaq-filterbar,
.msusfaq:not(.is-enhanced) .msusfaq-toolbar button,
.msusfaq:not(.is-enhanced) .msusfaq-copy {
  display: none;
}

.msusfaq a,
.msusfaq button,
.msusfaq input,
.msusfaq summary {
  font: inherit;
}

.msusfaq a:focus-visible,
.msusfaq button:focus-visible,
.msusfaq input:focus-visible,
.msusfaq summary:focus-visible {
  outline: 3px solid #f1ce69;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #171d1b;
}

.msusfaq-search:focus-within {
  outline: 3px solid #f1ce69;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #171d1b, 0 18px 50px rgba(0, 0, 0, 0.24);
}

.msusfaq-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-inline: 16px;
}

.msusfaq-skip {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 8px;
  color: #111;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.msusfaq-skip:focus {
  transform: translateY(0);
}

.msusfaq-eyebrow {
  margin: 0 0 8px;
  color: #70530a;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.msusfaq-hero {
  position: relative;
  isolation: isolate;
  padding-block: 42px 36px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(200, 165, 72, 0.3), transparent 32%),
    linear-gradient(142deg, #101514, #232c2a 68%, #17201e);
}

.msusfaq-hero::after {
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -260px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, 0.025),
    0 0 0 116px rgba(255, 255, 255, 0.018);
  content: "";
}

.msusfaq-hero .msusfaq-eyebrow {
  color: #e1c469;
}

.msusfaq-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 12vw, 4.8rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.msusfaq-lede {
  max-width: 700px;
  margin: 18px 0 24px;
  color: #d1d7d4;
  font-size: 1rem;
  line-height: 1.62;
}

.msusfaq-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 780px);
  min-height: 58px;
  padding: 5px 6px 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.msusfaq-search svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #606a67;
  stroke-linecap: round;
  stroke-width: 2;
}

.msusfaq-search input {
  min-width: 0;
  min-height: 46px;
  flex: 1 1 auto;
  padding: 8px 10px;
  border: 0 !important;
  outline: 0 !important;
  color: #151b19;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 1rem;
}

.msusfaq-search input::placeholder {
  color: #5f6865;
  opacity: 1;
}

.msusfaq-search button {
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  color: #303937;
  background: #ecefeb;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.msusfaq-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 22px;
  color: #aeb8b5;
  font-size: 0.75rem;
}

.msusfaq-trust span {
  min-width: 0;
}

.msusfaq-trust strong {
  display: block;
  color: #fff;
  font-size: 0.86rem;
}

.msusfaq-start {
  padding-block: 34px 26px;
  border-bottom: 1px solid var(--msusfaq-line);
  background: #eeece5;
}

.msusfaq-section-heading h2 {
  margin: 0;
  color: var(--msusfaq-ink);
  font-size: clamp(1.65rem, 8vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.msusfaq-paths {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding: 8px 0 14px;
}

.msusfaq-paths a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: start;
  gap: 2px 12px;
  min-width: 0;
  min-height: 126px;
  padding: 16px;
  border: 1px solid #d2d5cf;
  border-radius: 14px;
  color: var(--msusfaq-ink);
  background: #fff;
  box-shadow: 0 5px 18px rgba(20, 25, 24, 0.04);
  text-decoration: none;
}

.msusfaq-paths a:hover {
  border-color: var(--msusfaq-gold);
  transform: translateY(-1px);
}

.msusfaq-paths a > span {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #131816;
  background: var(--msusfaq-gold-soft);
  font-size: 0.7rem;
  font-weight: 900;
}

.msusfaq-paths strong {
  align-self: center;
  font-size: 0.94rem;
  line-height: 1.25;
}

.msusfaq-paths small {
  grid-column: 2;
  margin-top: 8px;
  color: var(--msusfaq-muted);
  font-size: 0.78rem;
  line-height: 1.48;
}

.msusfaq-filterbar {
  z-index: 30;
  border-bottom: 1px solid var(--msusfaq-line);
  background: rgba(245, 243, 237, 0.97);
}

.msusfaq-filters {
  display: flex;
  gap: 8px;
  padding-block: 11px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-color: #9ca6a1 transparent;
  scrollbar-width: thin;
}

.msusfaq-filters::-webkit-scrollbar {
  height: 6px;
}

.msusfaq-filters::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #9ca6a1;
}

.msusfaq-filters button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid #d3d8d2;
  border-radius: 999px;
  color: #39423f;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.msusfaq-filters button span {
  display: inline-grid;
  min-width: 23px;
  height: 23px;
  margin-left: 4px;
  place-items: center;
  border-radius: 50%;
  color: #4f5956;
  background: #edf0ec;
  font-size: 0.68rem;
}

.msusfaq-filters button:hover,
.msusfaq-filters button.is-active {
  border-color: var(--msusfaq-ink);
  color: #fff;
  background: var(--msusfaq-ink);
}

.msusfaq-filters button.is-active span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.msusfaq-layout {
  padding-block: 30px 64px;
}

.msusfaq-index {
  display: none;
}

.msusfaq-content {
  min-width: 0;
  padding-bottom: 84px;
}

.msusfaq-toolbar {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.msusfaq-toolbar p {
  margin: 0;
  color: var(--msusfaq-muted);
  font-size: 0.8rem;
}

.msusfaq-toolbar button {
  min-height: 44px;
  padding: 7px 0;
  border: 0;
  color: #343d3a;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.msusfaq-group {
  margin-bottom: 42px;
  scroll-margin-top: 90px;
}

.msusfaq-group__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}

.msusfaq-group__header h2 {
  margin: 0;
  color: var(--msusfaq-ink);
  font-size: clamp(1.65rem, 8vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.msusfaq-group__header div > p:last-child {
  max-width: 780px;
  margin: 9px 0 0;
  color: var(--msusfaq-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.msusfaq-group__header > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #3d4643;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.msusfaq-list {
  overflow: hidden;
  border: 1px solid var(--msusfaq-line);
  border-radius: 16px;
  background: var(--msusfaq-card);
  box-shadow: 0 8px 30px rgba(22, 28, 26, 0.045);
}

.msusfaq-item {
  border-bottom: 1px solid #e4e7e2;
}

.msusfaq-item:last-child {
  border-bottom: 0;
}

.msusfaq-item details {
  scroll-margin-top: 96px;
}

.msusfaq-item summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  color: #222927;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.42;
  list-style: none;
  cursor: pointer;
}

.msusfaq-item summary h3 {
  min-width: 0;
  margin: 0;
  color: inherit;
  font: inherit;
}

.msusfaq-item summary:focus-visible {
  outline-offset: -5px;
  box-shadow: inset 0 0 0 2px #171d1b;
}

.msusfaq-item summary::-webkit-details-marker {
  display: none;
}

.msusfaq-item summary:hover {
  background: #fafaf7;
}

.msusfaq-item summary i {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #eff1ed;
}

.msusfaq-item summary i::before,
.msusfaq-item summary i::after {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  background: #4a5451;
  content: "";
  transition: transform 160ms ease;
}

.msusfaq-item summary i::after {
  transform: rotate(90deg);
}

.msusfaq-item details[open] summary {
  background: #fbfaf5;
}

.msusfaq-item details[open] summary i {
  background: var(--msusfaq-gold-soft);
}

.msusfaq-item details[open] summary i::after {
  transform: rotate(0deg);
}

.msusfaq-answer {
  padding: 0 16px 20px;
  color: #505b58;
  background: #fbfaf5;
}

.msusfaq-answer p,
.msusfaq-answer ol,
.msusfaq-answer ul {
  max-width: 850px;
  margin: 0 0 12px;
  font-size: 0.94rem;
  line-height: 1.72;
}

.msusfaq-answer p:last-of-type {
  margin-bottom: 0;
}

.msusfaq-answer ol,
.msusfaq-answer ul {
  padding-left: 22px;
}

.msusfaq-answer li + li {
  margin-top: 6px;
}

.msusfaq-answer__footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #e5e3d9;
}

.msusfaq-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.msusfaq-related a,
.msusfaq-copy {
  min-height: 44px;
  align-items: center;
  color: #303936;
  font-size: 0.76rem;
  font-weight: 820;
}

.msusfaq-reviewed {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  color: #626b68;
  font-size: 0.74rem;
}

.msusfaq-related a {
  display: inline-flex;
  gap: 0.2em;
  text-decoration: none;
}

.msusfaq-copy {
  display: none;
  padding: 7px 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.msusfaq.is-enhanced .msusfaq-copy {
  display: inline-flex;
}

.msusfaq-empty {
  padding: 48px 18px;
  border: 1px dashed #c7cdc6;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.msusfaq-empty > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--msusfaq-gold-soft);
  font-size: 1.3rem;
  font-weight: 900;
}

.msusfaq-empty h2 {
  margin: 16px 0 5px;
  font-size: 1.55rem;
}

.msusfaq-empty p {
  margin: 0 0 18px;
  color: var(--msusfaq-muted);
}

.msusfaq-empty div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.msusfaq-empty button,
.msusfaq-empty a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--msusfaq-ink);
  border-radius: 9px;
  color: #fff;
  background: var(--msusfaq-ink);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.msusfaq-empty a {
  color: var(--msusfaq-ink);
  background: #fff;
}

.msusfaq-method {
  display: grid;
  gap: 16px;
  margin-top: 48px;
  padding: 24px 20px;
  border: 1px solid #d5d2c6;
  border-radius: 17px;
  background: #ebe8de;
}

.msusfaq-method h2 {
  margin: 0;
  color: var(--msusfaq-ink);
  font-size: 1.65rem;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.msusfaq-method > p {
  margin: 0;
  color: #58615f;
  font-size: 0.84rem;
  line-height: 1.65;
}

.msusfaq-cta {
  display: grid;
  gap: 22px;
  margin-top: 22px;
  padding: 26px 20px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(140deg, #111716, #29312f);
}

.msusfaq-cta .msusfaq-eyebrow {
  color: #dfc26c;
}

.msusfaq-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.85rem;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.msusfaq-cta p:last-child {
  margin: 10px 0 0;
  color: #bdc6c3;
  font-size: 0.87rem;
}

.msusfaq-cta > div:last-child {
  display: grid;
  gap: 8px;
}

.msusfaq-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.msusfaq-button--primary {
  border-color: var(--msusfaq-gold);
  color: #131816;
  background: var(--msusfaq-gold);
}

.msusfaq-fallback {
  padding: 48px 20px;
  color: #fff;
  background: #18201e;
}

@media (min-width: 700px) {
  .msusfaq-shell {
    padding-inline: 24px;
  }

  .msusfaq-hero {
    padding-block: 60px 48px;
  }

  .msusfaq-lede {
    margin-top: 22px;
    font-size: 1.08rem;
  }

  .msusfaq-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
  }

  .msusfaq-trust strong {
    display: inline;
    margin-right: 4px;
  }

  .msusfaq-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .msusfaq-paths a {
    min-width: 0;
    min-height: 148px;
  }

  .msusfaq-paths a > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .msusfaq-toolbar {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .msusfaq-group__header {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  .msusfaq-item summary {
    min-height: 70px;
    padding: 19px 22px;
    font-size: 0.98rem;
  }

  .msusfaq-answer {
    padding: 0 64px 23px 22px;
  }

  .msusfaq-answer__footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .msusfaq-method {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    padding: 30px;
  }

  .msusfaq-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    padding: 32px;
  }

  .msusfaq-cta > div:last-child {
    grid-template-columns: repeat(2, auto);
  }
}

@media (min-width: 980px) {
  .msusfaq-filters {
    flex-wrap: wrap;
    overflow: visible;
  }

  .msusfaq-paths {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .msusfaq-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 52px;
    padding-block: 46px 88px;
  }

  .msusfaq-index {
    display: block;
    align-self: start;
    padding-right: 8px;
  }

  .msusfaq-index__label {
    margin: 0 0 8px;
    color: #626b68;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .msusfaq-index > a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e0e2dc;
    color: #313936;
    font-size: 0.78rem;
    font-weight: 780;
    text-decoration: none;
  }

  .msusfaq-index > a:hover {
    color: #8a6a14;
  }

  .msusfaq-index > a small {
    color: #626b68;
    font-size: 0.67rem;
    font-weight: 600;
  }

  .msusfaq-index__help {
    margin-top: 24px;
    padding: 17px;
    border: 1px solid #d5d1c4;
    border-radius: 13px;
    background: #ebe8de;
  }

  .msusfaq-index__help strong {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .msusfaq-index__help p {
    margin: 7px 0 9px;
    color: var(--msusfaq-muted);
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .msusfaq-index__help a {
    color: #222927;
    font-size: 0.72rem;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (min-width: 1180px) {
  .msusfaq-paths {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* The live Kodee/Tidio launchers cover FAQ controls. This page keeps visible
   support CTAs in the content, so suppress only the floating chat UI here. */
body.msusfaq-page .kodee-fab,
body.msusfaq-page #tidio-chat,
body.msusfaq-page .kl-hub-launcher-container,
body.msusfaq-page #hubspot-messages-iframe-container {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .msusfaq *,
  .msusfaq *::before,
  .msusfaq *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Own the control styling explicitly: Rey's later button[type] rules and
   global !important focus rules otherwise reset padding and add two rings. */
#ms-us-faq .msusfaq-search {
  min-height: 60px;
  padding: 6px 8px 6px 16px;
  gap: 8px;
  border: 1px solid #e0e5df;
  border-radius: 16px;
  box-shadow: 0 8px 24px #0002;
}
#ms-us-faq .msusfaq-search:focus-within {
  outline: 2px solid #e8c464;
  outline-offset: 4px;
  box-shadow: 0 8px 24px #0002;
}
#ms-us-faq #msusfaq-search-input,
#ms-us-faq #msusfaq-search-input:focus,
#ms-us-faq #msusfaq-search-input:focus-visible {
  width: 100%;
  min-width: 0;
  height: 46px;
  margin: 0;
  padding: 8px 0;
  border: 0 !important;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #17211d;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
}
#ms-us-faq #msusfaq-search-input::-webkit-search-cancel-button { display: none; }
#ms-us-faq #msusfaq-search-input::placeholder { color: #69736d; opacity: 1; }
#ms-us-faq #msusfaq-clear {
  flex: 0 0 auto;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #dce2db;
  border-radius: 10px;
  color: #303c35;
  background: #f0f3ed;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}
#ms-us-faq .msusfaq-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
#ms-us-faq .msusfaq-suggestions > span {
  width: 100%;
  color: #c4cdc5;
  font-size: 12px;
}
#ms-us-faq .msusfaq-suggestions button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #718074;
  border-radius: 999px;
  color: #edf3ed;
  background: #ffffff08;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
#ms-us-faq .msusfaq-suggestions button:hover { background: #ffffff18; border-color: #e8c464; }
#ms-us-faq .msusfaq-paths { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 16px; padding: 0; }
#ms-us-faq .msusfaq-paths a { grid-template-columns: 1fr; gap: 7px; min-height: 0; padding: 16px; border-radius: 14px; box-shadow: none; }
#ms-us-faq .msusfaq-paths a:last-child { grid-column: 1/-1; }
#ms-us-faq .msusfaq-paths a > span { width: 26px; height: 26px; grid-row: auto; font-size: 10px; }
#ms-us-faq .msusfaq-paths strong { font-size: 14px; font-weight: 750; }
#ms-us-faq .msusfaq-paths small { grid-column: 1; margin: 0; font-size: 12px; }
#ms-us-faq .msusfaq-topic-picker { display: grid; gap: 8px; padding-block: 20px; }
#ms-us-faq .msusfaq-topic-picker label { margin: 0; color: #4a554e; font-size: 12px; font-weight: 700; }
#ms-us-faq #msusfaq-topic-select { width: 100%; height: 48px; padding: 10px 36px 10px 14px; border: 1px solid #c9d1c6; border-radius: 12px; color: #202b24; background-color: #fff; font: inherit; font-size: 16px; }
#ms-us-faq .msusfaq-filters { display: none; }
#ms-us-faq .msusfaq-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #cbd3c7;
  border-radius: 999px;
  color: #3f4c42;
  background: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 650;
}
#ms-us-faq .msusfaq-filters button span { margin: 0; min-width: 24px; height: 24px; font-size: 11px; }
#ms-us-faq .msusfaq-filters button:hover { border-color: #627562; background: #eaf0e5; }
#ms-us-faq .msusfaq-filters button.is-active { color: #fff; background: #263d2f; border-color: #263d2f; box-shadow: 0 3px 8px #263d2f20; }
#ms-us-faq .msusfaq-filters button.is-active span { background: #ffffff26; color: #fff; }
#ms-us-faq .msusfaq-toolbar { padding-bottom: 16px; border-bottom: 1px solid #d5ddd0; }
#ms-us-faq .msusfaq-toolbar button,
#ms-us-faq .msusfaq-copy { padding: 10px 14px; border: 1px solid #ccd5c7; border-radius: 10px; color: #354437; background: #fff; font-size: 12px; font-weight: 650; line-height: 1.3; text-decoration: none; }
#ms-us-faq .msusfaq-empty button { padding: 12px 18px; border-radius: 10px; font-size: 14px; }
#ms-us-faq button:focus-visible,
#ms-us-faq select:focus-visible,
#ms-us-faq a:focus-visible { outline: 2px solid #9b751d !important; outline-offset: 3px !important; box-shadow: none !important; }
#ms-us-faq .msusfaq-hero button:focus-visible { outline-color: #f0cd73 !important; }
#ms-us-faq #msusfaq-status { scroll-margin-top: 150px; }
#ms-us-faq.has-query .msusfaq-start,
#ms-us-faq.has-query .msusfaq-filterbar,
#ms-us-faq.has-query .msusfaq-index { display: none; }
#ms-us-faq.has-query .msusfaq-layout { display: block; max-width: 1100px; }
/* Reserve space while deferred JavaScript starts, so the new controls do not
   push the answer library down during the first paint. */
#ms-us-faq:not(.is-enhanced) .msusfaq-search,
#ms-us-faq:not(.is-enhanced) .msusfaq-suggestions { display: flex; visibility: hidden; }
#ms-us-faq:not(.is-enhanced) .msusfaq-filterbar { display: block; visibility: hidden; }
#ms-us-faq:not(.is-enhanced) .msusfaq-toolbar button { display: inline-flex; visibility: hidden; }
@media (min-width: 700px) {
  #ms-us-faq .msusfaq-suggestions > span { width: auto; margin-right: 4px; }
  #ms-us-faq .msusfaq-topic-picker { display: none; }
  #ms-us-faq .msusfaq-filters { display: flex; flex-wrap: wrap; gap: 10px; overflow: visible; padding-block: 24px; }
  #ms-us-faq .msusfaq-paths { grid-template-columns: repeat(3,minmax(0,1fr)); }
  #ms-us-faq .msusfaq-paths a:last-child { grid-column: auto; }
}
@media (min-width: 1180px) {
  #ms-us-faq .msusfaq-paths { grid-template-columns: repeat(5,minmax(0,1fr)); }
}
@media print {
  #ms-us-faq .msusfaq-suggestions { display: none; }
  .msusfaq-filterbar,
  .msusfaq-search,
  .msusfaq-paths,
  .msusfaq-index,
  .msusfaq-toolbar,
  .msusfaq-copy,
  .msusfaq-cta {
    display: none !important;
  }

  .msusfaq {
    color: #000;
    background: #fff;
  }

  .msusfaq-hero {
    padding: 20px 0;
    color: #000;
    background: #fff;
  }

  .msusfaq-hero h1,
  .msusfaq-hero .msusfaq-eyebrow,
  .msusfaq-lede,
  .msusfaq-trust,
  .msusfaq-trust strong {
    color: #000;
  }

  .msusfaq-item details > * {
    display: block !important;
  }

  .msusfaq-answer {
    color: #000;
    background: #fff;
  }
}
