:root {
  /* General and dark mode. */
}

:root[data-theme=default] {
  /* Only applied if theme is selected. */
}

:root[data-mode=light] {
  /* Only applied in light mode. */
}

:root[data-mode=light][data-theme=default] {
  /* Only applied in light mode and if theme is selected. */
}

@container (min-width: 560px) {
    .card ._grid .cell-img {
        --card-cover-width: 150px
    }
}


