.page-dgo-faq #wrapper {
  background: #f5f8fa;
}

.page-dgo-faq #wrapper > .container {
  max-width: 1240px;
  width: 100%;
}

.page-dgo-faq .breadcrumb {
  margin: 1rem 0;
}

.dgo-faq {
  --faq-blue: #1681c4;
  --faq-blue-dark: #0d5f99;
  --faq-ink: #17324a;
  --faq-muted: #667786;
  --faq-yellow: #ffd300;
  --faq-line: #dce6ec;
  color: var(--faq-ink);
  margin: 0 auto 4rem;
}

.dgo-faq a {
  color: var(--faq-blue);
}

.dgo-faq-hero {
  background: linear-gradient(125deg, #0d668f 0%, #1681c4 58%, #3aa5d9 100%);
  border-radius: 24px;
  color: #fff;
  margin-bottom: 2.25rem;
  overflow: hidden;
  padding: 5.2rem 2rem 5.5rem;
  position: relative;
  text-align: center;
}

.dgo-faq-hero-content {
  margin: 0 auto;
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.dgo-faq-hero-orb {
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.dgo-faq-hero-orb-one {
  background: rgba(255, 211, 0, .24);
  height: 210px;
  left: 7%;
  top: -72px;
  width: 210px;
}

.dgo-faq-hero-orb-two {
  background: rgba(255, 255, 255, .10);
  bottom: -95px;
  height: 260px;
  right: 4%;
  width: 260px;
}

.dgo-faq-kicker {
  color: var(--faq-yellow);
  display: block;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.dgo-faq-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.12;
  margin: 0 0 .8rem;
}

.dgo-faq-hero-content > p {
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  margin: 0 0 2rem;
}

.dgo-faq-search {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(11, 56, 84, .22);
  display: flex;
  margin: 0 auto;
  max-width: 720px;
  padding: .42rem;
  position: relative;
  text-align: left;
}

.dgo-faq-search > .material-icons {
  color: #7c929f;
  font-size: 1.6rem;
  margin-left: .8rem;
}

.dgo-faq-search input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--faq-ink);
  flex: 1;
  font-size: 1rem;
  min-width: 0;
  outline: 0;
  padding: .9rem .8rem;
}

.dgo-faq-search button {
  background: var(--faq-yellow);
  border: 0;
  border-radius: 10px;
  color: #263642;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  padding: 1rem 1.35rem;
  text-transform: uppercase;
}

.dgo-faq-live-results {
  background: #fff;
  border: 1px solid var(--faq-line);
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(16, 52, 74, .18);
  left: 0;
  max-height: 480px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + .55rem);
  z-index: 20;
}

.dgo-faq-live-item {
  align-items: center;
  border-bottom: 1px solid #edf2f5;
  display: grid;
  gap: .8rem;
  grid-template-columns: 36px 1fr 24px;
  padding: .9rem 1rem;
  text-decoration: none;
}

.dgo-faq-live-item:last-child {
  border-bottom: 0;
}

.dgo-faq-live-item:hover {
  background: #f1f8fc;
  text-decoration: none;
}

.dgo-faq-live-icon {
  align-items: center;
  background: #e8f4fa;
  border-radius: 10px;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dgo-faq-live-item small,
.dgo-faq-live-item strong {
  display: block;
}

.dgo-faq-live-item small {
  color: var(--faq-muted);
  font-size: .7rem;
  margin-bottom: .15rem;
}

.dgo-faq-live-item strong {
  color: var(--faq-ink);
  font-size: .9rem;
  line-height: 1.35;
}

.dgo-faq-live-item > .material-icons {
  color: #9cb0bb;
}

.dgo-faq-live-empty,
.dgo-faq-empty {
  color: var(--faq-muted);
  margin: 0;
  padding: 1.25rem;
  text-align: center;
}

.dgo-faq-category-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dgo-faq-category-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--faq-line);
  border-radius: 16px;
  box-shadow: 0 7px 24px rgba(20, 54, 74, .055);
  display: grid;
  gap: 1rem;
  grid-template-columns: 54px 1fr 24px;
  min-height: 190px;
  padding: 1.5rem;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dgo-faq-category-card:hover {
  border-color: #b8d9e9;
  box-shadow: 0 15px 34px rgba(20, 74, 106, .12);
  text-decoration: none;
  transform: translateY(-3px);
}

.dgo-faq-category-icon {
  align-items: center;
  background: linear-gradient(145deg, #eaf7fd, #d9edf8);
  border: 1px solid #d1e8f3;
  border-radius: 15px;
  display: inline-flex;
  font-size: 1.7rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.dgo-faq-category-icon.is-large {
  border-radius: 20px;
  font-size: 2.5rem;
  height: 84px;
  width: 84px;
}

.dgo-faq-category-copy {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.dgo-faq-category-copy strong {
  color: var(--faq-ink);
  font-size: 1.05rem;
  line-height: 1.32;
  margin-bottom: .55rem;
}

.dgo-faq-category-copy > span {
  color: var(--faq-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.dgo-faq-category-copy small {
  color: var(--faq-blue);
  font-size: .75rem;
  font-weight: 750;
  margin-top: auto;
  padding-top: 1rem;
  text-transform: uppercase;
}

.dgo-faq-card-arrow {
  color: #9ab0bb;
  font-size: 1.25rem;
  margin-top: 1rem;
  transition: transform .2s ease;
}

.dgo-faq-category-card:hover .dgo-faq-card-arrow {
  color: var(--faq-blue);
  transform: translateX(3px);
}

.dgo-faq-search-page {
  background: #fff;
  border: 1px solid var(--faq-line);
  border-radius: 18px;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.dgo-faq-section-heading {
  align-items: center;
  border-bottom: 1px solid var(--faq-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.dgo-faq-section-heading span {
  color: var(--faq-blue);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dgo-faq-section-heading h2 {
  color: var(--faq-ink);
  font-size: 1.35rem;
  margin: .2rem 0 0;
}

.dgo-faq-section-heading > strong {
  align-items: center;
  background: #eaf5fa;
  border-radius: 50%;
  color: var(--faq-blue);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.dgo-faq-result-card {
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  display: grid;
  gap: 1rem;
  grid-template-columns: 42px 1fr 28px;
  padding: 1rem .4rem;
  text-decoration: none;
}

.dgo-faq-result-card:hover {
  text-decoration: none;
}

.dgo-faq-result-card > span:nth-child(2) > * {
  display: block;
}

.dgo-faq-result-card small {
  color: var(--faq-blue);
  font-size: .72rem;
  margin-bottom: .18rem;
}

.dgo-faq-result-card strong {
  color: var(--faq-ink);
}

.dgo-faq-result-card em {
  color: var(--faq-muted);
  font-size: .82rem;
  font-style: normal;
  margin-top: .25rem;
}

.dgo-faq-result-icon {
  font-size: 1.45rem;
  text-align: center;
}

.dgo-faq-category-hero,
.dgo-faq-article-top {
  background: linear-gradient(115deg, #edf8fd, #fff);
  border: 1px solid #d9e9f1;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 2rem 2.25rem;
}

.dgo-faq-back-link {
  align-items: center;
  color: var(--faq-muted) !important;
  display: inline-flex;
  font-size: .82rem;
  gap: .35rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
}

.dgo-faq-back-link .material-icons {
  font-size: 1rem;
}

.dgo-faq-category-title,
.dgo-faq-article-heading {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}

.dgo-faq-category-title h1,
.dgo-faq-article-heading h1 {
  color: var(--faq-ink);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 .45rem;
}

.dgo-faq-category-title p {
  color: var(--faq-muted);
  font-size: 1rem;
  margin: 0 0 .45rem;
}

.dgo-faq-category-title small {
  color: var(--faq-blue);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dgo-faq-search.is-compact {
  box-shadow: 0 10px 30px rgba(18, 67, 97, .10);
  margin: 1.75rem 0 0;
  max-width: 680px;
}

.dgo-faq-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.dgo-faq-question-list,
.dgo-faq-answer,
.dgo-faq-related,
.dgo-faq-contact-box,
.dgo-faq-sidebar {
  background: #fff;
  border: 1px solid var(--faq-line);
  border-radius: 16px;
}

.dgo-faq-question-row {
  align-items: center;
  border-bottom: 1px solid #e9eff2;
  display: grid;
  gap: 1rem;
  grid-template-columns: 38px 1fr 28px;
  padding: 1.15rem 1.3rem;
  text-decoration: none;
}

.dgo-faq-question-row:last-child {
  border-bottom: 0;
}

.dgo-faq-question-row:hover {
  background: #f5fafc;
  text-decoration: none;
}

.dgo-faq-question-mark {
  align-items: center;
  background: #e8f5fb;
  border-radius: 50%;
  color: var(--faq-blue);
  display: flex;
  font-size: .9rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dgo-faq-question-row strong,
.dgo-faq-question-row small {
  display: block;
}

.dgo-faq-question-row strong {
  color: var(--faq-ink);
  font-size: .98rem;
  line-height: 1.4;
}

.dgo-faq-question-row small {
  color: var(--faq-muted);
  font-size: .8rem;
  line-height: 1.45;
  margin-top: .3rem;
}

.dgo-faq-question-row > .material-icons {
  color: #9cb0bb;
}

.dgo-faq-sidebar {
  overflow: visible;
  padding: 1.25rem;
}

.dgo-faq-sidebar > h2 {
  color: var(--faq-ink);
  font-size: 1rem;
  margin: 0 0 .8rem;
}

.dgo-faq-sidebar nav a {
  align-items: center;
  border-radius: 9px;
  color: var(--faq-ink);
  display: grid;
  font-size: .78rem;
  gap: .55rem;
  grid-template-columns: 24px 1fr 25px;
  padding: .65rem .55rem;
  text-decoration: none;
}

.dgo-faq-sidebar nav a:hover,
.dgo-faq-sidebar nav a.is-active {
  background: #eaf6fb;
  color: var(--faq-blue-dark);
  text-decoration: none;
}

.dgo-faq-sidebar nav a strong {
  font-weight: 650;
  line-height: 1.3;
}

.dgo-faq-sidebar nav a small {
  color: #8aa0ad;
  text-align: right;
}

.dgo-faq-article-heading {
  align-items: flex-start;
}

.dgo-faq-article-heading > div > a {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: .55rem;
  text-transform: uppercase;
}

.dgo-faq-article-heading h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  max-width: 900px;
}

.dgo-faq-article-layout > main {
  min-width: 0;
}

.dgo-faq-answer {
  color: #294457;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.dgo-faq-answer > :first-child {
  margin-top: 0;
}

.dgo-faq-answer > :last-child {
  margin-bottom: 0;
}

.dgo-faq-answer h2,
.dgo-faq-answer h3,
.dgo-faq-answer h4 {
  color: var(--faq-ink);
  line-height: 1.3;
  margin: 1.8rem 0 .7rem;
}

.dgo-faq-answer h2 { font-size: 1.55rem; }
.dgo-faq-answer h3 { font-size: 1.25rem; }

.dgo-faq-answer img,
.dgo-faq-answer iframe,
.dgo-faq-answer video {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}

.dgo-faq-answer iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.dgo-faq-answer a {
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dgo-faq-contact-box {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 54px 1fr auto;
  margin-top: 1.25rem;
  padding: 1.2rem 1.35rem;
}

.dgo-faq-contact-icon {
  align-items: center;
  background: var(--faq-yellow);
  border-radius: 50%;
  color: #243745;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.dgo-faq-contact-box h2 {
  color: var(--faq-ink);
  font-size: 1rem;
  margin: 0 0 .15rem;
}

.dgo-faq-contact-box p {
  color: var(--faq-muted);
  font-size: .82rem;
  margin: 0;
}

.dgo-faq-contact-box .btn {
  background: var(--faq-blue);
  border: 0;
  border-radius: 9px;
  font-size: .8rem;
  font-weight: 700;
  padding: .75rem 1rem;
}

.dgo-faq-related {
  margin-top: 1.25rem;
  padding: 1.4rem;
}

.dgo-faq-related h2 {
  color: var(--faq-ink);
  font-size: 1.15rem;
  margin: 0 0 .8rem;
}

.dgo-faq-related > div {
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dgo-faq-related a {
  align-items: center;
  background: #f3f8fa;
  border-radius: 9px;
  color: var(--faq-ink);
  display: flex;
  font-size: .84rem;
  gap: .6rem;
  justify-content: space-between;
  line-height: 1.4;
  padding: .8rem .9rem;
  text-decoration: none;
}

.dgo-faq-related a:hover {
  background: #e7f3f8;
  text-decoration: none;
}

.dgo-faq-related .material-icons {
  color: var(--faq-blue);
  flex: 0 0 auto;
  font-size: 1rem;
}

.dgo-faq-side-search {
  margin-bottom: 1.3rem;
  position: relative;
}

.dgo-faq-side-search > label {
  color: var(--faq-ink);
  display: block;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: .45rem;
}

.dgo-faq-side-search > span {
  align-items: center;
  border: 1px solid #cfdae0;
  border-radius: 9px;
  display: flex;
  padding: 0 .6rem;
}

.dgo-faq-side-search .material-icons {
  color: #8da0ab;
  font-size: 1.2rem;
}

.dgo-faq-side-search input {
  border: 0;
  box-shadow: none;
  min-width: 0;
  outline: 0;
  padding: .65rem .45rem;
  width: 100%;
}

.dgo-faq-side-search .dgo-faq-live-results {
  top: calc(100% - .9rem);
}

@media (max-width: 991px) {
  .dgo-faq-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dgo-faq-layout {
    grid-template-columns: 1fr;
  }

  .dgo-faq-sidebar {
    order: -1;
  }

  .dgo-faq-sidebar nav {
    display: grid;
    gap: .3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .page-dgo-faq #wrapper > .container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .dgo-faq-hero {
    border-radius: 16px;
    padding: 3.5rem 1rem 4rem;
  }

  .dgo-faq-search button {
    font-size: 0;
    padding: 0;
    width: 46px;
  }

  .dgo-faq-search button::after {
    content: '→';
    font-size: 1.1rem;
  }

  .dgo-faq-category-grid,
  .dgo-faq-sidebar nav,
  .dgo-faq-related > div {
    grid-template-columns: 1fr;
  }

  .dgo-faq-category-card {
    grid-template-columns: 48px 1fr 18px;
    min-height: 170px;
    padding: 1.2rem;
  }

  .dgo-faq-category-icon {
    height: 48px;
    width: 48px;
  }

  .dgo-faq-category-title,
  .dgo-faq-article-heading {
    align-items: flex-start;
  }

  .dgo-faq-category-icon.is-large {
    height: 62px;
    width: 62px;
  }

  .dgo-faq-category-hero,
  .dgo-faq-article-top {
    padding: 1.4rem;
  }

  .dgo-faq-contact-box {
    grid-template-columns: 46px 1fr;
  }

  .dgo-faq-contact-box .btn {
    grid-column: 1 / -1;
    text-align: center;
  }
}
