/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.highlight {
background-color: #EFF1FF;
border-radius: 16px;
padding: 0 0.35ch;
margin-right: 0.3ch;
  z-index: -3;
}
.featured-plain--item-icon {
  display: inline-block;
}

iframe {
  border-radius: 24px;
}

#site-header {
  box-shadow: -6px 4px 24px 0px rgba(156, 156, 156, 0.15);
  background-color: #ffffff;
    padding: 16px;
  color: #150d40;
  z-index: 100;

  @media screen and (min-width: 1120px) {
    padding: 0 16px;

}