
/* ArezzoMT2 v109 - 2/3 ostatnie aktualności na stronie głównej i /news */

/* karta home z kilkoma wpisami */
html body.az-v22-body .az109-home-news-card{
  padding:18px!important;
  background:
    radial-gradient(circle at 50% 0%, rgba(194,130,82,.08), transparent 28%),
    linear-gradient(180deg, rgba(36,22,42,.88), rgba(18,12,25,.96))!important;
  border-color:rgba(244,205,146,.15)!important;
}
html body.az-v22-body .az109-home-news-list{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
html body.az-v22-body .az109-home-news-item{
  padding:14px 16px!important;
  border-radius:17px!important;
  border:1px solid rgba(244,205,146,.12)!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(116,65,84,.12), transparent 28%),
    linear-gradient(180deg, rgba(42,25,49,.92), rgba(21,13,29,.98))!important;
  box-shadow:0 10px 22px rgba(0,0,0,.17)!important;
}
html body.az-v22-body .az109-home-news-item.is-main{
  border-color:rgba(244,205,146,.16)!important;
}
html body.az-v22-body .az109-home-news-meta{
  margin:0 0 8px!important;
  color:#d5c3cc!important;
  font-size:11px!important;
}
html body.az-v22-body .az109-home-news-item h1,
html body.az-v22-body .az109-home-news-item h2{
  color:#f1d19a!important;
  text-shadow:none!important;
  margin:0 0 9px!important;
  line-height:1.18!important;
}
html body.az-v22-body .az109-home-news-item h1{font-size:25px!important;}
html body.az-v22-body .az109-home-news-item h2{font-size:18px!important;}
html body.az-v22-body .az109-home-news-text{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#f0e7ef!important;
  font-size:13.2px!important;
  line-height:1.55!important;
  box-shadow:none!important;
}
html body.az-v22-body .az109-home-news-item:not(.is-main) .az109-home-news-text{
  font-size:12.6px!important;
  line-height:1.5!important;
}

/* /news: pokaż kilka wpisów schludnie, bez niebieskiego panelu */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-list{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card.is-latest{
  background:
    radial-gradient(circle at 100% 0%, rgba(116,65,84,.13), transparent 28%),
    linear-gradient(180deg, rgba(42,25,49,.96), rgba(21,13,29,.99))!important;
  border:1px solid rgba(244,205,146,.14)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.22)!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-title{
  color:#f1d19a!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-excerpt{
  color:#eee6ef!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-pill,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card.is-latest .az91-news-pill{
  background:linear-gradient(180deg, rgba(91,56,84,.96), rgba(49,31,58,.99))!important;
  border:1px solid rgba(244,205,146,.18)!important;
  color:#f4d7a3!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-more,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-footer .az91-news-more{
  background:linear-gradient(180deg, rgba(194,130,82,.96), rgba(104,58,54,.98))!important;
  border:1px solid rgba(244,205,146,.22)!important;
  color:#fff3d8!important;
}

/* jeśli są dokładnie 2/3 wpisy, karta nie robi się gigantyczna */
html body.az-v22-body .az109-home-news-card .az74-news-banner{
  margin-bottom:13px!important;
}
