.elementor-kit-14{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#1A1A1A;--e-global-color-accent:#DD921A;--e-global-color-f78340b:#6B7280;--e-global-color-48382d4:#FAFAFA;--e-global-color-ce8a10c:#FFFFFF;--e-global-color-f8fb9d2:#E5E7EB;--e-global-color-378c400:#333333;--e-global-color-05197b7:#1A1A1A;--e-global-typography-primary-font-family:"Exo";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;background-color:#FAFAFA;color:#1A1A1A;font-family:"DM Sans", Sans-serif;font-weight:400;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{color:#1A1A1A;font-family:"Outfit", Sans-serif;font-size:54px;font-weight:700;}.elementor-kit-14 h2{color:#1A1A1A;}.elementor-kit-14 h3{color:#1A1A1A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================================
   NOWOŚCI KARUZELA — PRO Style v2
   Font: Inter | Styl: Bestsellery
   ================================================ */

/* ── Import fontu Inter ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Zmienne globalne karuzeli ── */
.nowosci-karuzela-wrapper,
.nowosci-karuzela-wrapper * {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

/* ── Reset Swiper defaults ── */
.nowosci-karuzela-wrapper .swiper-wrapper {
  align-items: stretch;
}

.nowosci-karuzela-wrapper .swiper-slide {
  height: auto;
}

/* ── Wrapper główny ── */
.nowosci-karuzela-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
}

/* ================================================
   NAWIGACJA — strzałki
   ================================================ */

.nowosci-nav {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.nowosci-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}

.nowosci-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.nowosci-btn:focus-visible {
  outline: 3px solid #f5a623;
  outline-offset: 2px;
}

.nowosci-btn.swiper-button-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

/* ================================================
   SWIPER
   ================================================ */

.nowosci-swiper {
  overflow: visible;
  width: 100%;
}

/* ================================================
   KARTA PRODUKTU
   ================================================ */

.nowosci-karta {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.nowosci-karta:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

/* ── Obrazek ── */
.nowosci-karta__img-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 1 / 1;
  text-decoration: none;
}

.nowosci-karta__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.35s ease;
  display: block;
}

.nowosci-karta:hover .nowosci-karta__img {
  transform: scale(1.05);
}

/* Linia oddzielająca foto od body */
.nowosci-karta__img-link::after {
  content: '';
  display: block;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ── Badge (etykieta rabatu/nowość) ── */
.nowosci-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.nowosci-badge--sale {
  background: #f5a623;
  color: #ffffff;
}

.nowosci-badge--new {
  background: #1a1a1a;
  color: #ffffff;
}

/* ================================================
   BODY KARTY
   ================================================ */

.nowosci-karta__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}

/* ── Kategorie ── */
.nowosci-karta__cats {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 2px;
}

.nowosci-karta__cats a {
  color: #999999 !important;
  text-decoration: none !important;
}

/* ================================================
   GWIAZDKI — żółte jak na screenie
   ================================================ */

.nowosci-stars {
  display: flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
  margin-bottom: 2px;
}

.nowosci-stars .star {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}

/* ŻÓŁTE gwiazdki */
.nowosci-stars .star--filled {
  color: #f5c518 !important;
}

/* Puste gwiazdki — szare */
.nowosci-stars .star--empty {
  color: #dddddd !important;
}

.nowosci-review-count {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
  font-weight: 400;
}

/* ================================================
   NAZWA PRODUKTU — czarna, mniejsza czcionka
   ================================================ */

.nowosci-karta__name {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;       /* zmniejszona z 15px */
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #1a1a1a !important;        /* czarny zamiast niebieskiego */
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link w nazwie — czarny, bez podkreślenia */
.nowosci-karta__name a {
  color: #1a1a1a !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.nowosci-karta__name a:hover {
  color: #333333 !important;
}

/* Nadpisanie domyślnych stylów Shoptimizer (niebieski link) */
.nowosci-karta__name a:visited {
  color: #1a1a1a !important;
}

/* ================================================
   CENA
   ================================================ */

.nowosci-karta__price {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.nowosci-karta__price .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

/* Cena aktualna (po rabacie) */
.nowosci-karta__price ins {
  text-decoration: none !important;
}

.nowosci-karta__price ins .woocommerce-Price-amount,
.nowosci-karta__price > .price > .woocommerce-Price-amount {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

/* Cena przekreślona (przed rabatem) */
.nowosci-karta__price del {
  opacity: 1;
}

.nowosci-karta__price del .woocommerce-Price-amount {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #aaaaaa !important;
  text-decoration: line-through;
}

/* ================================================
   PRZYCISK "DODAJ DO KOSZYKA"
   Czarny, pełna szerokość, Inter
   Hover: #333333
   ================================================ */

.nowosci-cart-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: auto !important;

  /* Wygląd */
  padding: 14px 20px !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  /* Typografia */
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  /* Interakcja */
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.1s ease !important;
  min-height: 44px !important;
  box-sizing: border-box !important;
  
  /* Usuń domyślne style WooCommerce */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Hover — ciemny szary #333333 */
.nowosci-cart-btn:hover {
  background: #333333 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

/* Focus (dostępność) */
.nowosci-cart-btn:focus-visible {
  outline: 3px solid #f5a623 !important;
  outline-offset: 2px !important;
  background: #333333 !important;
}

/* Aktywny (klik) */
.nowosci-cart-btn:active {
  transform: translateY(0) !important;
  background: #111111 !important;
}

/* Stan ładowania AJAX */
.nowosci-cart-btn.loading {
  opacity: 0.65 !important;
  pointer-events: none !important;
  cursor: wait !important;
}

/* Przycisk "Zobacz produkt" (out of stock) */
.nowosci-cart-btn--view {
  background: transparent !important;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
}

.nowosci-cart-btn--view:hover {
  background: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

/* Ikona koszyka w przycisku */
.nowosci-cart-btn svg {
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
}

/* ================================================
   NADPISANIE GLOBALNYCH STYLÓW SHOPTIMIZER
   (niebieski kolor linków z motywu)
   ================================================ */

.nowosci-karta a,
.nowosci-karta a:hover,
.nowosci-karta a:focus,
.nowosci-karta a:visited {
  color: #1a1a1a;
}

/* Nadpisanie koloru linku WooCommerce */
.nowosci-karta .woocommerce-loop-product__title,
.nowosci-karta .woocommerce-loop-product__title a {
  color: #1a1a1a !important;
  font-family: 'Inter', sans-serif !important;
}

/* ================================================
   RESPONSYWNOŚĆ
   ================================================ */

/* Tablet */
@media (max-width: 899px) {

  .nowosci-karta__img {
    padding: 16px;
  }

  .nowosci-karta__body {
    padding: 14px;
    gap: 5px;
  }

  .nowosci-karta__name {
    font-size: 13px !important;
  }

  .nowosci-karta__price ins .woocommerce-Price-amount,
  .nowosci-karta__price > .price > .woocommerce-Price-amount {
    font-size: 18px !important;
  }

  .nowosci-cart-btn {
    font-size: 13px !important;
    padding: 12px 16px !important;
  }
}

/* Mobile */
@media (max-width: 599px) {

  .nowosci-karuzela-wrapper {
    margin-right: -16px;
  }

  .nowosci-nav {
    margin-bottom: 16px;
  }

  .nowosci-btn {
    width: 40px;
    height: 40px;
  }

  .nowosci-karta__body {
    padding: 12px;
  }

  .nowosci-karta__name {
    font-size: 13px !important;
  }

  .nowosci-stars .star {
    font-size: 13px;
  }

  .nowosci-cart-btn {
    font-size: 13px !important;
    padding: 12px 14px !important;
    gap: 6px !important;
  }
}

/* ================================================
   BESTSELLERY KARUZELA
   Identyczny styl jak Nowości
   ================================================ */

.bestsellery-karuzela-wrapper,
.bestsellery-karuzela-wrapper * {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.bestsellery-karuzela-wrapper .swiper-wrapper {
  align-items: stretch;
}

.bestsellery-karuzela-wrapper .swiper-slide {
  height: auto;
}

.bestsellery-karuzela-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
}

/* Strzałki */
.bestsellery-nav {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.bestsellery-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}

.bestsellery-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.bestsellery-btn.swiper-button-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

/* Swiper */
.bestsellery-swiper {
  overflow: visible;
  width: 100%;
}

/* Karta */
.bs-karta {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.bs-karta:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

/* Obrazek */
.bs-karta__img-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 1 / 1;
  text-decoration: none;
}

.bs-karta__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.35s ease;
  display: block;
}

.bs-karta:hover .bs-karta__img {
  transform: scale(1.05);
}

.bs-karta__img-link::after {
  content: '';
  display: block;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Badge */
.bs-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.bs-badge--sale {
  background: #f5a623;
  color: #ffffff;
}

/* Czarny badge BESTSELLER */
.bs-badge--bestseller {
  background: #1a1a1a;
  color: #ffffff;
}

/* Body */
.bs-karta__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}

/* Kategorie */
.bs-karta__cats {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  line-height: 1.4;
}

/* Gwiazdki */
.bs-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

.bs-star {
  font-size: 15px;
  line-height: 1;
}

.bs-star--filled {
  color: #f5c518 !important;
}

.bs-star--empty {
  color: #dddddd !important;
}

.bs-review-count {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}

/* Nazwa */
.bs-karta__name {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #1a1a1a !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bs-karta__name a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.bs-karta__name a:hover {
  color: #333333 !important;
}

/* Cena */
.bs-karta__price {
  margin-top: 4px;
  margin-bottom: 4px;
}

.bs-karta__price .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.bs-karta__price ins {
  text-decoration: none !important;
}

.bs-karta__price ins .woocommerce-Price-amount,
.bs-karta__price > .price > .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

.bs-karta__price del .woocommerce-Price-amount {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #aaaaaa !important;
}

/* Przycisk */
.bs-cart-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 14px 20px !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.1s ease !important;
  min-height: 44px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.bs-cart-btn:hover {
  background: #333333 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

.bs-cart-btn:active {
  transform: translateY(0) !important;
  background: #111111 !important;
}

.bs-cart-btn.loading {
  opacity: 0.65 !important;
  pointer-events: none !important;
}

.bs-cart-btn svg {
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
}

/* Responsywność */
@media (max-width: 899px) {
  .bs-karta__body { padding: 14px; gap: 5px; }
  .bs-karta__name { font-size: 13px !important; }
  .bs-cart-btn { font-size: 13px !important; padding: 12px 16px !important; }
}

@media (max-width: 599px) {
  .bestsellery-karuzela-wrapper { margin-right: -16px; }
  .bs-karta__body { padding: 12px; }
  .bs-karta__name { font-size: 13px !important; }
}

/* ============================================
   FAQ ACCORDION — STYL "KARTY"
   Klasa widgetu: .faq-cards
   Elementor Accordion widget
   ============================================ */

/* --- KONTENER AKORDEONU --- */
.faq-cards .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px; /* odstęp między kartami */
}

/* --- POJEDYNCZY ELEMENT (KARTA) --- */
.faq-cards .elementor-accordion-item {
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Usunięcie domyślnych borderów Elementora */
.faq-cards .elementor-accordion-item:first-child,
.faq-cards .elementor-accordion-item:last-child {
  border-radius: 12px !important;
}

/* --- HOVER NA KARCIE --- */
.faq-cards .elementor-accordion-item:hover {
  border-color: #c0c0c0;
}

/* --- AKTYWNY ELEMENT (ROZWINIĘTY) --- */
.faq-cards .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-bottom: none !important;
}

.faq-cards .elementor-accordion-item:has(.elementor-active) {
  border-color: #333333 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Fallback dla przeglądarek bez :has() */
.faq-cards .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-color: #333333;
}

/* --- NAGŁÓWEK (TYTUŁ PYTANIA) --- */
.faq-cards .elementor-tab-title {
  padding: 20px 24px !important;
  border: none !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; /* ikona po prawej */
  cursor: pointer;
}

.faq-cards .elementor-tab-title a {
  color: #1a1a1a !important;
  font-family: inherit;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.4;
  text-decoration: none !important;
  flex-grow: 1;
}

.faq-cards .elementor-tab-title a:hover {
  color: #1a1a1a !important;
}

/* --- IKONA (CHEVRON) --- */
.faq-cards .elementor-accordion-icon {
  order: 2; /* wymusza pozycję po prawej */
  margin-left: auto !important;
  margin-right: 0 !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-cards .elementor-accordion-icon .elementor-accordion-icon-closed,
.faq-cards .elementor-accordion-icon .elementor-accordion-icon-opened {
  font-size: 14px;
  color: #666666;
  transition: transform 0.3s ease;
}

/* Ukryj domyślną ikonę + i pokaż chevron — 
   jeśli w Elementorze ustawiłeś już ikonę ∨ / ∧, pomiń ten blok */
.faq-cards .elementor-accordion-icon-closed::before {
  content: "\e92a"; /* eicon-chevron-down — ikona z Elementor Icons */
  font-family: "eicons" !important;
}

.faq-cards .elementor-accordion-icon-opened::before {
  content: "\e92b"; /* eicon-chevron-up */
  font-family: "eicons" !important;
}

/* Ukryj oryginalną ikonę SVG jeśli używasz SVG */
.faq-cards .elementor-accordion-icon svg {
  width: 16px;
  height: 16px;
  fill: #666666;
}

/* --- TREŚĆ (ODPOWIEDŹ) --- */
.faq-cards .elementor-tab-content {
  padding: 0 24px 20px 24px !important;
  border-top: none !important;
  background: transparent !important;
  color: #555555 !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.7 !important;
}

/* --- TŁO SEKCJI (opcjonalnie — jeśli chcesz szare tło jak na screenie) --- */
/* Dodaj tę klasę do SEKCJI/KONTENERA nadrzędnego */
.faq-section-bg {
  background-color: #f5f5f5 !important;
  padding: 80px 0 !important;
}

/* ============================================
   RESPONSYWNOŚĆ — MOBILE
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .faq-cards .elementor-tab-title {
    padding: 18px 20px !important;
  }

  .faq-cards .elementor-tab-title a {
    font-size: 16px !important;
  }

  .faq-cards .elementor-tab-content {
    padding: 0 20px 18px 20px !important;
    font-size: 14px !important;
  }

  .faq-cards .elementor-accordion {
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .faq-cards .elementor-tab-title {
    padding: 16px 16px !important;
  }

  .faq-cards .elementor-tab-title a {
    font-size: 15px !important;
  }

  .faq-cards .elementor-tab-content {
    padding: 0 16px 16px 16px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .faq-cards .elementor-accordion {
    gap: 10px;
  }

  .faq-cards .elementor-accordion-item {
    border-radius: 10px !important;
  }
}

/* ===== KARTA — ogólny kontener ===== */
.elementor-posts .elementor-post {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.elementor-posts .elementor-post:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
}

/* ===== OBRAZEK — edge-to-edge, bez marginesów ===== */
.elementor-posts .elementor-post__thumbnail__link {
    display: block;
    overflow: hidden;
}

.elementor-posts .elementor-post__thumbnail__link img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.elementor-posts .elementor-post:hover .elementor-post__thumbnail__link img {
    transform: scale(1.04);
}

/* ===== TREŚĆ KARTY — padding wewnętrzny ===== */
.elementor-posts .elementor-post__text {
    padding: 20px 22px 24px 22px;
}

/* ===== KATEGORIA — złoty tag nad tytułem ===== */
.elementor-posts .elementor-post__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E8A000;
    margin-bottom: 10px;
    line-height: 1;
}

/* ===== TYTUŁ WPISU ===== */
.elementor-posts .elementor-post__title {
    margin: 0 0 14px 0;
}

.elementor-posts .elementor-post__title a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #1A1A1A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.elementor-posts .elementor-post__title a:hover {
    color: #E8A000;
}

/* ===== EXCERPT — ukryty (nie pokazujemy) ===== */
.elementor-posts .elementor-post__excerpt {
    display: none;
}

/* ===== META DATA (data, komentarze) — ukryte ===== */
.elementor-posts .elementor-post__meta-data {
    display: none;
}

/* ===== READ MORE — "Czytaj więcej →" ===== */
.elementor-posts .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.elementor-posts .elementor-post__read-more::after {
    content: "→";
    transition: transform 0.2s ease;
}

.elementor-posts .elementor-post__read-more:hover {
    color: #E8A000;
    gap: 8px;
}

/* ===== GAP między kartami ===== */
.elementor-posts-container.elementor-posts--skin-classic {
    gap: 24px !important;
}

/* ===== MOBILE: 1 kolumna ===== */
@media (max-width: 767px) {
    .elementor-posts .elementor-post__thumbnail__link img {
        height: 180px;
    }

    .elementor-posts .elementor-post__text {
        padding: 16px 18px 20px 18px;
    }

    .elementor-posts .elementor-post__title a {
        font-size: 16px;
    }
}

/* Kontener obrazka musi mieć overflow hidden */
.elementor-posts .elementor-post__thumbnail {
    overflow: hidden !important;
    border-radius: 12px 12px 0 0; /* zaokrąglenie tylko góra */
}

.elementor-posts .elementor-post__thumbnail a {
    overflow: hidden !important;
    display: block;
}

 .elementor-posts .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}

.elementor-posts .elementor-post__excerpt {
    order: -1 !important;
    display: block !important;
}

.elementor-posts .elementor-post__excerpt p {
    display: none !important;
}

.custom-category-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E8A000;
    margin-bottom: 10px;
    line-height: 1;
}

.s-works-omnibus {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #FFFBEB !important;
  border: 1px solid #FDE68A !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 12px !important;
  color: #92400E !important;
  line-height: 1.5;
}

.s-works-omnibus::before {
  content: "ℹ️";
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.s-works-omnibus strong,
.s-works-omnibus b {
  color: #92400E !important;
  font-weight: 700;
}

.s-works-omnibus a {
  color: #B45309 !important;
  text-decoration: underline;
}/* End custom CSS */