/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 06:21:54 */
@media only screen and (max-width: 999px) {
  .behandlingskategorier {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 777px) {
  .behandlingskategorier {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.behandlingskategorier .is-linked:hover .bowe-media img, .behandlingskategorier .is-linked:focus-within .bowe-media img {
  opacity: 0.8 !important;
}
.behandlingskategorier .bowe-cover-content-inner {
  background: var(--wp--preset--color--custom-8699-bab-0-transparent);
}
@media only screen and (min-width: 999px) {
  .behandlingskategorier .bowe-cover-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 135px;
  }
}
