.cm-info-template .info-header {
  position: relative;
  height: 40vh;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 40px;
}

.cm-info-template .info-header::before {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  position: absolute;
  content: '';
  z-index: 0;
}

.help-css .cm-info-template .info-header::before {
  background: var(--dark-purple);
}

.cm-info-template .info-header-text {
  width: 100%;
  max-width: 768px;
  position: relative;
  padding: 20px;
  background-color: var(--white);
}

@media only screen and (min-width: 640px) {
  .cm-info-template .info-header-text {
    border-radius: 0 8px 8px 0;
  }

  .cm-info-template .info-header-text.help-info {
    min-width: 500px;
  }
}

.cm-info-template .cat-site-section .cat-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--medium-neutral);
}

.info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
  background-color: var(--light-neutral);
  border: 1px solid var(--dark-neutral);
  border-radius: 8px;
}

.cm-info-template .cat-site-section .cat-block .cat-tile,
.cm-info-template .cat-site-section .info-section {
  width: 100%;
  max-width: 1024px;
}
.cm-info-template .terms-page {
  max-width: 1280px;
  width: 100%;
}

.cm-info-template .terms-page > h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.cm-info-template .terms-container {
  overflow: auto;
}

.cm-info-template .terms {
  max-width: 1024px;
  width: 100%;
  background-color: var(--light-neutral);
  margin-bottom: 20px;
}

.cm-info-template .terms td {
  padding: 8px;
  min-width: 150px;
}

.cm-info-template .faq-flex-container {
  display: flex;
  flex-direction: column;

  gap: 20px;
  margin-top: 20px;
}

.cm-info-template .faq-flex-container .left-child {
  min-width: 200px;
}

@media only screen and (min-width: 768px) {
  .cm-info-template .faq-flex-container {
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
  }

  .cm-info-template .faq-flex-container .left-child {
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .cm-info-template .faq-flex-container .left-child {
    min-width: 300px;
  }
}

.faq-flex-container .left-child ul {
  border-top: 1px solid var(--dark-neutral);
}

.faq-flex-container .left-child ul li {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid var(--dark-neutral);
}

.faq-flex-container .left-child ul li a {
  display: inline-block;
  width: 100%;
  color: var(--slate);
  text-decoration: none;
}

.faq-flex-container .left-child ul li .active {
  color: var(--dark-purple);
  text-decoration: underline;
}
