/* Homepage */
.home.page-template-featured-page main .conversations {
    border: solid 3px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
}
  .home.page-template-featured-page main .conversations .r {
      padding: 0;
  }
    .home.page-template-featured-page main .conversations h3 {
        color: rgba(0,0,0,0.8);
        position: relative;
        padding: 0 0 0 40px;
        font-size: 1.65em;
        line-height: 2rem;
    }
      .home.page-template-featured-page main .conversations h3:before {
          position: absolute;
          left: 0;
          content: "\f086";
          font-family: "Font Awesome 5 Free";
      }

@media only screen and (max-width: 640px) {

    /* Fixes page title at small screen sizes */
    .page-template-featured-page #feature-page-banner > .r h2.l,
    .page-template-featured-page #feature-page-banner > .r h2.m,
    .page-template-featured-page #feature-page-banner > .r h2.s {
        font-size: 2.5rem;
        line-height: 3rem;
    }

}

/* PD Calendar */

@media only screen and (max-width: 781px) {
    
    /* Correct spacing issue with "FAQ" box on PD Calendar page */
    .wp-block-columns.faq-cols {
        gap: 10px !important;
    }
    
}

/* -> Help modals */
.pd-help-modals ol > li {
    margin: 20px 0 !important;
}
.pd-help-modals img.sample-screenshot {
    margin: 10px 0 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.pd-help-modals ol li li img.sample-screenshot {
    margin-bottom: 10px;
}