/* Same BotLabs card/hover container; only this client's assets and sizing. */
/* The existing portfolio already has its visible section heading. Keep its
   duplicate semantic H1 accessible without an unstyled line above the layout. */
.portfolio > .seo-page-title {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0;
}
.info__item.budegood-case {
  background-color:#164fbf;
  background-image:url('/img/cases/ai-sales-department/portfolio.webp') !important;
  background-size:cover;
  background-position:center;
}
.info__item.budegood-case .clients-bot__img {
  display:block;
  width:180px;
  max-width:100%;
  height:auto;
  max-height:170px;
  object-fit:contain;
  filter:none !important;
}
.info__item.budegood-case:focus-within .info__clients-bot {
  display:flex; top:0; opacity:.95;
}
@media (hover:none), (max-width:1099.98px) {
  .info__item.budegood-case .info__clients-bot { display:flex; top:0; opacity:.82; }
}
