.rdn-faq-page {
  --faq-ink: #172033;
  --faq-muted: #607089;
  --faq-line: rgba(23, 32, 51, 0.15);
  --faq-blue: #03a9f4;
  --faq-red: #ed5b55;
  --faq-orange: #ff9800;
  --faq-green: #36b968;
  --faq-violet: #9c27b0;
  --faq-slate: #607d8b;
  overflow: clip;
  color: var(--faq-ink);
  background: #fff;
}

.rdn-faq-page a,
.rdn-faq-page button,
.rdn-faq-page input,
.rdn-faq-page summary {
  font-family: inherit;
}

.rdn-faq-breadcrumb {
  padding-block: 18px;
}

.rdn-faq-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8190a6;
  font-size: 11px;
  list-style: none;
}

.rdn-faq-breadcrumb li + li::before {
  margin-right: 9px;
  color: #b1bdcc;
  content: "/";
}

.rdn-faq-breadcrumb a {
  color: #51627a;
  font-weight: 700;
  text-decoration: none;
}

.rdn-faq-hero {
  position: relative;
  isolation: isolate;
  height: var(--rdn-secondary-hero-height);
  padding: var(--rdn-secondary-hero-padding-start) 0 var(--rdn-secondary-hero-padding-end);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 152, 0, 0.12), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(3, 169, 244, 0.14), transparent 27%),
    linear-gradient(135deg, #f4fbfe, #f8fbfd 58%, #fff8f5);
}

.rdn-faq-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(23, 32, 51, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.rdn-faq-hero__ambient {
  position: absolute;
  top: -310px;
  right: -190px;
  z-index: -1;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(3, 169, 244, 0.28), rgba(255, 152, 0, 0.2), rgba(237, 91, 85, 0.18), rgba(54, 185, 104, 0.18), rgba(156, 39, 176, 0.16), rgba(3, 169, 244, 0.28));
  filter: blur(60px);
  opacity: 0.56;
}

.rdn-faq-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.68fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.rdn-faq-hero__copy {
  max-width: 760px;
}

.rdn-faq-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 13px;
  border: 2px solid rgba(3, 169, 244, 0.2);
  border-radius: 999px;
  color: #087bb8;
  background: rgba(234, 246, 251, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rdn-faq-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--faq-blue);
  box-shadow: 0 0 0 5px rgba(3, 169, 244, 0.12);
}

.rdn-faq-hero h1 {
  max-width: 730px;
  margin: 16px 0 0;
  color: var(--faq-ink);
  font-size: var(--rdn-secondary-hero-title-size);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.rdn-faq-hero h1 em {
  display: block;
  color: #087fc4;
  font-style: normal;
}

.rdn-faq-hero__lead {
  max-width: 700px;
  margin: 16px 0 0;
  color: #53637a;
  font-size: 17px;
  line-height: 1.55;
}

.rdn-faq-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  max-width: 710px;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 4px 4px 4px 18px;
  border: 2px solid rgba(3, 127, 193, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(29, 64, 94, 0.11);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rdn-faq-search:focus-within {
  border-color: rgba(3, 127, 193, 0.62);
  box-shadow: 0 16px 36px rgba(29, 64, 94, 0.16), 0 0 0 4px rgba(3, 169, 244, 0.1);
}

.rdn-faq-search > span {
  display: grid;
  color: #087bb8;
  place-items: center;
}

.rdn-faq-search > span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rdn-faq-search input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--faq-ink);
  background: transparent;
  font-size: 14px;
  font-weight: 650;
}

.rdn-faq-search input::placeholder {
  color: #8795a9;
  opacity: 1;
}

.rdn-faq-search input::-webkit-search-cancel-button {
  display: none;
}

.rdn-faq-search button {
  display: inline-grid;
  min-width: 48px;
  height: 48px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  place-items: center;
}

.rdn-faq-search button[type="reset"] {
  min-width: 36px;
  height: 36px;
  padding: 0;
  color: #607089;
  background: #edf4f8;
  font-size: 22px;
}

.rdn-faq-search button[type="submit"] {
  color: #fff;
  background: var(--faq-red);
  box-shadow: 0 8px 18px rgba(237, 91, 85, 0.24);
}

.rdn-faq-search button[hidden] {
  display: none;
}

.rdn-faq-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 16px 0 0;
  padding: 0;
  color: #58677d;
  font-size: 11px;
  list-style: none;
}

.rdn-faq-hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rdn-faq-hero__proofs li > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31b76a;
  box-shadow: 0 0 0 4px rgba(49, 183, 106, 0.12);
}

.rdn-faq-hero__directory {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 32px 80px rgba(34, 52, 86, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
}

.rdn-faq-hero__directory::after {
  position: absolute;
  top: -82px;
  right: -68px;
  width: 230px;
  height: 230px;
  border: 42px solid rgba(3, 169, 244, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.rdn-faq-hero__directory > header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 2px 10px;
  border-bottom: 1px solid var(--faq-line);
}

.rdn-faq-hero__directory header small {
  color: #77869c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.rdn-faq-hero__directory h2 {
  max-width: 330px;
  margin: 6px 0 0;
  color: var(--faq-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.rdn-faq-hero__directory > header > span {
  color: #d4e1ee;
  font-family: var(--rdn-heading-font);
  font-size: 47px;
  font-weight: 900;
  line-height: 1;
}

.rdn-faq-hero__directory ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rdn-faq-hero__directory li + li {
  border-top: 1px solid var(--faq-line);
}

.rdn-faq-hero__directory a {
  display: grid;
  min-height: 48px;
  grid-template-columns: 32px 27px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  color: var(--faq-ink);
  text-decoration: none;
}

.rdn-faq-hero__directory a > span {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: var(--tone, var(--faq-blue));
  background: color-mix(in srgb, var(--tone, var(--faq-blue)) 10%, white);
  place-items: center;
}

.rdn-faq-hero__directory svg {
  width: 14px;
  height: 14px;
}

.rdn-faq-hero__directory a small {
  color: var(--tone, var(--faq-blue));
  font-size: 8px;
  font-weight: 900;
}

.rdn-faq-hero__directory a strong {
  font-size: 12px;
  font-weight: 900;
}

.rdn-faq-hero__directory a i {
  color: var(--tone, var(--faq-blue));
  font-size: 13px;
  font-style: normal;
  transition: transform 180ms ease;
}

.rdn-faq-hero__directory a:hover i,
.rdn-faq-hero__directory a:focus-visible i {
  transform: translate(2px, -2px);
}

.rdn-faq-page .is-blue { --tone: var(--faq-blue); }
.rdn-faq-page .is-orange { --tone: var(--faq-orange); }
.rdn-faq-page .is-green { --tone: var(--faq-green); }
.rdn-faq-page .is-violet { --tone: var(--faq-violet); }
.rdn-faq-page .is-red { --tone: var(--faq-red); }
.rdn-faq-page .is-slate { --tone: var(--faq-slate); }

.rdn-faq-preparation {
  padding: 86px 0 94px;
  background: #fff;
}

.rdn-faq-heading {
  max-width: 800px;
}

.rdn-faq-heading h2,
.rdn-faq-content__header h2,
.rdn-faq-cta h2 {
  margin: 20px 0 0;
  color: var(--faq-ink);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.rdn-faq-heading > p:last-child {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--faq-muted);
  font-size: 16px;
  line-height: 1.65;
}

.rdn-faq-preparation__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.rdn-faq-preparation__steps li {
  position: relative;
  display: grid;
  min-height: 178px;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  overflow: hidden;
  border: 2px solid #e1e8ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 45, 72, 0.08);
}

.rdn-faq-preparation__steps li > span {
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #087bb8;
  background: #e7f6fd;
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.rdn-faq-preparation__steps strong {
  display: block;
  margin-top: 3px;
  color: var(--faq-ink);
  font-size: 19px;
  font-weight: 900;
}

.rdn-faq-preparation__steps p {
  margin: 8px 0 0;
  color: var(--faq-muted);
  font-size: 13px;
  line-height: 1.65;
}

.rdn-faq-content {
  padding: 92px 0 110px;
  background: #eff6fb;
}

.rdn-faq-content__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}

.rdn-faq-content__header h2 {
  max-width: 780px;
}

.rdn-faq-results {
  flex: 0 0 auto;
  margin: 0 0 8px;
  padding: 10px 15px;
  border: 2px solid rgba(3, 169, 244, 0.18);
  border-radius: 999px;
  color: #087bb8;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 900;
}

.rdn-faq-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.rdn-faq-group {
  scroll-margin-top: 110px;
  overflow: hidden;
  border: 2px solid #dce6ef;
  border-top-color: var(--tone);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(28, 49, 76, 0.09);
}

.rdn-faq-group[hidden] {
  display: none;
}

.rdn-faq-group__header {
  display: grid;
  min-height: 112px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--faq-line);
  background: color-mix(in srgb, var(--tone) 7%, white);
}

.rdn-faq-group__header > span {
  display: grid;
  width: 52px;
  height: 52px;
  border: 2px solid color-mix(in srgb, var(--tone) 25%, white);
  border-radius: 16px;
  color: var(--tone);
  background: #fff;
  place-items: center;
}

.rdn-faq-group__header svg {
  width: 22px;
  height: 22px;
}

.rdn-faq-group__header small {
  color: var(--tone);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rdn-faq-group__header h3 {
  margin: 4px 0 0;
  color: var(--faq-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.rdn-faq-group__header > b {
  color: color-mix(in srgb, var(--tone) 22%, white);
  font-family: var(--rdn-heading-font);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.rdn-faq-group__items details + details {
  border-top: 1px solid var(--faq-line);
}

.rdn-faq-group__items details[hidden] {
  display: none;
}

.rdn-faq-group__items summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: 31px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  padding: 13px 19px;
  color: var(--faq-ink);
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.rdn-faq-group__items summary::-webkit-details-marker {
  display: none;
}

.rdn-faq-group__items summary:hover,
.rdn-faq-group__items summary:focus-visible,
.rdn-faq-group__items details[open] summary {
  color: color-mix(in srgb, var(--tone) 82%, #0b3550);
  background: color-mix(in srgb, var(--tone) 5%, white);
}

.rdn-faq-group__items summary:focus-visible,
.rdn-faq-search button:focus-visible,
.rdn-faq-hero__directory a:focus-visible,
.rdn-faq-button:focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.42);
  outline-offset: -3px;
}

.rdn-faq-group__items summary > span {
  color: var(--tone);
  font-size: 9px;
  font-weight: 900;
}

.rdn-faq-group__items summary strong {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.rdn-faq-group__items summary i {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--tone);
  background: color-mix(in srgb, var(--tone) 10%, white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  place-items: center;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.rdn-faq-group__items details[open] summary i {
  transform: rotate(45deg);
  color: #fff;
  background: var(--tone);
}

.rdn-faq-answer {
  padding: 0 65px 22px 62px;
}

.rdn-faq-answer p {
  margin: 0;
  color: #596981;
  font-size: 13px;
  line-height: 1.75;
}

.rdn-faq-answer strong {
  color: #35465d;
  font-weight: 850;
}

.rdn-faq-empty {
  max-width: 660px;
  margin: 0 auto;
  padding: 48px 28px;
  border: 2px dashed rgba(3, 127, 193, 0.28);
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}

.rdn-faq-empty[hidden] {
  display: none;
}

.rdn-faq-empty > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 17px;
  color: #087bb8;
  background: #def3fd;
  font-size: 24px;
  font-weight: 900;
  place-items: center;
}

.rdn-faq-empty h3 {
  margin: 18px 0 0;
  color: var(--faq-ink);
  font-size: 24px;
  font-weight: 900;
}

.rdn-faq-empty p {
  margin: 10px auto 0;
  color: var(--faq-muted);
}

.rdn-faq-empty a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #0c7b3d;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-faq-cta {
  padding: 96px 0;
  background: #fff;
}

.rdn-faq-cta__panel {
  display: grid;
  min-height: 280px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 48px 62px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 169, 244, 0.27), transparent 30%),
    linear-gradient(120deg, #172534, #1e3b52 62%, #205f7f);
  box-shadow: 0 28px 62px rgba(23, 37, 52, 0.19);
}

.rdn-faq-cta .rdn-faq-kicker {
  border-color: rgba(99, 205, 255, 0.24);
  color: #8bdcff;
  background: rgba(3, 169, 244, 0.08);
}

.rdn-faq-cta h2 {
  max-width: 800px;
  color: #fff;
  font-size: clamp(34px, 3.5vw, 48px);
}

.rdn-faq-cta__panel > div:first-child > p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: #d6e3ec;
  font-size: 14px;
  line-height: 1.7;
}

.rdn-faq-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.rdn-faq-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rdn-faq-button:hover,
.rdn-faq-button:focus-visible {
  transform: translateY(-2px);
}

.rdn-faq-button--light {
  color: var(--faq-ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
}

.rdn-faq-button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 1200px) {
  .rdn-faq-hero {
    min-height: var(--rdn-secondary-hero-height);
    max-height: var(--rdn-secondary-hero-height);
  }
}

@media (max-width: 1199px) {
  .rdn-faq-hero {
    height: auto;
    min-height: var(--rdn-secondary-hero-height);
    padding-block: 54px;
  }

  .rdn-faq-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.68fr);
    gap: 38px;
  }

  .rdn-faq-hero h1 {
    font-size: clamp(42px, 5vw, 54px);
  }

  .rdn-faq-cta__panel {
    grid-template-columns: 1fr;
  }

  .rdn-faq-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .rdn-faq-hero {
    padding-block: 46px 60px;
  }

  .rdn-faq-hero__layout {
    grid-template-columns: 1fr;
  }

  .rdn-faq-hero__copy {
    max-width: none;
  }

  .rdn-faq-hero__directory {
    max-width: none;
  }

  .rdn-faq-preparation__steps {
    grid-template-columns: 1fr;
  }

  .rdn-faq-preparation__steps li {
    min-height: 0;
  }

  .rdn-faq-groups {
    grid-template-columns: 1fr;
  }

  .rdn-faq-content__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .rdn-faq-cta__panel {
    padding: 42px;
  }
}

@media (max-width: 640px) {
  .rdn-faq-breadcrumb {
    padding-block: 14px;
  }

  .rdn-faq-hero {
    padding-block: 40px 52px;
  }

  .rdn-faq-hero__layout {
    gap: 34px;
  }

  .rdn-faq-kicker {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .rdn-faq-hero h1 {
    margin-top: 18px;
    font-size: clamp(39px, 11.5vw, 51px);
    line-height: 1.03;
  }

  .rdn-faq-hero__lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .rdn-faq-search {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    min-height: 56px;
    padding-left: 15px;
    border-radius: 22px;
  }

  .rdn-faq-search button[type="submit"] {
    display: none;
  }

  .rdn-faq-search input {
    font-size: 13px;
  }

  .rdn-faq-hero__proofs {
    align-items: flex-start;
    flex-direction: column;
  }

  .rdn-faq-hero__directory {
    padding: 14px;
    border-radius: 24px;
  }

  .rdn-faq-hero__directory h2 {
    font-size: 20px;
  }

  .rdn-faq-hero__directory a {
    grid-template-columns: 32px 24px minmax(0, 1fr) 16px;
    gap: 8px;
  }

  .rdn-faq-preparation,
  .rdn-faq-content,
  .rdn-faq-cta {
    padding-block: 70px;
  }

  .rdn-faq-heading h2,
  .rdn-faq-content__header h2,
  .rdn-faq-cta h2 {
    font-size: clamp(34px, 10.2vw, 43px);
  }

  .rdn-faq-preparation__steps {
    gap: 14px;
    margin-top: 32px;
  }

  .rdn-faq-preparation__steps li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
    border-radius: 21px;
  }

  .rdn-faq-preparation__steps li > span {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .rdn-faq-content__header {
    gap: 18px;
    margin-bottom: 32px;
  }

  .rdn-faq-groups {
    gap: 20px;
  }

  .rdn-faq-group {
    border-radius: 22px;
  }

  .rdn-faq-group__header {
    min-height: 102px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 13px;
    padding: 19px 16px;
  }

  .rdn-faq-group__header > span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .rdn-faq-group__header h3 {
    font-size: 19px;
  }

  .rdn-faq-group__header > b {
    font-size: 29px;
  }

  .rdn-faq-group__items summary {
    min-height: 72px;
    grid-template-columns: 25px minmax(0, 1fr) 32px;
    gap: 9px;
    padding: 12px 14px;
  }

  .rdn-faq-group__items summary strong {
    font-size: 13px;
  }

  .rdn-faq-answer {
    padding: 0 18px 22px 48px;
  }

  .rdn-faq-answer p {
    font-size: 12px;
    line-height: 1.75;
  }

  .rdn-faq-cta__panel {
    min-height: 0;
    padding: 34px 24px;
    border-radius: 26px;
  }

  .rdn-faq-cta__actions {
    display: grid;
    width: 100%;
  }

  .rdn-faq-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-faq-page *,
  .rdn-faq-page *::before,
  .rdn-faq-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
