header.site-header {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #f8f5f0;
}

#main-content {
  background-color: #ffffff;
  background-image: none !important;
}

.header-title {
  background: #f8f5f0;
  padding: 9em 0 5em 0;
}

.page-title {
  color: var(--nav-link-color);
  font-weight: 600;
}

.related-posts {
  color: var(--nav-link-color);
  font-weight: 600;
  font-size: 1.3em;
}

.title-background {
  background-image: url(../png/bg-title.png);
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-size: inherit;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 0.8em;
}

/* MOBILE */
@media screen and (max-width: 800px) {
  .header-title {
    background: #f8f5f0;
    padding: 6em 0 2em 0;
  }
}

.splide__slide:before {
  display: none;
}

@media (min-width: 992px) {
  .splide__slide {
    transform: none !important;
    flex: 0 0 100% !important;
  }

  .splide__pagination {
    display: none !important;
  }

  .splide__list {
    padding: 1em !important;
  }
}

@media (max-width: 768px) {
  .fcard {
    margin: 0;
  }

  .splide__list {
    padding: 0 0.8em !important;
  }
}

.splide__pagination li:before {
  display: none;
}

.splide__pagination {
  bottom: -5px;
}

.splide__pagination .splide__pagination__page {
  background-color: #888;
}

.splide__pagination .splide__pagination__page.is-active {
  background-color: var(--nav-link-color-hover);
}

.recent-posts {
  background: url("../svg/bg-top-resources.svg");
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  background-position: -180px -150%;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
  padding-top: 0 !important;
  border-radius: 10px;
  box-shadow: 0 0 13px -5px #0000008a;
  transition: all 0.35s;
}

.card:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.cards-body {
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 0.5rem 1.25rem 60px 1.25rem;
}

.post-date {
  color: #7d7d7d;
}

.card-image {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 1.3s ease-in-out;
}

/* Zoom image hover */
/* .card:hover .card-image::before {
    transform: scale(1.2);
} */

.fcard {
  display: flex;
  margin-bottom: 20px;
}

.topic-section {
  padding: 3em 1em;
}

.topics {
  background: var(--canopy-blue);
}

.topic-link {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 150px;
  padding: 0.2em 1em;
  text-decoration: none;
  font-weight: 500;
}

.topic-link:hover {
  color: var(--nav-link-color);
  padding: 0.2em 1em;
  text-decoration: none;
  background: #fff;
}

.topic-post-date {
  color: #7d7d7d;
  padding: 0 0.8em;
}

.link-orange {
  color: var(--canopy-orange);
}

.title-post {
  color: var(--nav-link-color);
  font-weight: bold !important;
  font-size: 1.3em;
  text-align: left !important;
  text-transform: none;
}

.topic-title-post {
  font-size: 1.3em;
}

.topic-card-text {
  font-weight: 400 !important;
}

.topic-read-link {
  position: absolute;
  bottom: 20px;
  color: var(--nav-link-color-hover);
  font-size: 0.75em;
  font-weight: 600;
}

.read-link {
  position: absolute;
  bottom: 20px;
  color: var(--nav-link-color-hover);
  font-weight: 600;
}

.card-text {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 20px;
}

.topic-title {
  color: var(--nav-link-color);
  font-size: 1.2em;
  font-weight: 700;
}

.resources-title {
  color: var(--nav-link-color);
  font-size: 1.7em;
  font-weight: 700;
  text-transform: capitalize;
}

.topic-title-white {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 20%;
}

.topic-pill {
  color: var(--nav-link-color-hover);
  border-radius: 50px;
  padding: 4px 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  float: right;
}

.row-top-post {
  padding: 0 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.topic-row-top-post {
  padding: 0;
}

.topic-pill-post {
  background: var(--canopy-blue);
  color: #fff;
  border-radius: 50px;
  padding: 4px 16px;
  position: absolute;
  top: 1em;
  right: 1em;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  font-size: 0.7em;
}

.icon-container {
  width: 24px;
  /* ajuste conforme necessário */
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.card-side-image {
  height: 100% !important;
  border-radius: 10px 0 0 10px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Read post icon */
.read-link-btn {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease, padding 0.3s ease;
  text-decoration: none;
  color: var(--nav-link-color-hover);
}

.read-link-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../svg/arrow-right-orange.svg")
    no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  transition: transform 0.3s ease, padding 0.3s ease;
  opacity: 0;
}

.read-link-btn:hover::before {
  transform: translateY(-40%) translateX(-150%) scale(0.8) !important;
  opacity: 1;
  transition: transform 0.3s ease, padding 0.3s ease;
}

.read-link-btn:hover {
  color: var(--nav-link-color-hover);
  text-decoration: none;
  transform: translateX(16px);
  transition: transform 0.3s ease, padding 0.3s ease;
}

/* First Fold Small Desktop */

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .recent-posts {
    padding-bottom: 30px;
  }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .recent-posts {
    padding-bottom: 30px;
  }
}

@media screen and (max-device-width: 900px) {
  .first-card {
    margin-bottom: 1em;
  }

  nav.mobile-nav .nav-item a {
    color: var(--nav-link-color-hover);
    display: block;
    padding: 10px 30px 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
  }

  nav.mobile-nav .nav-item a:hover {
    color: #14233b;
  }

  .flex-container {
    padding: 0 10%;
  }

  .hide-mobile {
    display: none;
  }

  .view-all-btn {
    margin-top: 20px;
  }
}

@media screen and (min-device-width: 901px) {
  .hide-desktop {
    display: none;
  }
}

a {
  color: var(--nav-link-color-hover);
}

.shadow-img {
  position: relative;
  top: -8em;
  border-radius: 6px;
  height: 30em;
  background-position: center;
  background-size: cover;
  z-index: 2;
  width: 100%;
}

.shadow-bg {
  filter: blur(15px);
  position: relative;
  top: -37em;
  border-radius: 10px;
  height: 30em;
  background-position: center;
  background-size: cover;
  margin-bottom: -34em;
  z-index: 1;
  opacity: 0.7;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .shadow-img {
    height: 30em;
    top: -4em;
  }

  .shadow-bg {
    height: 30em;
    top: -33em;
    margin-bottom: -16em;
  }

  .pw-3em {
    padding: 0 1em;
    margin-top: -14em;
  }
}

.pw-3em {
  padding: 0 3em;
}
.grey-cta {
  padding: 2em;
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 3rem;
}
.grey-cta > p {
  margin-bottom: 0;
}

header#main-header {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #f8f5f0;
}

/* PDF Viewer Styles */
.pdf-viewer-section {
  background: #f8f9fa;
  padding: 3em 0;
  margin: 2em 0;
}

.pdf-viewer-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pdf-viewer-header {
  background: var(--nav-link-color);
  color: white;
  padding: 1.5em;
  text-align: center;
}

.pdf-viewer-header h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.pdf-viewer-content {
  position: relative;
  min-height: 600px;
}

.pdf-page {
  display: none;
  width: 100%;
  text-align: center;
  padding: 2em;
}

.pdf-page.active {
  display: block;
}

.pdf-page img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.pdf-page-restricted img {
  opacity: 0.7;
  pointer-events: none;
  filter: blur(7px);
  opacity: 0.7;
  padding: 0 3rem;
}

.pdf-page-restricted::after {
  content: "Complete the form below to continue reading";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1em 2em;
  border-radius: 5px;
  font-weight: 600;
  z-index: 10;
}

.pdf-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.pdf-nav-btn {
  background: var(--nav-link-color-hover);
  color: white;
  border: none;
  padding: 0.35em 1.5em;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.pdf-nav-btn:hover:not(.disabled) {
  background: var(--nav-link-color);
  transform: translateY(-2px);
}

.pdf-nav-btn.disabled {
  background: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

.pdf-page-indicator {
  font-weight: 600;
  color: var(--nav-link-color);
}

/* Lead Capture Modal */
.pdf-lead-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.pdf-lead-modal.active {
  display: flex;
}

.pdf-modal-content {
  background: white;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdf-modal-header {
  background: var(--nav-link-color);
  color: white;
  padding: 1.5em;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.pdf-modal-header h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 600;
}

.pdf-modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  background: none;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.pdf-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pdf-modal-body {
  padding: 2em;
}

.pdf-form-group {
  margin-bottom: 1.5em;
}

.pdf-form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: var(--nav-link-color);
}

.pdf-form-group input {
  width: 100%;
  padding: 0.75em;
  border: 2px solid #e9ecef;
  border-radius: 5px;
  font-size: 1em;
  transition: border-color 0.3s ease;
}

.ebook-preview-row {
  display: flex;
  align-items: center;
}

.pdf-form-group input:focus {
  outline: none;
  border-color: var(--nav-link-color-hover);
}

.pdf-form-error {
  display: none;
  background: #f8d7da;
  color: #721c24;
  padding: 0.75em;
  border-radius: 5px;
  margin-bottom: 1em;
  border: 1px solid #f5c6cb;
}

.pdf-form-submit {
  background: var(--nav-link-color-hover);
  color: white;
  border: none;
  padding: 1em 2em;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.pdf-form-submit:hover:not(:disabled) {
  background: var(--nav-link-color);
  transform: translateY(-2px);
}

.pdf-form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pdf-modal-success {
  display: none;
  text-align: center;
  padding: 2em;
}

.pdf-modal-success .success-logo {
  margin-bottom: 1.5em;
}

.pdf-modal-success .success-logo img {
  width: 80px;
  height: 80px;
}

.pdf-modal-success .success-message {
  font-size: 1.2em;
  color: var(--nav-link-color);
  font-weight: 600;
  margin-bottom: 2em;
}

.pdf-modal-success-close {
  background: var(--nav-link-color);
  color: white;
  border: none;
  padding: 0.8em 2em;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.pdf-modal-success-close:hover {
  background: var(--nav-link-color-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .pdf-viewer-container {
    margin: 0 1em;
  }

  .pdf-navigation {
    flex-direction: column;
    gap: 1em;
  }

  .pdf-modal-content {
    width: 95%;
    margin: 1em;
  }

  .pdf-modal-body {
    padding: 1.5em;
  }
}

/* Body scroll lock when modal is open */
body.modal-open {
  overflow: hidden;
}

.ebook-preview-image {
  display: flex;
  justify-content: center;
}
.ebook-preview-image img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
}

.download-text {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
  color: var(--nav-link-color);
}

.ebook-download-btn {
  background: var(--nav-link-color-hover);
  color: white;
  border: none;
  padding: 1em 2em;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.ebook-download-btn:hover {
  background: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* PDF Viewer Modal */
.pdf-viewer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.pdf-viewer-modal.active {
  display: flex;
}

.pdf-viewer-modal .pdf-modal-content {
  background: white;
  max-width: 100%;
  width: 90%;
  max-height: 98vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

.pdf-viewer-modal .pdf-modal-header {
  background: var(--nav-link-color);
  color: white;
  padding: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
}

.pdf-viewer-modal .pdf-modal-header h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

.pdf-viewer-modal .pdf-modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
  position: relative;
  top: 0;
}

.pdf-viewer-modal .pdf-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pdf-viewer-modal .pdf-viewer-content {
  position: relative;
  min-height: 600px;
  padding: 2em;
}

.pdf-viewer-modal .pdf-page {
  display: none;
  width: 100%;
  text-align: center;
}

.pdf-viewer-modal .pdf-page.active {
  display: block;
}

.pdf-viewer-modal .pdf-page img {
  max-width: 100%;
  height: auto;
}

.pdf-viewer-modal .pdf-page-restricted::after {
  content: "Complete the form below to continue reading";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1em 2em;
  border-radius: 5px;
  font-weight: 600;
  z-index: 10;
  text-align: center;
  max-width: 300px;
}

.pdf-viewer-modal .pdf-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

/* Responsive Design for eBook Preview */
@media (max-width: 768px) {
  .ebook-preview-container {
    margin: 0 1em;
  }

  .ebook-preview-image {
    padding: 1em;
  }

  .ebook-download-cta {
    padding: 1.5em;
  }

  .download-text {
    font-size: 1.1em;
  }

  .pdf-viewer-modal .pdf-modal-content {
    width: 98%;
    margin: 1em;
  }

  .pdf-viewer-modal .pdf-viewer-content {
    padding: 1em;
    min-height: 400px;
  }

  .pdf-viewer-modal .pdf-navigation {
    flex-direction: column;
    gap: 1em;
  }
}

/* PDF lead form embutido na página 3 */
.pdf-lead-on-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  background: #ffffff52;
}

.pdf-lead-form-container {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 2em 2em 1em 2em;
  max-width: 400px;
  width: 100%;
  text-align: center;
  pointer-events: all;
  z-index: 20;
  filter: none !important;
}

.pdf-lead-form-container h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

.pdf-lead-form-container .pdf-cta-text {
  margin-bottom: 1em;
  color: var(--nav-link-color);
}

.pdf-lead-form-container .pdf-form-group label {
  text-align: left;
}

.pdf-lead-form-container .pdf-modal-success {
  display: none;
  text-align: center;
  padding: 2em 0 0 0;
}

.pdf-lead-form-container .success-logo {
  margin-bottom: 1em;
}

.pdf-lead-form-container .success-logo img {
  width: 100px;
  height: 100px;
  padding: 0;
  filter: blur(0px);
  box-shadow: none;
  opacity: 1;
}

.pdf-lead-form-container .success-message {
  font-size: 1.7em;
  color: var(--nav-link-color);
  font-weight: 600;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.pdf-lead-form-container .pdf-modal-success-close {
  padding: 0.6em 3rem;
  font-size: 1em;
  margin-bottom: 2rem;
}

.pdf-page-restricted img {
  opacity: 0.7;
  pointer-events: none;
}

.pdf-page-restricted::after {
  display: none !important;
}

.pdf-page-restricted {
  position: relative;
}

.pdf-navigation .pdf-nav-btn[data-direction="next"]:disabled,
.pdf-navigation .pdf-nav-btn[data-direction="next"].disabled {
  background: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

.pdf-modal-content {
  display: flex;
  flex-direction: column;
  height: 96vh;
}

.pdf-modal-header {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 2;
}

.pdf-viewer-content {
  flex: 1 1 auto;
  overflow-y: auto;
  /* Garante que não fique atrás do header/footer */
  min-height: 0;
}

.pdf-navigation {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #f8f9fa;
}

/* --- FULLSCREEN PDF MODAL --- */
.pdf-viewer-modal.fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.pdf-viewer-modal.fullscreen .pdf-modal-content {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.pdf-viewer-modal.fullscreen .pdf-modal-header,
.pdf-viewer-modal.fullscreen .pdf-navigation {
  position: sticky;
  z-index: 2;
}
.pdf-viewer-modal.fullscreen .pdf-modal-header {
  top: 0;
  background: var(--nav-link-color);
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.5em;
}
.pdf-viewer-modal.fullscreen .pdf-navigation {
  bottom: 0;
  background: #f8f9fa;
  border-radius: 0;
  width: calc(100% - 15px);
}
.pdf-viewer-modal.fullscreen .pdf-viewer-content {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 2em 0;
}
.pdf-viewer-modal .pdf-modal-header .pdf-modal-enter-fullscreen,
.pdf-viewer-modal .pdf-modal-header .pdf-modal-exit-fullscreen {
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 1.2em;
  cursor: pointer;
  margin-left: 1em;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.pdf-viewer-modal .pdf-modal-header .pdf-modal-enter-fullscreen:hover,
.pdf-viewer-modal .pdf-modal-header .pdf-modal-exit-fullscreen:hover {
  background: none !important;
  color: #fff !important;
  box-shadow: none;
}
.pdf-viewer-modal .pdf-modal-header .pdf-modal-enter-fullscreen i,
.pdf-viewer-modal .pdf-modal-header .pdf-modal-exit-fullscreen i {
  color: #fff !important;
  font-size: 1em;
  background: none !important;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.related-posts-section {
  margin-top: 6rem;
}

@media (max-width: 600px) {
  .pdf-viewer-modal.fullscreen .pdf-modal-content {
    margin: 0;
  }

  .pdf-viewer-modal .pdf-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: inherit;
    padding: 1rem 2rem 2rem 2rem;
  }
  .pdf-viewer-modal .pdf-navigation .pdf-nav-btn {
    margin: 0;
    width: auto;
    min-width: 100px;
  }
  .pdf-viewer-modal .pdf-navigation .pdf-page-indicator {
    margin: 0;
    order: 2;
  }
  .ebook-download-cta {
    color: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pdf-viewer-modal.fullscreen .pdf-viewer-content {
    display: flex;
  }
  .pdf-modal-exit-fullscreen {
    display: none !important;
  }
  .pdf-viewer-modal .pdf-modal-close {
    right: 0;
  }
  .related-posts-section {
    margin-top: 3rem;
  }
}

