/* Category lead and continuation share archive/Elementor structure and theme tokens. */
.bef-category-archive .bef-article-layout > div,
.bef-category-showcase,
.bef-category-lead,
.bef-category-continuation { min-width: 0; }
.bef-category-lead { margin-bottom: 28px; }
.bef-category-lead > .bef-module { margin-block: 0; }
.bef-category-lead .bef-slider { width: 100%; min-width: 0; }
.bef-category-lead .bef-slide { min-height: 420px; }
.bef-category-lead .bef-slider-thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); max-width: 100%; }
.bef-category-lead .bef-slide-thumb { min-width: 0; }
.bef-category-lead .bef-thumb-caption { min-width: 0; }
.bef-category-lead .bef-thumb-caption > span { overflow-wrap: anywhere; }
.bef-category-showcase .bef-section-head { margin-block: 20px 16px; }
.bef-category-all { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--bef-accent-text, var(--bef-ink)); }
.bef-category-continuation .bef-card { min-width: 0; }
.bef-category-continuation .bef-card-title { overflow-wrap: anywhere; }
.bef-category-layout-list > .bef-grid { grid-template-columns: minmax(0, 1fr); }
.bef-category-layout-list .bef-card { display: grid; grid-template-columns: minmax(130px, 32%) minmax(0, 1fr); align-items: start; gap: 18px; }
.bef-category-layout-list .bef-card-media { min-width: 0; }
.bef-category-layout-list .bef-card-body { padding: 14px 14px 14px 0; min-width: 0; }
.bef-category-layout-list .bef-card-image { aspect-ratio: 4/3; height: auto; }
.bef-category-archive .bef-category-latest-title { margin: 0 0 20px; font-size: clamp(20px, 2.2vw, 28px); color: var(--bef-ink); }
@media (max-width: 767px) {
  .bef-category-lead .bef-slide { min-height: 350px; }
  .bef-category-lead .bef-slider-thumbs { grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); gap: 5px; }
  .bef-category-layout-list .bef-card { grid-template-columns: minmax(100px, 30%) minmax(0, 1fr); gap: 10px; }
  .bef-category-layout-list .bef-card-body { padding: 9px 9px 9px 0; }
}
@media (max-width: 420px) {
  .bef-category-lead .bef-slide { min-height: 320px; }
  .bef-category-layout-list .bef-card { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .bef-category-layout-list .bef-card-body { padding: 14px; }
}
.bef-category-lead .bef-slide-content>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:100%;overflow-wrap:anywhere;line-height:1.45}
@media(max-width:767px){.bef-category-lead .bef-slide-content{left:20px;right:20px}.bef-category-lead .bef-slide-content>p{font-size:12px}.bef-category-lead .bef-slide-content h3{font-size:26px;max-width:100%}}
