@supports (display:grid) {
  div.mod-languages ul {
    margin: 25px 0 0 0;
  }
}
div.mod-languages ul li.lang-active {
  background-color: #ffffff;
}
@supports (display:grid) {
  .left.item-image {
    float: none;
  }
}
@supports (display:grid) {
  a:not([class]) {
    text-decoration: none;
    color: initial;
  }
}