/**
 * @file
 * Visual styles for nodes.
 */

.node--unpublished {
  background-color: #fff4f4;
}

/**
 * Custom styles for nodes
 */
@media (max-width: 768px) {
  .\_programs-and-courses_all-programs {
    padding-top: 2rem;

    .hero-small,
    .mstc-breadcrumbs {
      display: none;

      + .mstc-side-by-side-content {
        display: none;
      }
    }

    .mstc-three-column-cards {
      --bl-padding-sm-top: 4rem;
    }
  }
}
