/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.rss-icon-fix .g-block .module-title::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #ee802f;
}
/* Desktop logic: Hide mobile-specific blocks */
@media (min-width: 768px) {
  .g-block:has(.hide-me-desktop) {
    display: none !important;
  }
}
/* Mobile logic: Hide desktop-specific blocks */
@media (max-width: 767px) {
  .g-block:has(.hide-me-mobile) {
    display: none !important;
  }
}
/* Reduce section padding globally ONLY on mobile devices */
@media (max-width: 767px) {
  .g-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
/*# sourceMappingURL=custom_9.css.map */