/* Home Page */

#home-hero-section {

  #home-hero-left-col {
    margin-right: 0 !important;
    z-index: 10;
  }

  #home-hero-right-col {
    overflow: visible;

    .et_pb_image {
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      background-image: url(/wp-content/uploads/2025/05/stars.png),
        url(/wp-content/uploads/2025/05/cloud1.png),
        url(/wp-content/uploads/2025/05/cloud2.png),
        url(/wp-content/uploads/2025/05/girl-shadow.png);
      background-size: 90%, 125px, 125px, contain;
      background-position: 122% 17%, right 3%, 29% 34%, bottom center;
      position: relative;

      .et_pb_image_wrap::after {
        content: "";
        background-image: url(/wp-content/uploads/2025/05/cloud3.png);
        background-size: 125px;
        background-position: 100% 60%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
      }
    }
  }
  @media (min-width: 1024px) {
    #home-hero-right-col {
      .et_pb_image {
        min-width: 460px;
        direction: rtl;

        .et_pb_image_wrap {
          direction: ltr;
        }
      }
    }
  }
}

#home-product-feature-section {
  /* padding: 170px 0 !important; */

  @media (min-width: 981px) {
    .et_pb_column {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .et_pb_column_2_5 {
      width: 40% !important;
    }
    .et_pb_column_3_5 {
      width: 60% !important;
    }
  }

  &.gaw-has-background-blob::before {
    background-size: 1487px var(--background-blob-height);
    background-position: center 56%;
  }

  .et_pb_row {
    position: relative;

    /* &::after {
      content: "";
      position: absolute;
      display: block;
      z-index: 111111111111;
      top: 0;
      right: 0;
      width: 80px;
      height: 80px;
      background: radial-gradient(
        circle at top right,
        rgba(255, 255, 255, 0.4),
        transparent 60%
      );
      border-top-right-radius: 12px;
      pointer-events: none;
    } */
  }

  .et_pb_image_wrap {
    img {
      border-radius: var(--radius-medium);
      object-fit: cover;
      max-width: 400px;
    }
  }
}

#home-featured-categories-section {
  .et_pb_blurb_content {
    h3.et_pb_module_header {
      font-size: var(--t-h4);
    }
  }
}

/* Spotlight post type pages */
.single-spotlight {
  #spotlight-intro-section {
    &.gaw-has-background-blob::after {
      background-position: top center;
    }
  }
}

.et-db #et-boc .et-l {
  #spotlight-inner-nav-row.et_pb_row {
    margin-top: 100px;

    @media (max-width: 768px) {
      & {
        margin-top: 0px;
      }
    }

    #inner-nav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;

      li {
        padding-right: 5px;

        &::marker {
          color: var(--primary-color);
        }

        a {
          vertical-align: middle;
        }
      }
    }
  }
}

#visualized-bible-series-format-guide-section {
  .et_pb_row {
    .et_pb_main_blurb_image {
      img {
        height: 300px;
        object-fit: cover;
      }
    }
  }
}

#beliefs-belief-section {
  @media (max-width: 480px) {
    .et_pb_row {
      width: 90%;
    }
  }
}

.policy-text-section {
  #bvi-post-featured-image {
    .et_pb_image_wrap,
    img {
      width: 100% !important;
      border-radius: var(--radius-large);
    }

    img {
      object-fit: cover;
    }
  }

  .et_pb_row {
    max-width: 800px;
    margin: 0 auto;
  }

  .p1 {
    p,
    p a {
      font-size: var(--t-h4) !important;
    }
  }

  h2, h3, h4 {
    /* color: var(--primary-color); */
  }

  h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  #bvi-single-post-content {
    img {
      margin: 1rem;
      border-radius: var(--radius);
      object-fit: contain;
    }

    @media (max-width: 768px) {
      img {
        margin: 1rem 0;
        display: block;
        width: 100%;
      }
    }
  }
}

/* Product Formats page */
.page-id-241219 {
  h3, h4 {
    color: var(--primary-color);
    margin-bottom: 20px;
  }

  ul {
    li {
      margin-bottom: 0.5rem;
    }
  }

}
