/*======= Combycourselist ========*/
.combycourselist__heading {
  color: var(--gray-dark-2);
}

.combycourselist:nth-child(2n),
.combycourselist:nth-child(2n) .combycourselist__header {
  background-color: var(--gray-light);
}

.bg-grey-dark-1 .combycourselist:nth-child(2n),
.bg-grey-dark-1 .combycourselist:nth-child(2n) .combycourselist__header,
.combycourselist:nth-child(2n + 1),
.combycourselist:nth-child(2n + 1) .combycourselist__header {
  background-color: var(--gray-light-3);
}

/*======= 2 Cols ========*/
.flex-grow {
  flex-grow: 1;
}

/*======= Icons Modules ========*/
.icons-module a.icons-module__single {
  color: var(--gray-dark-2);
}

.icons-module a.icons-module__single:hover {
  background-color: var(--gray-light-2);
  color: var(--gray-dark-2);
}
