<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Site Studio Sidebar Info Component.
 */
.cpt-sidebar-info {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 15px 24px;
  margin-bottom: 30px;
}
.cpt-sidebar-info h3 {
  font-size: 1.412em;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.cpt-sidebar-info p {
  font-size: 0.824em;
}
.cpt-sidebar-info .coh-link {
  font-size: 1.059em;
  font-weight: 600;
  padding-right: 20px;
  color: #065154;
  background-image: url("../../images/chevron-right-teal.svg");
  background-size: 7px;
  background-position: right top 5px;
  background-color: transparent;
  background-repeat: no-repeat;
}

@media (min-width: 1170px) {
  .cpt-sidebar-info .coh-link {
    background-position: right top 3px;
  }
}
@media (min-width: 1400px) {
  .cpt-sidebar-info .coh-link {
    background-position: right top 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .cpt-sidebar-info .coh-link {
    background-position: right top 3px;
  }
}
@media (max-width: 1023px) {
  .cpt-sidebar-info h3 {
    font-size: 1.3em;
  }
  .cpt-sidebar-info p {
    font-size: 1em;
  }
  .cpt-sidebar-info .coh-link {
    background-position: right top 3px;
    background-size: 6px;
    font-size: 1.1em;
  }
}
/*# sourceMappingURL=../maps/components/sidebar-info.css.map */
</pre></body></html>