/* „За нас” page: only what the content swap needs. Layout stays the template's. */

/* category cards (template team cards) are whole-card links */
a.team-item { color: inherit; text-decoration: none; }
a.team-item .team-image { transition: transform .5s ease; }
a.team-item:hover .team-image { transform: scale(1.04); }
a.team-item .team-image-wrap { overflow: hidden; }

/* the social icons row becomes one „Виж офертите” link (same 32px row height) */
.team-social-list.ih-team-more { align-items: center; }
.ih-team-more-text {
  font-size: var(--_typography---body--body-sm);
  font-weight: var(--_typography---body--font-weight-2);
  color: var(--color--gray-1);
}
a.team-item:hover .ih-team-more .social-item { background-color: var(--color--primary-4); }
