/* Список статей эксперта — как каталог /explanation/all */

.mg-expert-articles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mg-expert-articles__item {
  margin: 0;
  border-bottom: 1px solid #e3e5ea;
}

.mg-expert-articles__item:last-child {
  border-bottom: 0;
}

a.mg-expert-articles__link,
body.mg-site--v2b a.mg-expert-articles__link,
.t915 a.mg-expert-articles__link,
#allrecords a.mg-expert-articles__link {
  display: block;
  padding: 14px 8px;
  border-radius: 6px;
  background: transparent;
  color: #000 !important;
  font-family: Dewi, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  letter-spacing: -0.03em;
  line-height: 1.3;
  text-decoration: none;
}

a.mg-expert-articles__link:hover,
body.mg-site--v2b a.mg-expert-articles__link:hover,
.t915 a.mg-expert-articles__link:hover,
#allrecords a.mg-expert-articles__link:hover {
  background: rgb(43 142 217 / 6%);
  color: #0062ad !important;
}

.mg-expert-articles__title {
  color: inherit;
}

/* Parity-лента Tilda (t915): сетка как «Статьи эксперта» (left 80), не край окна */
ul.t-feed__container.mg-expert-articles,
ul.t915__container.mg-expert-articles {
  display: block !important;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 8px clamp(10px, 6.67vw, 80px) 56px;
  box-sizing: border-box;
  overflow: visible !important;
  float: none !important;
}

.t915:has(.mg-expert-articles) .t915__scroll-icon-wrapper,
.t915:has(.mg-expert-articles) .js-feed-preloader {
  display: none !important;
}

ul.mg-expert-articles > .mg-expert-articles__item {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}
