
/**
  * CAROUSEL LAYOUT
  */
.ba_reviews_container--carousel {
  flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 24px;
}

.ba_business_ratings--carousel {
  flex-direction: column; justify-content: flex-start; align-items: center; gap: 12px; flex: 0 0 auto;
}

.ba_trustpilot_logo--carousel img { width: 106px; }
.ba_business_ratings .ba_br_score_img--carousel img { display: block; width: 162px; }
.ba_br_score--carousel { font-size: 24px; line-height: 1; }

/* Reviewkaart (carousel) */
.ba_rev_rating--carousel img { height: 19px; }
.ba_rev_author_img--carousel img { width: 24px; border-radius: 50%; }

.ba_rev_title--carousel { font-size: 15px; font-weight: 500; margin: 0; padding: 0; }
.ba_rev_text--carousel p { font-size: 15px; margin: 0; padding: 0; }

.ba_rev_footer--carousel {
  display: flex; justify-content: flex-start; align-items: center; gap: 8px;
}

.ba_rev_author_meta--carousel {
  opacity: 0.6; font-size: 13px; line-height: 1;
  display: flex; gap: 5px; font-style: normal;
}

.ba_rev_author_name--carousel { font-weight: 500; }

.ba_rev_author_img--carousel img,
.ba_rev_rating--carousel img,
.ba_business_ratings .ba_br_score_img--carousel img {
  display: block;
}

.ba_review--carousel {
  padding: 2px 16px; display: flex !important; flex-direction: column; gap: 8px; min-width: auto !important;
}

/* Responsive carousel blok */
@media only screen and (max-width: 768px) {
  .ba_reviews_container--carousel { flex-direction: column; align-items: center; }
  .ba_business_ratings .ba_br_score_img--carousel img { width: 148px; }
  .ba_br_score--carousel { font-size: 22px; }
  .ba_trustpilot_logo--carousel img { width: 102px; }
  .ba_reviews_container--carousel {gap:32px;}
  .ba_review--carousel { padding: 2px 0; }
}


/* SWIPER */
.swiper { padding: 0 48px !important; width: 100% !important; }

.swiper-button-next, .swiper-button-prev {
  top: 0 !important; margin-top: 0 !important; height: 100% !important;
  background-color: #F7F6F1; width: 48px !important;
}

.swiper-button-prev { left: var(--swiper-navigation-sides-offset, 0px) !important; }
.swiper-button-next { right: var(--swiper-navigation-sides-offset, 0px) !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important; width: 40px; height: 40px;
  background-size: 40px; background-position: center;
}

.swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='23.5' stroke='%23191D23' stroke-opacity='0.1'%3E%3C/rect%3E%3Cpath d='M24.8333 19.6667L20.4999 24L24.8333 28.3333' stroke='%23191D23' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='23.5' stroke='%23191D23' stroke-opacity='0.1'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_15_1239)'%3E%3Cpath d='M22.1667 28.3333L26.5001 24L22.1667 19.6667' stroke='%23191D23' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15_1239'%3E%3Crect width='16' height='16' fill='white' transform='translate(16 16)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}