/* Divider & spacing */ .fbt-divider{border-top:1px solid #e5e5e5;margin:60px 0;} .fbt-section-title{font-size:13px;font-weight:600;margin-bottom:12px;}
/* Card */ .fbt-card{display:block;text-align:center;text-decoration:none;color:inherit;} .fbt-card img{width:100%;height:auto;border-radius:8px;display:block;} .fbt-name{font-size:13px;margin:8px 0 4px;line-height:1.35;} .fbt-price{font-size:13px;color:#555;}
/* Bullets */ .swiper-pagination-bullet{opacity:.4;} .swiper-pagination-bullet-active{opacity:1;}
/* Recently viewed image-only */ .fbt-recently-viewed .fbt-name, .fbt-recently-viewed .fbt-price{display:none!important;}

/* === v2.3.2 custom styling === */
.fbt-section-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

/* Remove bullets and show all 12 items for 'Poslednje pregledano' */
.fbt-recently-viewed-swiper .swiper-pagination { display: none !important; }
@media (min-width: 1024px) {
  .fbt-recently-viewed-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 10px !important;
  }
  .fbt-recently-viewed-swiper .swiper-slide {
    width: auto !important;
    flex: none !important;
  }
}
