@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700;800&display=swap');

@font-face {
  font-family: arnhem-blond;
  src: url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Blond.woff2") format("woff2"),
    url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Blond.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.Leesook {
  border-top: 1px solid #d7d7d7 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}

.Leesook div {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  padding: 0px !important;
  gap: 12px !important;
  isolation: isolate !important;
  margin-bottom: 12px !important;
      margin-top: 12px !important;

  width: 100%;
  justify-content: space-between;
}

.Leesook h2 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  margin-bottom: 6px !important;
  margin-top: 12px !important;
  margin-right: 3px;
}

.Leesook p {
  margin: 0 !important;
  font-family: "Arnhem", Georgia, serif;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.Leesook a:first-child {
  font-family: "Arnhem", Georgia, serif;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.Leesook img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
  max-width: 60px !important;
  min-width: 60px !important;
  max-height: 60px !important;
  min-height: 60px !important;
}

.Leesook p{
   display: inline;
}

.Leesook .showdesktop {
  display: inline;
}

.Leesook .showmobile {
  display: none;
}

@media only screen and (min-width: 450px) {
  .Leesook a:first-child {
    order: 1 !important;
    width: 100%;
  }

  .Leesook h2 {
    margin-top: 0px !important;
  }

  .Leesook div {
    justify-content: flex-start;
  }

  .Leesook p {
    width: 90%;
    font-weight: 400 !important;
  }

  .Leesook img {
    width: 75px !important;
    height: 75px !important;
    object-fit: cover !important;
    max-width: 75px !important;
    min-width: 75px !important;
    max-height: 75px !important;
    min-height: 75px !important;
  }
}
