/*
 * DO NOT EDIT THIS FILE.
 * Find the correct source file and do your changes there.
 * @preserve
 */
/**
 * We are using PostCSS Custom Media because we can not use custom properties inside @media.
 * For more information go to: https://www.npmjs.com/package/postcss-custom-media
 */
body.viewpcc-pcclpage-1 h1 {
  background: url("../../../images/icons/lock.svg") no-repeat left top;
  background-size: 1.375em;
  padding-left: 60px;
}
/*
   * Display: page 1
   */
.view-pcc-pccl.view-display-id-page_1 {
    margin-top: 2rem;
  }
.view-pcc-pccl.view-display-id-page_1 .views-row {
      margin-bottom: var(--gutter);
    }
@media (min-width: 600px) {
      .view-pcc-pccl.view-display-id-page_1 .views-row {
        margin-bottom: 0;
      }

      .view-pcc-pccl.view-display-id-page_1 .view-content {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
@media (min-width: 1200px) {
      .view-pcc-pccl.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

/*# sourceMappingURL=view-pcc-pccl.css.map */