

/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/news-block-calendar/style.css?1761860233829*/
.news-block-calendar__wrapper {
  --item-height: 440px;

  height: var(--item-height);
}

.news-block-calendar__wrapper:hover .dark-block-hover .news-block-calendar__item-title {
  display: none;
}
.news-block-calendar__wrapper:hover .dark-block-hover .border-top {
  border-color: color-mix(in oklab, #fff 20%, transparent 0%);
}
.news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-text,
.news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-img {
  display: none;
}

@media (max-width: 600px) {
  .news-block-calendar__wrapper {
    --item-height: 360px;
  }
}


.news-block-calendar__wrapper:hover .news-block-calendar__item-title {
  position: relative;
  z-index: 999;
}

.news-block-calendar__wrapper:hover .news-block-calendar__item-title a {
  color: #fff;
}
/* End */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/news-block-calendar/style.css?1761860233829 */
