@import url(fonts.css);
@import url(style.css);

.collection-ch {
  height: 190px;
}

#component-content {
  h1, h2, h3, h4, h5, p, span, td, th, tr, ul, li {
    color: white;
    font-family: "Geometria";
  }

  h1 {
    font-family: "Geometria-Bold";
    font-size: 40px;
    margin: 0 0 5px 0;
  }

  h2 {
    font-family: "Geometria-Bold";
    font-size: 32px;
    margin: 20px 0 5px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  th {
    background-color: rgb(54, 48, 87);
    font-family: "Geometria-Bold";
  }

  p {
    font-size: 16px;
    opacity: .85;
  }

  td, th {
    color: #FFF;
    border: 1px solid white;
    font-size: 16px;
    padding: 8px 12px;
    font-family: "Geometria-Medium";
  }

  td {
    vertical-align: top;
  }

  table {
    margin: 10px 0 20px;

    ul {
      margin: 10px 0;
    }
  }

  li {
    background-color: rgb(54, 48, 87);
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 16px;

    strong {
      font-size: 18px;
      font-weight: 700;
    }
  }

  ul, ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 10px;
  }
}

p.carousel-h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 7px;
  color: #FFF;
  line-height: 0.5em;
}

p.bonus-h1 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.nologged-mobile {
  color: white !important;
}

.nologged-mobile > .row {
  margin-top: 12px !important;
}