/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* --- Algemene ad-slot basisstijl --- */
[class^="r89-"], [class*=" r89-"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F4F7;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.3s ease;
  overflow: hidden;
  opacity: 1;
  min-height: 250px; /* 👉 voorkomt CLS */
  max-height: 250px; /* 👉 maakt animatie vloeiend */
}

[class^="r89-"].collapsed,
[class*=" r89-"].collapsed {
  max-height: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* --- Desktop --- */
@media (min-width: 992px) {
  .r89-desktop-video-outstream,
  .r89-desktop-InContent,
  .r89-desktop-leaderboard-atf {
    min-height: 250px;
    max-height: 250px;
    margin: 20px 0;
  }

  .r89-desktop-leaderboard-atf {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .r89-desktop-hpa-atf {
    min-height: 600px;
    max-height: 600px;
    margin: 20px 0;
  }
}

/* --- Mobile --- */
@media (max-width: 991px) {
  .r89-mobile-billboard-top,
  .r89-mobile-video-outstream,
  .r89-mobile-rectangle-infinite,
  .r89-mobile-rectangle-mid {
    min-height: 250px;
    max-height: 250px;
    margin: 20px 0;
  }

  .r89-mobile-billboard-top {
    margin-top: 60px;
  }
}

/* opsomming bolletjes weg bij pros en cons */
.wpb_wrapper ul.pros-cons-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.wpb_wrapper ul.pros-cons-list li {
  margin-bottom: 6px !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
}

.wpb_wrapper .pros-icon,
.wpb_wrapper .cons-icon {
  margin-right: 8px !important;
  font-size: 18px !important;
}
