/**
 * Outline-иконки и навигационные строки Sluck24.
 */
body.site-sluck .slc-icon {
  display: block;
  flex-shrink: 0;
  color: #334155;
}

body.site-sluck .slc-icon--sm {
  width: 18px;
  height: 18px;
}

body.site-sluck .slc-icon--inline {
  width: 16px;
  height: 16px;
}

body.site-sluck .slc-icon--nav {
  width: 22px;
  height: 22px;
}

body.site-sluck .slc-icon--chevron {
  width: 20px;
  height: 20px;
  color: #cbd5e1;
}

body.site-sluck .slc-icon--on-dark {
  color: #86efac;
}

body.site-sluck .slc-list-icon,
body.site-sluck .slc-inline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

body.site-sluck .slc-inline-icon {
  margin-right: 6px;
}

body.site-sluck .slc-list-icon {
  margin-right: 10px;
}

/* ——— Строка меню (референс) ——— */
body.site-sluck .slc-nav-list {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.site-sluck .slc-nav-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  text-decoration: none;
  color: #1e293b;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eef1f5;
  transition: background 0.15s;
}

body.site-sluck .slc-nav-row:last-child {
  border-bottom: none;
}

body.site-sluck .slc-nav-row:hover {
  background: #f8fafc;
}

body.site-sluck .slc-nav-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

body.site-sluck .slc-nav-row__label {
  flex: 1;
  min-width: 0;
}

body.site-sluck .slc-nav-row__chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body.site-sluck .slc-nav-row--compact {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 1px solid #f1f5f9;
}

body.site-sluck .slc-nav-row--compact .slc-nav-row__icon {
  display: none;
}

/* Мобильное меню Sluck */
body.site-sluck .header-mobile-nav--sluck {
  gap: 0;
  padding: 4px 0;
}

body.site-sluck .header-mobile-nav--sluck .slc-nav-row {
  border-radius: 0;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
}

body.site-sluck .header-mobile-nav--sluck .slc-nav-row:first-child {
  border-radius: 14px 14px 0 0;
}

body.site-sluck .header-mobile-nav--sluck .slc-nav-row:last-child {
  border-radius: 0 0 14px 14px;
  border-bottom: none;
}

/* Каталог: ссылки услуг */
body.site-sluck .slc-catalog__link.slc-nav-row--compact:hover .slc-icon--chevron {
  color: #16a34a;
}

body.site-sluck .slc-catalog__item .slc-nav-row--compact {
  color: #334155 !important;
}

body.site-sluck .slc-catalog__item .slc-nav-row--compact:hover {
  color: #166534 !important;
  background: #f0fdf4;
}

/* Подвал: иконки в ссылках */
body.site-sluck .slc-footer__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.site-sluck .slc-footer__nav-link .slc-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #94a3b8;
}

body.site-sluck .slc-footer__nav-link:hover .slc-icon {
  color: #4ade80;
}

/* Hero / карточки / панели */
body.site-sluck .slc-home-hero__eyebrow-icon,
body.site-sluck .slc-home-card__icon,
body.site-sluck .slc-home-panel__icon,
body.site-sluck .slc-home-cta__icon,
body.site-sluck .slc-contacts-channel__icon,
body.site-sluck .slc-contacts-topic__icon,
body.site-sluck .slc-sitemap-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-sluck .slc-home-card__icon .slc-icon {
  color: #4ade80;
}

body.site-sluck .slc-home-panel__icon .slc-icon {
  width: 32px;
  height: 32px;
  color: #16a34a;
}

body.site-sluck .slc-home-cta__icon .slc-icon {
  width: 36px;
  height: 36px;
  color: #4ade80;
}

body.site-sluck .slc-contacts-channel__icon .slc-icon {
  width: 24px;
  height: 24px;
  color: #86efac;
}

body.site-sluck .slc-contacts-topic__icon .slc-icon {
  width: 28px;
  height: 28px;
  color: #16a34a;
}

body.site-sluck .slc-home-hero__eyebrow-icon .slc-icon,
body.site-sluck .slc-sitemap-hero__icon .slc-icon,
body.site-sluck .slc-contacts-hero__eyebrow .slc-icon {
  width: 16px;
  height: 16px;
  color: #86efac;
}

body.site-sluck .slc-home-badge,
body.site-sluck .slc-home-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.site-sluck .slc-home-panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

body.site-sluck .slc-home-search__icon .slc-icon {
  width: 20px;
  height: 20px;
  color: #94a3b8;
}

body.site-sluck .slc-catalog__search-icon .slc-icon {
  width: 20px;
  height: 20px;
  color: #64748b;
}

body.site-sluck .slc-footer__contact-actions .slc-icon,
body.site-sluck .slc-footer__contact-addr .slc-icon {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
