.croot-social-news{
  color:#fff;
  width:100%;
}

.croot-social-news__tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:28px;
}

.croot-social-news__tab{
  min-width:100px;
  padding:14px 28px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(31,19,105,.65);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  transition:background .2s,border-color .2s,transform .2s;
}

.croot-social-news__tab:hover{
  border-color:#ff7900;
}

.croot-social-news__tab[aria-selected="true"]{
  background:#ff7900;
  border-color:#ff7900;
  color:#fff;
}

.croot-social-news__tab:focus-visible{
  outline:3px solid #ffc83d;
  outline-offset:4px;
}

.croot-social-news__panel{
  padding:clamp(28px,5vw,56px);
  border:1px solid rgba(255,255,255,.15);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(31,19,105,.92),rgba(10,6,56,.88));
  box-shadow:0 22px 48px rgba(3,0,31,.24);
}

.croot-social-news__panel[hidden]{
  display:none!important;
}

.croot-social-news__article{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.06);
}

.croot-social-news__media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:rgba(255,255,255,.05);
}

.croot-social-news__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.croot-social-news__content{
  padding:22px;
}

.croot-social-news__source{
  margin-bottom:12px;
  color:#ffc83d;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.croot-social-news__text{
  color:#fff;
  font-size:16px;
  line-height:1.65;
  overflow-wrap:anywhere;
}

.croot-social-news__date{
  display:block;
  margin-top:16px;
  color:rgba(255,255,255,.55);
  font-size:13px;
}

.croot-social-news__empty{
  padding:18px 0;
  color:rgba(255,255,255,.65);
  text-align:center;
}

  .croot-social-news__tab{
    flex:1;
  }

  .croot-social-news__panel{
    padding:22px;
    border-radius:20px;
  }

  .croot-social-news__grid{
    grid-template-columns:1fr;
    gap:16px;
  }
}

.croot-social-news__slider{
  width:100%;
}

.croot-social-news__viewport{
  overflow:hidden;
  width:100%;
}

.croot-social-news__track{
  display:flex;
  gap:24px;
  transition:transform .45s ease;
  will-change:transform;
}

.croot-social-news__article{
  flex:0 0 calc((100% - 48px)/3);
  min-width:0;
}

.home-reviews__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:28px;
}

.home-reviews__arrow{
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  transition:background .2s,border-color .2s,opacity .2s;
}

.home-reviews__arrow:hover:not(:disabled){
  border-color:#ff7900;
  background:#ff7900;
}

.home-reviews__arrow:disabled{
  opacity:.35;
  cursor:default;
}

.home-reviews__dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:56px;
}

.home-reviews__dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  transition:width .2s,background .2s;
}

.home-reviews__dot.is-active{
  width:22px;
  background:#ff7900;
}

@media(max-width:640px){
  .croot-social-news__tabs{
    gap:12px;
  }

  .croot-social-news__tab{
    flex:1;
  }

  .croot-social-news__panel{
    padding:22px;
    border-radius:20px;
  }

  .croot-social-news__track{
    gap:16px;
  }

  .croot-social-news__article{
    flex:0 0 100%;
  }

  .home-reviews__controls{
    margin-top:20px;
  }

  .home-reviews__arrow{
    width:44px;
    height:44px;
  }
}

/* v1.3.0: одинаковая компактная высота текста + раскрытие по «Подробнее». */
.croot-social-news__article{
  display:flex;
  flex-direction:column;
}

.croot-social-news__content{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
}

.croot-social-news__text-wrap{
  min-width:0;
}

.croot-social-news__text{
  position:relative;
  max-height:185px;
  overflow:hidden;
  transition:max-height .3s ease;
}

.croot-social-news__text.is-expanded{
  max-height:none;
  overflow:visible;
}

.croot-social-news__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  padding:0;
  border:0;
  border-bottom:1px dashed currentColor;
  background:transparent;
  color:#ffc83d;
  font:inherit;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  cursor:pointer;
}

.croot-social-news__more:hover{
  color:#ff7900;
}

.croot-social-news__more:focus-visible{
  outline:2px solid #ffc83d;
  outline-offset:4px;
}

.croot-social-news__more[hidden]{
  display:none!important;
}

@media(max-width:640px){
  .croot-social-news__text{
    max-height:170px;
  }

  .croot-social-news__text.is-expanded{
    max-height:none;
  }
}

/* VK video attachments */
.croot-social-news__media--video{
  aspect-ratio:16/9;
  background:#000;
}

.croot-social-news__media--video iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}

.croot-social-news__media--video-fallback{
  position:relative;
  display:block;
}

.croot-social-news__play{
  position:absolute;
  left:50%;
  top:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:999px;
  background:rgba(0,0,0,.68);
  color:#fff;
  font-size:26px;
  line-height:1;
  transform:translate(-50%,-50%);
  pointer-events:none;
}

/* v1.3.3: Telegram public post widget, включая фото и видео. */
.croot-social-news__article--telegram-embed{
  padding:16px;
  overflow:visible;
}

.croot-social-news__tg-embed-wrap{
  position:relative;
  width:100%;
  max-height:430px;
  overflow:hidden;
  transition:max-height .3s ease;
}

.croot-social-news__tg-embed-wrap.is-expanded{
  max-height:none;
  overflow:visible;
}

.croot-social-news__tg-embed-inner,
.croot-social-news__tg-embed-inner iframe{
  display:block;
  width:100%!important;
  max-width:100%!important;
}

.croot-social-news__tg-embed-inner iframe{
  border:0!important;
}

.croot-social-news__tg-more{
  align-self:flex-start;
}

@media(max-width:640px){
  .croot-social-news__article--telegram-embed{
    padding:10px;
  }

  .croot-social-news__tg-embed-wrap{
    max-height:390px;
  }

  .croot-social-news__tg-embed-wrap.is-expanded{
    max-height:none;
  }
}


/* v1.4.0: единая смешанная лента + адаптивный VK iframe */
.croot-social-news--mixed .croot-social-news__panel--mixed{
  width:100%;
}

.croot-social-news__media--video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
}

.croot-social-news__media--video iframe{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  border:0;
  background:#000;
}
