/* Layout Styles
======================================= */
.bc-comissions-main-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.bc-pdf-buttons {
  gap: 15px;
}

.bc-pdf-buttons:first-child {
  padding-right: 40px;
  border-right: 1px solid #6f6f6f;
}

.bc-pdf-buttons:last-child {
  padding-left: 40px;
}

.warranty-banner {
  background: url("https://hnuk.blob.core.windows.net/hnuk-assets/hn-landing-pages/brightcover/images/Header-Image@2x.png")
    no-repeat center center / cover;
}

.bc-links-outer {
  margin-bottom: 80px;
}

.bc-section-banner-inner {
  padding: 60px 40px 200px;
}

.bc-banner-blurb img {
  max-width: 200px;
  margin-left: 20px;
}

.bc-section-content-outer {
  margin-top: -150px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.bc-section-content-inner {
  max-width: 1100px;
  padding: 80px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.bc-section-blurb-border {
  border: 1px solid #000;
}

.bc-spec-card-header {
  padding: 15px;
  border-bottom: 1px solid #77bf49;
}

.bc-spec-card-header img {
  width: 40px;
}

.bc-triple-container-inner .bc-spec-card {
  width: 31%;
}

.bc-double-container-inner .bc-spec-card {
  width: 46%;
}

.bc-specs-list-item {
  margin-bottom: 20px;
}

.bc-spec-card-header {
  height: 80px;
  padding: 0 15px !important;
}

.bc-highlighted-content {
  background: #6d9599;
}

.bc-extra-info-single .bc-extra-info-content {
  width: 60%;
}

.bc-extra-info-single .bc-extra-info-image {
  width: 30%;
}

.bc-extra-info-double .bc-extra-info-content {
  width: 46%;
}

.bc-extra-terms-inner,
.bc-faqs-inner {
  max-width: 1260px;
  padding: 0 40px;
}

/* Font Styles
======================================= */
.bc-pdf-buttons a {
  display: inline-block;
  padding: 1.2em 1em;
  width: 420px;
  text-align: center;
  color: #fff;
  font-size: 1.143em;
  line-height: 1.1em;
  font-weight: 500;
  text-decoration: none;
  background: #77bf49;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.bc-pdf-buttons a:hover {
  background: #3d6222;
  text-decoration: none;
  color: #fff;
}

.bc-spec-card h2 {
  color: #77bf49;
}

.bc-specs-list-item h3,
.bc-extra-info-content h2 {
  line-height: 1.2em !important;
  margin-bottom: 0.3em;
  font-size: 1.286em !important;
}

.bc-specs-list-blurb p,
.bc-extra-info-blurb,
.bc-banner-blurb p {
  line-height: 1.3em !important;
}

.bc-highlighted-content a {
  text-decoration: underline;
  color: #fff;
}

.brightcover-banner-inner p,
.bc-section-banner-inner h1 {
  line-height: 1.2em;
}

/* Media Queries
======================================= */
@media screen and (max-width: 992px) {
  .bc-section-content-inner {
    padding: 40px;
  }

  .bc-pdf-buttons {
    flex: 1 0 0;
  }

  .bc-pdf-buttons a {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .bc-triple-container-inner,
  .bc-banner-blurb,
  .bc-links-inner,
  .bc-extra-info-single,
  .bc-extra-info-double,
  .bc-double-container-inner {
    flex-direction: column;
  }

  .bc-pdf-buttons:first-child,
  .bc-pdf-buttons:last-child {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }

  .bc-pdf-buttons a {
    margin-bottom: 20px;
  }

  .bc-triple-container-inner .bc-spec-card,
  .bc-double-container-inner .bc-spec-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .bc-spec-card-header,
  .bc-specs-list {
    padding: 0 !important;
  }

  .bc-section-banner-inner {
    padding: 40px 20px 150px;
  }

  .bc-section-content-outer {
    margin-top: -120px;
  }

  .bc-section-content-inner {
    padding: 30px 15px;
  }

  .bc-spec-card-header {
    height: 65px;
  }

  .bc-extra-info-content,
  .bc-extra-info-content {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .bc-extra-info-single,
  .bc-extra-info-double {
    margin-bottom: 0;
  }

  .bc-extra-info-image {
    display: none;
  }

  .bc-extra-terms-inner,
  .bc-faqs-inner {
    padding: 0 20px;
  }

  .bc-pdf-buttons {
    gap: 0px;
  }
}
