/* PSI CLS — reserve layout before fonts/images paint */
.content-top .bm-cats,
section.bm-cats {
  min-height: 210px;
  contain: layout style;
}
.bm-cats__title,
.bm-cat__name {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
}
.bm-cat.feat .bm-cat__bg,
.bm-cat__thumb {
  width: 100%;
  height: 85px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.bm-cat.feat {
  min-height: 140px;
  aspect-ratio: 1 / 1;
}
.bm-cat.with-img {
  min-height: 110px;
}
.bm-quiet__visual {
  min-height: 200px;
  aspect-ratio: 4 / 3;
}
.bm-quiet__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bm-hero__visual,
.bm-hero picture {
  display: block;
  min-height: 180px;
  aspect-ratio: 1200 / 753;
}
.bm-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
}
