/* ===== دوگمەی «دەستەی بەرنامە» لە ساید بار =====
   درۆوەرەکە لابراوە — ئێستا لاپەڕەیەکی تەواوە (team.css / team.js). */

.side-menu .team-open{
  width:100%;
  border:none;
  background:transparent;
  font-family:inherit;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:13px;
  padding:12px 13px;
  border-radius:15px;
  color:var(--bark);
  font-size:14.5px;
  font-weight:600;
  margin-bottom:2px;
  text-align:start;
}
.side-menu .team-open:active{ background:rgba(44,64,51,.06); }

.side-menu .team-open .mi{
  width:34px;height:34px;
  border-radius:11px;
  background:rgba(44,64,51,.06);
  display:grid;
  place-items:center;
  flex:none;
}
.side-menu .team-open .mi svg{ width:19px;height:19px;fill:var(--bark); }
