.info-page {
  overflow: hidden;
}

.info-page .content__container {
  min-width: 0;
}

.info-page .service-card a,
.info-page .service-timeline a,
.info-page .service-faq a,
.info-page .service-alert a {
  color: #756900;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.info-page .service-card a:hover,
.info-page .service-card a:focus,
.info-page .service-timeline a:hover,
.info-page .service-timeline a:focus,
.info-page .service-faq a:hover,
.info-page .service-faq a:focus,
.info-page .service-alert a:hover,
.info-page .service-alert a:focus {
  color: #403900;
}

.info-page .service-button,
.info-page .service-page__anchor-nav a,
.info-page .service-faq summary {
  outline-offset: 3px;
}

.info-page .service-button:focus-visible,
.info-page .service-page__anchor-nav a:focus-visible,
.info-page .service-faq summary:focus-visible {
  outline: 2px solid #2f657f;
}

.info-page .service-list a {
  overflow-wrap: anywhere;
}

.info-page .service-alert--info {
  border-color: #cbdce5;
  background: #f0f6f8;
}

.info-page .service-alert--info > i {
  color: #356f88;
}

/* Reviews keep the existing ImageCMS data but present it as a readable feed. */
.info-page--reviews .service-page__section {
  scroll-margin-top: 24px;
}

.info-page--reviews .info-page__comments {
  margin-top: 0;
  min-width: 0;
}

.info-page--reviews .comments,
.info-page--reviews .comments__row,
.info-page--reviews .message {
  min-width: 0;
  width: 100%;
}

.info-page--reviews .comments__list,
.info-page--reviews .comments__parent {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-page--reviews .comments__post {
  margin: 0 0 16px;
  padding: 20px 22px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(33, 40, 46, .04);
}

.info-page--reviews .comments__post-header {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  margin-bottom: 10px;
}

.info-page--reviews .comments__post-author,
.info-page--reviews .comments__parent-author {
  color: #202428;
  font-size: 16px;
  font-weight: 700;
}

.info-page--reviews .comments__post-date,
.info-page--reviews .comments__parent-date {
  color: #777e84;
  font-size: 13px;
}

.info-page--reviews .comments__post-rate {
  margin-left: auto;
  color: #e49b00;
}

.info-page--reviews .comments__post-text,
.info-page--reviews .comments__parent-text {
  max-width: 980px;
  color: #4e545a;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.info-page--reviews .comments__post-text p:last-child,
.info-page--reviews .comments__parent-text p:last-child {
  margin-bottom: 0;
}

.info-page--reviews .comments__post-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #edf0f2;
  color: #747b81;
  font-size: 13px;
}

.info-page--reviews .comments__post-footer a {
  color: #756900;
  font-weight: 700;
}

.info-page--reviews .comments__post-vote {
  color: #858c92;
}

.info-page--reviews .comments__parent {
  margin: 14px 0 0 28px;
}

.info-page--reviews .comments__parent-item {
  position: relative;
  margin-top: 10px;
  padding: 14px 17px;
  border-left: 3px solid #dfc900;
  background: #f7f8f9;
}

.info-page--reviews .comments__parent-header {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 6px;
}

.info-page--reviews audio,
.info-page--reviews video,
.info-page--reviews iframe {
  display: block;
  max-width: 100%;
}

.info-page--reviews video,
.info-page--reviews iframe {
  width: 100%;
}

.info-page--reviews .message:empty,
.info-page--reviews .comments__list:empty {
  min-height: 72px;
  border: 1px dashed #ccd3d8;
  border-radius: 6px;
  background: #fafbfb;
}

/* Sitemap turns legacy nested menus into scannable responsive groups. */
.info-sitemap__quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.info-sitemap__quick-links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
  color: #30353a;
  font-weight: 700;
  text-decoration: none;
}

.info-sitemap__quick-links a:hover,
.info-sitemap__quick-links a:focus {
  border-color: #c4b000;
  color: #514900;
  box-shadow: 0 3px 10px rgba(40, 47, 53, .08);
}

.info-sitemap__quick-links i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff4b8;
  color: #6a5e00;
}

.info-sitemap__tree,
.info-sitemap__compact {
  min-width: 0;
}

.info-sitemap__tree ul,
.info-sitemap__compact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-sitemap__tree > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-sitemap__tree > ul > li {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
}

.info-sitemap__tree ul ul {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #edf0f2;
}

.info-sitemap__tree li li {
  margin-top: 7px;
  padding-left: 13px;
}

.info-sitemap__tree li li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 3px -12px;
  border-radius: 50%;
  background: #b9a500;
}

.info-sitemap__tree a,
.info-sitemap__compact a {
  color: #34393e;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.info-sitemap__tree > ul > li > a {
  color: #202428;
  font-size: 16px;
  font-weight: 700;
}

.info-sitemap__tree a:hover,
.info-sitemap__tree a:focus,
.info-sitemap__compact a:hover,
.info-sitemap__compact a:focus {
  color: #756900;
  text-decoration: underline;
}

.info-sitemap__compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-sitemap__compact-group {
  padding: 20px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
}

.info-sitemap__compact-group h3 {
  margin: 0 0 13px;
  color: #24282c;
  font-size: 18px;
}

.info-sitemap__compact-group li {
  margin: 0 0 8px;
}

.info-sitemap__compact-group li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .info-sitemap__quick-links,
  .info-sitemap__tree > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .info-page .service-page__anchor-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .info-page--reviews .comments__post {
    padding: 17px;
  }

  .info-page--reviews .comments__post-rate {
    width: 100%;
    margin-left: 0;
  }

  .info-page--reviews .comments__parent {
    margin-left: 10px;
  }

  .info-sitemap__quick-links,
  .info-sitemap__tree > ul,
  .info-sitemap__compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .info-sitemap__quick-links a {
    min-height: 52px;
  }

  .info-sitemap__tree > ul > li,
  .info-sitemap__compact-group {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-sitemap__quick-links a {
    transition: none;
  }
}
