
/* ArezzoMT2 v108 - mocny fix koloru okna Aktualności bez niebieskiego/granatu/cyan
   Ten plik jest celowo bardzo specyficzny, bo starsze style newsów miały mocne selektory. */

/* Zmieniamy cały środek aktualności na fiolet/burgund/złoto */
html body.az-v22-body .az74-center .az74-subpage-card,
html body.az-v22-body .az74-center .az74-news-card{
  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;
  box-shadow:0 16px 34px rgba(0,0,0,.26)!important;
}

/* Najważniejsze: karty wpisów /news. Łapiemy różne stare klasy i każdy article w content aktualności. */
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,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-card,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-item,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-page,
html body.az-v22-body .az74-center .az74-subpage-content .az40-blogroll li,
html body.az-v22-body .az74-center .az74-subpage-content ul.blogroll li,
html body.az-v22-body .az74-center .az74-subpage-content article,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news-card"],
html body.az-v22-body .az74-center .az74-subpage-content [class*="news-item"]{
  background:
    radial-gradient(circle at 100% 0%, rgba(116,65,84,.13), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(244,205,146,.055), transparent 24%),
    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;
  color:#f3edf3!important;
}

/* Usunięcie niebieskiego tła z linka/karty wewnętrznej */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card-link,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-link,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] a:not(.btn):not(.az91-news-more){
  background:transparent!important;
  color:#f3edf3!important;
}

/* Meta, data i kropka */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card-top,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-date,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-meta,
html body.az-v22-body .az74-center .az74-subpage-content .az40-read-meta,
html body.az-v22-body .az74-center .az74-subpage-content [class*="meta"],
html body.az-v22-body .az74-center .az74-subpage-content [class*="date"]{
  color:#d5c3cc!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-card-top:before,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-date:before,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] .dot,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] i{
  color:#e0a064!important;
  border-color:#e0a064!important;
}

/* Badge 'Aktualność' - zero cyan */
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,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-badge,
html body.az-v22-body .az74-center .az74-subpage-content .label,
html body.az-v22-body .az74-center .az74-subpage-content .badge,
html body.az-v22-body .az74-center .az74-subpage-content [class*="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;
  box-shadow:none!important;
  text-shadow:none!important;
}

/* Tytuł i tekst wpisu */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-title,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-title,
html body.az-v22-body .az74-center .az74-subpage-content article h1,
html body.az-v22-body .az74-center .az74-subpage-content article h2,
html body.az-v22-body .az74-center .az74-subpage-content article h3,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] h1,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] h2,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] h3{
  color:#f1d19a!important;
  text-shadow:none!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-excerpt,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] p,
html body.az-v22-body .az74-center .az74-subpage-content article p{
  color:#eee6ef!important;
}

/* Linie wewnątrz karty */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-footer,
html body.az-v22-body .az74-center .az74-subpage-content [class*="news"] hr,
html body.az-v22-body .az74-center .az74-subpage-content article hr{
  border-color:rgba(244,205,146,.09)!important;
}

/* Przycisk Otwórz aktualność - usunięcie cyan/turkus */
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,
html body.az-v22-body .az74-center .az74-subpage-content a.az91-news-more,
html body.az-v22-body .az74-center .az74-subpage-content a.btn,
html body.az-v22-body .az74-center .az74-subpage-content .btn,
html body.az-v22-body .az74-center .az74-subpage-content .btn-primary,
html body.az-v22-body .az74-center .az74-subpage-content input[type="submit"],
html body.az-v22-body .az74-center .az74-subpage-content button,
html body.az-v22-body .az74-center .az74-subpage-content [class*="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;
  box-shadow:none!important;
  text-shadow:none!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-more:hover,
html body.az-v22-body .az74-center .az74-subpage-content .btn:hover,
html body.az-v22-body .az74-center .az74-subpage-content [class*="more"]:hover{
  background:linear-gradient(180deg, rgba(213,146,95,.98), rgba(119,66,58,.99))!important;
  color:#fff8ea!important;
}

/* Strzałka i ikony przycisków */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-arrow,
html body.az-v22-body .az74-center .az74-subpage-content .fa,
html body.az-v22-body .az74-center .az74-subpage-content svg{
  background:rgba(244,205,146,.08)!important;
  color:#f1d29b!important;
  border-color:rgba(244,205,146,.12)!important;
}

/* Paginacja - mocny fix niebieskiego paska i cyan 1 */
html body.az-v22-body .az74-center .az74-subpage-content .wp-pagenavi,
html body.az-v22-body .az74-center .az74-subpage-content .pagination,
html body.az-v22-body .az74-center .az74-subpage-content [class*="pagenavi"],
html body.az-v22-body .az74-center .az74-subpage-content [class*="pagination"]{
  background:linear-gradient(180deg, rgba(35,22,42,.78), rgba(20,13,28,.92))!important;
  border:1px solid rgba(244,205,146,.11)!important;
  border-radius:15px!important;
  box-shadow:none!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .wp-pagenavi a,
html body.az-v22-body .az74-center .az74-subpage-content .wp-pagenavi span,
html body.az-v22-body .az74-center .az74-subpage-content .wp-pagenavi .current,
html body.az-v22-body .az74-center .az74-subpage-content .pagination a,
html body.az-v22-body .az74-center .az74-subpage-content .pagination span,
html body.az-v22-body .az74-center .az74-subpage-content .pagination .active a,
html body.az-v22-body .az74-center .az74-subpage-content .pagination .active span,
html body.az-v22-body .az74-center .az74-subpage-content [class*="pagenavi"] a,
html body.az-v22-body .az74-center .az74-subpage-content [class*="pagenavi"] span{
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(244,205,146,.10)!important;
  color:#edd7b0!important;
  box-shadow:none!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .wp-pagenavi .current,
html body.az-v22-body .az74-center .az74-subpage-content .pagination .active a,
html body.az-v22-body .az74-center .az74-subpage-content .pagination .active span,
html body.az-v22-body .az74-center .az74-subpage-content [class*="pagenavi"] .current{
  background:linear-gradient(180deg, rgba(194,130,82,.92), rgba(104,58,54,.96))!important;
  border-color:rgba(244,205,146,.22)!important;
  color:#fff5df!important;
}

/* Usuwanie inline/starych odcieni cyan i niebieskiego w newsach */
html body.az-v22-body .az74-center .az74-subpage-content [style*="#00"],
html body.az-v22-body .az74-center .az74-subpage-content [style*="#0"],
html body.az-v22-body .az74-center .az74-subpage-content [style*="cyan"],
html body.az-v22-body .az74-center .az74-subpage-content [style*="blue"]{
  color:#f1d29b!important;
  border-color:rgba(244,205,146,.18)!important;
}

/* Dla obecnego wyglądu ze screena: dodatkowo łapiemy duży wewnętrzny niebieski prostokąt */
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-list > *,
html body.az-v22-body .az74-center .az74-subpage-content .az40-news-list > *,
html body.az-v22-body .az74-center .az74-subpage-content .blogroll > *,
html body.az-v22-body .az74-center .az74-subpage-content div[class*="card"]{
  background-color:transparent!important;
}
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-list > article,
html body.az-v22-body .az74-center .az74-subpage-content .az91-news-list > div,
html body.az-v22-body .az74-center .az74-subpage-content .blogroll > li{
  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;
}
