/* =========================
   Sidebar — SushiTime style
   ========================= */

:root{
  --st-green:#519f10;
  --st-green-15: rgba(81,159,16,.15);
  --st-border: rgba(0,0,0,.08);
  --st-border-2: rgba(0,0,0,.12);
  --st-text:#111;
  --st-muted:#6b7280;
}

/* общий контейнер */
.st-sidebar{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.st-sidecard{
  background:#fff;
  border:1px solid var(--st-border);
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.st-sidecard__head{
  padding:14px 14px 10px 14px;
  border-bottom:1px solid rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.st-sidecard__title{
  margin:0;
  font-weight:900;
  font-size:14px;
  letter-spacing:.2px;
  text-transform: none;
  color:var(--st-text);
}

/* меню */
.st-menu{
  padding:10px;
}

.st-menu__item{
  margin:0;
}

.st-menu__link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;

  padding:10px 10px;
  border-radius:12px;

  color:var(--st-text);
  text-decoration:none !important;

  transition: background-color .12s ease, transform .12s ease, box-shadow .12s ease;
}

.st-menu__link:hover{
  background: rgba(0,0,0,.03);
  transform: translateY(-1px);
}

.st-menu__link.is-active{
  background: var(--st-green-15);
  box-shadow: 0 0 0 3px rgba(81,159,16,.10);
}

.st-menu__chev{
  opacity:.65;
}

/* подменю */
.st-submenu{
  margin:6px 0 10px 0;
  padding:0 0 0 6px;
  border-left: 2px dashed rgba(81,159,16,.18);
}

.st-submenu a{
  display:block;
  padding:8px 10px;
  margin:4px 0;
  border-radius:10px;
  color:#222;
  text-decoration:none !important;
  font-size:13px;
  transition: background-color .12s ease;
}

.st-submenu a:hover{
  background: rgba(0,0,0,.03);
}

.st-submenu a.is-active{
  background: rgba(81,159,16,.10);
  color:#24570c;
  font-weight:800;
}

/* “плашка” маленькая справа (если захочешь счётчик) */
.st-pill{
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  font-size:12px;
  font-weight:800;
  color:#111;
  background:#fff;
}

/* Реклама (под твои классы) */
.st-ads-wrap{
  padding:12px;
}
.st-ads-stack{ gap:14px; }

.st-adcard{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#fff;
  padding:12px;
  overflow:hidden;
}
.st-adcard__img{
  display:block;
  width:100%;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  background:#f3f4f6;
  margin-bottom:10px;
}
.st-adcard__img img{
  display:block;
  width:100%;
  height:150px;
  object-fit:cover;
  object-position:center;
}
.st-adcard__title{ font-weight:900; font-size:14px; margin:0 0 6px 0; color:#111; }
.st-adcard__text{ color:#6b7280; font-size:13px; margin:0 0 10px 0; }
.st-adcard__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:40px;
  border-radius:12px;
  background:transparent;
  border:1px solid rgba(0,0,0,.20);
  color:#111;
  text-decoration:none !important;
  font-weight:900;
  font-size:14px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease;
}
.st-adcard__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.35);
  background: rgba(0,0,0,.03);
  box-shadow: 0 0 0 4px rgba(81,159,16,.12);
}


/* ===== Social sidebar ===== */
.social-simple{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.social-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#fff;
  padding:12px;
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
}

.social-top{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}

.social-ico{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border:1px solid rgba(0,0,0,.08);
  background:#f3f4f6;
  color:#111;                 /* важно: иконка = currentColor */
}

.social-svg{
  width:22px;
  height:22px;
  display:block;
  fill: currentColor;         /* главное: видимость гарантирована */
  opacity: 1;
}

.social-text{ min-width:0; }
.social-title{
  font-weight:800;
  color:#111;
  line-height:1.1;
}
.social-sub{
  color:#6b7280;
  font-size:13px;
  line-height:1.2;
  margin-top:2px;
}

/* Цветовые акценты */
.social-ico.insta{
  background: rgba(225,48,108,.10);
  border-color: rgba(225,48,108,.18);
  color:#E1306C;
}
.social-ico.tg{
  background: rgba(0,136,204,.10);
  border-color: rgba(0,136,204,.18);
  color:#0088CC;
}
.social-ico.viber{
  background: rgba(115,96,242,.10);
  border-color: rgba(115,96,242,.18);
  color:#7360F2;
}

/* Кнопки: прозрачные, контурные, как ты просил */
.social-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:40px;
  border-radius:12px;
  background: transparent;
  border:1px solid rgba(0,0,0,.22);
  color:#111 !important;
  text-decoration:none !important;
  font-weight:800;
  font-size:14px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease;
}

.social-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.38);
  background: rgba(0,0,0,.03);
  box-shadow: 0 0 0 4px rgba(81,159,16,.10);
}

/* Небольшие индивидуальные акценты при hover */
.insta-btn:hover{ box-shadow: 0 0 0 4px rgba(225,48,108,.12); }
.tg-btn:hover{    box-shadow: 0 0 0 4px rgba(0,136,204,.12); }
.viber-btn:hover{ box-shadow: 0 0 0 4px rgba(115,96,242,.12); }



/* =========================
   Sidebar submenu — no dots + cleaner look
   (добавь В КОНЕЦ файла)
   ========================= */

/* убрать маркеры списка везде в нашем sidebar */
.st-sidebar ul,
.st-sidebar li{
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* если тема рисует "точки" через псевдоэлементы */
.st-sidebar li::before,
.st-sidebar li::after,
.st-sidebar a::before,
.st-sidebar a::after{
  content: none !important;
  display: none !important;
}

/* подменю — аккуратная вертикальная сетка */
.st-submenu{
  margin: 8px 0 10px 0;
  padding: 6px 0 4px 12px !important;
  border-left: 2px dashed rgba(81,159,16,.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ссылки подкатегорий — "плашки" */
.st-submenu a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;

  padding: 9px 10px !important;
  border-radius: 12px;

  border: 1px solid transparent;
  background: transparent;

  color:#222 !important;
  font-size: 13px;
  line-height: 1.2;

  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease;
}

/* hover */
.st-submenu a:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.02);
  border-color: rgba(0,0,0,.10);
  box-shadow: 0 0 0 4px rgba(81,159,16,.08);
}

/* active */
.st-submenu a.is-active{
  background: rgba(81,159,16,.10);
  border-color: rgba(81,159,16,.22);
  color:#24570c !important;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(81,159,16,.10);
}

/* немного "полоса" слева у активного пункта (очень красиво) */
.st-submenu a.is-active{
  position: relative;
}
.st-submenu a.is-active::before{
  content:"" !important;
  display:block !important;
  position:absolute;
  left:-12px;
  top:8px;
  bottom:8px;
  width:3px;
  border-radius: 6px;
  background: var(--st-green);
}