/* ===============================
   WCAG – FIX KONTRASTU (WAVE)
   cischelm.pl
   =============================== */

/* 1️⃣ GÓRNY PASEK / KONTAKT */
#sp-top-info,
#sp-top-info p,
#sp-top-bar,
#sp-top-bar a,
#sp-top-bar i,
#sp-top-bar .contact-title,
#sp-top-bar .contact-content,
#sp-top-bar .time {
  color: #111 !important;
}

/* 2️⃣ MENU GŁÓWNE */
.sp-megamenu-parent > li > a {
  color: #0b2d6b !important;
  font-weight: 600;
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > a:focus {
  color: #071f4a !important;
  text-decoration: underline;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current-item > a {
  color: #000 !important;
  font-weight: 700;
}

/* 3️⃣ “NAJNOWSZE INFORMACJE” – META */
.sppb-article-meta,
.sppb-meta-date,
.sppb-article-meta i {
  color: #333 !important;
}

/* 4️⃣ LINKI “CZYTAJ WIĘCEJ…” */
.sppb-readmore {
  color: #0b2d6b !important;
  font-weight: 600;
  text-decoration: underline;
}
.sppb-readmore:hover,
.sppb-readmore:focus {
  color: #071f4a !important;
}

/* 5️⃣ NAGŁÓWKI SEKCJI */
.sppb-section-title .sppb-title-heading {
  color: #033566 !important;
}

/* 6️⃣ PRZYCISKI (np. “Zobacz wszystkie informacje”, “Zobacz ofertę”) */
.sppb-btn,
.btn,
a.sppb-btn {
  background-color: #0b2d6b !important;
  color: #fff !important;
  border-color: #0b2d6b !important;
}
.sppb-btn:hover,
.sppb-btn:focus,
a.sppb-btn:hover,
a.sppb-btn:focus {
  background-color: #071f4a !important;
  border-color: #071f4a !important;
}

/* 7️⃣ STOPKA – linki i ikony */
#sp-bottom,
#sp-footer {
  color: #ffffff !important;
}
#sp-bottom a,
#sp-footer a {
  color: #ffffff !important;
  text-decoration: underline;
}
#sp-bottom i,
#sp-footer i {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* 8️⃣ FOCUS (WCAG) */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}
