:export {
  xsmin: 320px;
  smmin: 680px;
  mdmin: 984px;
  lgmin: 1024px;
  xlmin: 1440px;
  xsmax: 680px;
  smmax: 984px;
  mdmax: 1024px;
  lgmax: 1440px;
}

:root {
  --primary-color: #ec7e00;
  --primary-color-rgb: 236, 126, 0;
  --secondary-color: #662483;
  --secondary-color-rgb: 102, 36, 131;
  --highlight-color: #662483;
  --highlight-color-rgb: 102, 36, 131;
  --default-primary-font: "Helvetica Neue", "IBM Plex Sans", "Arial", "sans-serif";
  --default-secondary-font: "Helvetica Neue", "IBM Plex Sans", "Arial", "sans-serif";
  --border-radius: 6px;
}

.omroep-gelderland .groei-menu-item a:not(.nuxt-link-exact-active) {
  color: var(--highlight-color);
}

.omroep-gelderland .groei-menu-item a:hover,
.omroep-gelderland .groei-menu-item .nuxt-link-exact-active {
  color: var(--primary-color);
}

.omroep-gelderland .groei-wa-article .first {
  font-weight: bold;
}

.omroep-gelderland .groei-wa-grid .groei-wa-grid-item .responsive-image .inner:before {
  top: 0.5em;
  left: 0.5em;
  bottom: unset;
}
.omroep-gelderland .groei-wa-grid .groei-wa-grid-item .responsive-image .inner:after {
  top: 1em;
  left: 1em;
  bottom: unset;
}
.omroep-gelderland .groei-wa-spotlight-video .responsive-image .inner:before,
.omroep-gelderland .spotlight-alternative .responsive-image .inner:before,
.omroep-gelderland .spotlight-grid-preview .responsive-image .inner:before {
  top: 1em;
  left: 1em;
  bottom: unset;
}
.omroep-gelderland .groei-wa-spotlight-video .responsive-image .inner:after,
.omroep-gelderland .spotlight-alternative .responsive-image .inner:after,
.omroep-gelderland .spotlight-grid-preview .responsive-image .inner:after {
  top: 1.2em;
  left: 1.2em;
  bottom: unset;
}
.omroep-gelderland .groei-wa-list .news-item-playable .responsive-image .inner:before {
  top: 0.4em;
  left: 0.4em;
  bottom: unset;
}
.omroep-gelderland .groei-wa-list .news-item-playable .responsive-image .inner:after {
  top: 0.6em;
  left: 0.6em;
  bottom: unset;
}