/* === Wukameble – style wpisów blogowych === */

/* ====== SZYBKA ODPOWIEDŹ (direct answer) – wyróżniona ramka ====== */
.wukameble-szybka-odpowiedz{
  position:relative;
  background:linear-gradient(135deg,#f0f6f4 0%,#e8f1ee 100%);
  border:2px solid #6a8a82;
  border-radius:12px;
  padding:22px 24px 22px 56px;
  margin:0 0 1.8em;
  box-shadow:0 4px 14px rgba(106,138,130,.15);
}
.wukameble-szybka-odpowiedz::before{
  content:"✓";
  position:absolute;left:18px;top:20px;
  width:26px;height:26px;line-height:26px;text-align:center;
  background:#6a8a82;color:#fff;border-radius:50%;font-weight:700;font-size:15px;
}
.wukameble-szybka-odpowiedz .wk-label{
  display:block;font-size:.78em!important;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:#6a8a82;margin:0 0 4px!important;padding:0;
}
.wukameble-szybka-odpowiedz p:last-child{margin-bottom:0}
.wukameble-szybka-odpowiedz p{margin:0;font-size:1.07em;line-height:1.65;color:#283733}
.wukameble-szybka-odpowiedz strong{color:#1f2d29}

/* ====== Nagłówki w treści ====== */
.elementor-widget-theme-post-content h2,
.single-post .entry-content h2{
  margin-top:1.8em;margin-bottom:.6em;padding-bottom:.35em;
  border-bottom:2px solid #e3e8e6;font-weight:700;color:#26352f;
}
.elementor-widget-theme-post-content h2::before{
  content:"";display:inline-block;width:8px;height:8px;
  background:#6a8a82;border-radius:50%;margin-right:10px;vertical-align:middle;
}
.elementor-widget-theme-post-content h3,
.single-post .entry-content h3{margin-top:1.2em;font-weight:600;color:#3a4944}

/* ====== Listy ====== */
.elementor-widget-theme-post-content ul,
.single-post .entry-content ul{margin:.6em 0 1.3em;padding-left:1.4em}
.elementor-widget-theme-post-content ul ul,
.single-post .entry-content ul ul{margin:.35em 0 .7em}
.elementor-widget-theme-post-content li,
.single-post .entry-content li{margin-bottom:.45em;line-height:1.55}
.elementor-widget-theme-post-content li > strong:first-child{color:#3f5650}

/* ====== Box autora ====== */
.wukameble-author{display:flex;gap:16px;align-items:flex-start;margin-top:2.4em;
  padding:18px 20px;border:1px solid #e7e7e3;border-radius:10px;background:#fafafa}
.wukameble-author img{border-radius:50%;flex:0 0 64px;width:64px;height:64px}
.wukameble-author p{margin:0}.wukameble-author p+p{margin-top:4px;color:#555;font-size:.94em}

/* ====== Karty polecanych produktów ====== */
.wukameble-products{margin:2.2em 0}
.wukameble-products h2{border:0!important;margin-bottom:.4em}
.wukameble-products h2::before{display:none!important}
.wukameble-products .wk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-top:1em}
.wukameble-card{display:flex;flex-direction:column;border:1px solid #ebebe7;border-radius:10px;
  overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s;text-decoration:none}
.wukameble-card:hover{box-shadow:0 8px 22px rgba(0,0,0,.10);transform:translateY(-3px)}
.wukameble-card img{width:100%;height:150px;object-fit:cover;display:block}
.wukameble-card .wk-body{padding:10px 12px 14px}
.wukameble-card .wk-name{font-size:.92em;font-weight:600;color:#2c2c2c;line-height:1.35;display:block}
.wukameble-card .wk-price{margin-top:6px;color:#6a8a82;font-weight:700;display:block}
/* ====== Data publikacji ====== */
.wukameble-data{font-size:.88em;color:#8a8a8a;margin:0 0 1.6em;padding-bottom:.6em;border-bottom:1px solid #eee}

/* ====== FAQ widoczne ====== */
.wukameble-faq{margin:2.2em 0;padding:20px 22px;background:#f8f9f8;border:1px solid #e6ebe9;border-radius:12px}
.wukameble-faq > h2{margin-top:0!important;border:0!important}
.wukameble-faq > h2::before{display:none!important}
.wukameble-faq .wk-faq-item{padding:12px 0;border-bottom:1px solid #e6ebe9}
.wukameble-faq .wk-faq-item:last-child{border-bottom:0;padding-bottom:0}
.wukameble-faq .wk-faq-item h3{margin:0 0 .35em;font-size:1.02em;color:#2c3b36;font-weight:600;position:relative;padding-left:26px}
.wukameble-faq .wk-faq-item h3::before{content:"?";position:absolute;left:0;top:0;width:19px;height:19px;line-height:19px;text-align:center;background:#6a8a82;color:#fff;border-radius:50%;font-size:12px;font-weight:700}
.wukameble-faq .wk-faq-item p{margin:0;line-height:1.6;color:#444}