/* Make videos responsive to screensize */
.youtube-player[style] {
  max-width: 100%;
}

/*Resize the Vimeo video on the post specified by the user*/
@media screen and (max-width: 900px){
.embed-vimeo iframe {
    width: 100%;
 }
}
/* remove background color from subheading */ 

h2.subheading {
    
    background-color: white;
    
}
h2.subheading {
    
    background-color: white;
    font-size: 1.4rem;
    
}
h2.pushbutton-wide {
    
    background-color: white;
    
}

/* Adjust size of gravatars jr-8366099-hc */ .avatar { max-width: 61%; }

#wpcomm i.fa-star {
    font-size: 14px !important;
}
.authors-list-items .authors-list-item-title {
    font-size: 14px;
}
/* Archief Auteurs – OpinieZ stijl */
.authors-list-items {
   display: grid !important;
   grid-template-columns: 1fr 1fr !important;
   gap: 0.2rem 2rem !important;
   padding: 0 !important;
   list-style: none !important;
}

.authors-list-item {
   margin: 0 !important;
   padding: 0.35rem 0 !important;
   border-bottom: 1px solid #e8e0d5 !important;
}

.authors-list-item-title {
   font-family: 'DM Sans', Arial, sans-serif !important;
   font-size: 0.85rem !important;
   color: #ae1c28 !important;
}
 
.authors-list-item-title a:hover {
   text-decoration: underline !important;
   text-underline-offset: 3px !important;
}
.authors-list-cols-dir-horizontal .authors-list-item a,
.authors-list-cols-dir-horizontal .authors-list-item {
  color: #012452 !important;
}
@media (max-width: 480px) {
  .authors-list-cols-dir-horizontal .authors-list-col {
    width: 33.33% !important;
    float: left !important;
    margin-right: 0 !important;
  }
}
table.oz-3col {
  width: 100%;
}
table.oz-3col td {
  width: 33% !important;
}
@media (max-width: 480px) {
  table.oz-3col td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .authors-list-cols-dir-horizontal .authors-list-col {
    width: 50% !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
  .authors-list-item a,
  .authors-list-item {
    white-space: normal !important;
    word-break: keep-all !important;
  }
}

/* Forceer afbeelding boven, tekst onder — op alle schermformaten */
.rpwwt-widget ul li {
    display: block !important;
    overflow: hidden;
    clear: both;
}

.rpwwt-widget ul li a:has(img),
.rpwwt-widget ul li img {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 20px 0 !important;
}

.rpwwt-widget ul li a span.rpwwt-post-title,
.rpwwt-widget ul li div.rpwwt-post-author,
.rpwwt-widget ul li div.rpwwt-post-date,
.rpwwt-widget ul li div.rpwwt-post-comments-number {
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Maakt het tekstvak compacter: minder padding en niet de volle breedte */
@media screen and (min-width: 621px) {
    .slide-caption,
    .mh-slider-caption,
    .flex-caption,
    .slider-caption {
        width: 60% !important;
        max-width: 60% !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .slide-caption .slide-data {
        width: 100% !important;
    }
}
/* Iets kleinere titeltekst, past beter bij een kleiner vak */
.slide-title,
.mh-slider-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
}
.rpwwt-widget ul li a span.rpwwt-post-title {
    line-height: 1.3 !important;
}
.rpwwt-widget ul li div.rpwwt-post-author {
    margin-top: -15px !important;
}