/* Small CSS tweaks that don't need SCSS compilation */

/* Responsive images by default */
img {
  max-width: 100%;
  height: auto;
}

/* Accordion smoothing */
.accordion-button:not(.collapsed) {
  color: #353e47;
  background-color: rgba(253, 210, 98, 0.1);
}

/* Research area anchor targets */
section[id] {
  scroll-margin-top: 80px;
}
