/* Styling of cards about the different sufferings */
.col-lidelse {
  cursor: pointer;
}

.col-lidelse:hover {
  background-color: var(--wp--preset--color--accent-c) !important;
  transition: background-color .1s ease-in-out !important;
  border: 1px solid var(--wp--preset--color--neutral-100) !important;
}

.col-lidelse:hover .col-lidelse-icon img {
  content: url(../images/arrow_round_dark.svg);
  height: 22px !important;
}

img.wp-image-65 {
  height: 22px !important;
}

.col-lidelse-small:hover {
  background-color: var(--wp--preset--color--primary-30) !important;
}


/* Styling of cards about the different sufferings for healthcare personell*/
.col-lidelse-helsepersonell {
  cursor: pointer;
}

.lidelse-helsepersonell:hover .col-lidelse-icon img {
  content: url(../images/arrow_round_dark.svg);
  height: 22px !important;
}

.lidelse-helsepersonell:hover {
  background-color: var(--wp--preset--color--primary-30) !important;
  transition: background-color .1s ease-in-out !important;
  border: 1px solid var(--wp--preset--color--neutral-100) !important;
}

