/* ==========================================================================
   KOMPLETNY ARKUSZ STYLÓW CSS - RomanticSugar94 (Kategorie w stopce naprawione)
   ========================================================================= */

/* 1. Czytelniejszy tekst główny artykułów */
body {
  color: #3a2a2e !important;
  line-height: 1.6 !important;
}

/* 2. Zunifikowany kolor tekstu w stopce */
.footer-wrap,
.site-footer,
#colophon,
#colophon .widget,
.footer-wrap p,
.site-footer p,
#colophon p,
.footer-wrap label,
.site-footer label,
#colophon label {
  color: #f5f5f0 !important;
}

/* Bezpośredni, nadrzędny selektor dla linków kategorii i widgetów w stopce */
.footer-wrap ul li a,
.site-footer ul li a,
#colophon ul li a,
.footer-wrap .cat-item a,
.site-footer .cat-item a,
#colophon .widget ul li a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.footer-wrap ul li a:hover,
.site-footer ul li a:hover,
#colophon ul li a:hover,
.footer-wrap .cat-item a:hover,
.site-footer .cat-item a:hover,
#colophon .widget ul li a:hover {
  color: #ff80ab !important;
  text-decoration: none !important;
}

/* 3. Precyzyjne ujednolicenie przycisków i paginacji bez nakładania */
.wp-block-button__link,
.wp-element-button,
.posts-navigation a,
.navigation a,
.nav-previous a,
.nav-next a,
.pagination a {
  background-color: #a8324d !important; 
  color: #ffffff !important; 
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  border: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin: 6px 4px !important;
}

.wp-block-button__link:hover,
.wp-element-button:hover,
.posts-navigation a:hover,
.navigation a:hover,
.nav-previous a:hover,
.nav-next a:hover,
.pagination a:hover {
  background-color: #8c283f !important;
  color: #ffffff !important;
}

/* 4. Baner cookies RODO */
.rs94-cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: #2a1f22; color: #f5f5f0;
  padding: 1rem 1.25rem; display: flex; flex-wrap: wrap;
  align-items: center; gap: 1rem; justify-content: space-between;
  font-size: .92rem;
}
.rs94-cookie-banner a { 
  color: #ff80ab !important; 
  text-decoration: underline !important;
  font-weight: 600;
}
.rs94-cookie-banner a:hover {
  color: #ffffff !important;
}
.rs94-cookie-actions { display: flex; gap: .6rem; flex: none; }
.rs94-cookie-actions button {
  border: none !important; border-radius: 6px !important; padding: .55rem 1.1rem !important; cursor: pointer !important; font-weight: 600 !important;
}
#rs94-cookie-accept { background: #a8324d !important; color: #fff !important; }
#rs94-cookie-decline { background: transparent !important; color: #f5f5f0 !important; border: 1px solid #6b5860 !important; }
a, .entry-title a, .site-title a {
  transition: color .2s ease-in-out !important;
}