.w2s-bf {
  width: 100%;
}

.w2s-bf-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.w2s-bf-filter {
  border: 1px solid rgba(0,0,0,.15);
  background: transparent;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}

.w2s-bf-filter.is-active {
  border-color: rgba(0,0,0,.35);
}

.w2s-bf-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.w2s-bf-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.w2s-bf-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

@media (max-width: 768px) {
  .w2s-bf-featured {
    grid-template-columns: 1fr;
  }
}

.w2s-bf-featured-media img,
.w2s-bf-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w2s-bf-img-placeholder {
  width: 100%;
  background: rgba(0,0,0,.04);
}

.w2s-bf-featured-content {
  padding: 18px;
}

.w2s-bf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.w2s-bf-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex;
  flex-direction: column;
}

.w2s-bf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.w2s-bf-media img,
.w2s-bf-media .w2s-bf-img-placeholder {
  height: 180px; /* overridé par Elementor control */
}

.w2s-bf-media {
  display: block;
}

.w2s-bf-content {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.w2s-bf-tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  opacity: .9;
}

.w2s-bf-title {
  margin: 0;
  font-weight: 700;
}

.w2s-bf-title a {
  color: inherit;
  text-decoration: none;
}

.w2s-bf-excerpt {
  opacity: .85;
}

.w2s-bf-link a {
  text-decoration: none;
}

.w2s-bf-empty {
  padding: 16px 0;
  opacity: .7;
}

.w2s-bf-pagination {
  display: flex;
  justify-content: center;
  padding: 6px 0 2px;
}

.w2s-bf-pages {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.w2s-bf-page {
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  font: inherit;
}

.w2s-bf-page.is-active {
  border-color: rgba(0,0,0,.35);
}

.w2s-bf-dots {
  opacity: .55;
}

.w2s-bf-load-more {
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font: inherit;
}

.w2s-bf-loading {
  margin-top: 12px;
  opacity: .7;
}
