.phproblog-layout{display:flex;gap:30px;align-items:flex-start}.phproblog-sidebar{width:260px;flex:0 0 260px;background:#fff;border:1px solid #eee;padding:18px}.phproblog-content{flex:1}.phproblog-article-title,.phproblog-list-title{margin-top:0;margin-bottom:.55rem}.phproblog-full>.phproblog-date{margin-top:0;margin-bottom:1.5rem}.phproblog-cat-tree{list-style:none;padding-left:14px;margin:0}.phproblog-cat-tree li{margin:8px 0}.phproblog-cat-tree li.active>a{font-weight:700}.phproblog-card{display:flex;gap:18px;border:1px solid #eee;background:#fff;margin-bottom:20px;padding:16px}.phproblog-thumb{width:180px;height:120px;object-fit:cover}.phproblog-card-body{flex:1}.phproblog-date{color:#777;font-size:.9rem}.phproblog-block{margin:26px 0}.phproblog-block img,.phproblog-article-thumb{max-width:100%;height:auto}.phproblog-block-image_text,.phproblog-block-text_image,.phproblog-block-text_product,.phproblog-block-product_text,.phproblog-block-product_product{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.phproblog-pagination{display:flex;gap:8px;margin:25px 0}.phproblog-pagination a,.phproblog-pagination span{padding:8px 12px;border:1px solid #ddd;background:#fff}.phproblog-pagination .current{font-weight:700;background:#f5f5f5}@media(max-width:768px){.phproblog-layout,.phproblog-card{display:block}.phproblog-sidebar{width:auto;margin-bottom:20px}.phproblog-thumb{width:100%;height:auto}.phproblog-block-image_text,.phproblog-block-text_image,.phproblog-block-text_product,.phproblog-block-product_text,.phproblog-block-product_product{display:block}}

/* v1.0.17 — dopasowany boks kategorii i karta produktu jak sklep */
.phproblog-sidebar{
  border:1px solid rgba(0,0,0,.125);
  border-radius:2px;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.phproblog-sidebar h3{
  margin:0 0 15px;
  padding-bottom:12px;
  border-bottom:1px solid #eee;
  font-size:1.15rem;
  text-transform:uppercase;
}
.phproblog-cat-tree{padding-left:0}
.phproblog-cat-tree .phproblog-cat-tree{padding-left:15px;margin-top:6px}
.phproblog-cat-tree a{
  display:block;
  padding:7px 0;
  color:inherit;
  border-bottom:1px solid #f3f3f3;
}
.phproblog-cat-tree li.active>a{color:#24b9d7;font-weight:700}
.phproblog-product-card{
  background:#fff;
  border:1px solid #eee;
  text-align:center;
  padding:16px 14px 18px;
  max-width:340px;
  margin:0 auto;
  transition:box-shadow .15s ease, transform .15s ease;
}
.phproblog-product-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.12);transform:translateY(-1px)}
.phproblog-product-card .thumbnail-container{background:#fff}
.phproblog-product-card .product-thumbnail{display:block;margin-bottom:12px}
.phproblog-product-card img{max-width:100%;height:auto;margin:0 auto;display:block}
.phproblog-product-card .product-title{font-size:1rem;font-weight:600;line-height:1.35;margin:8px 0;text-align:center}
.phproblog-product-card .product-title a{color:inherit;text-decoration:none}
.phproblog-product-card .product-price-and-shipping{margin:8px 0 12px;text-align:center}
.phproblog-product-card .price{font-weight:700;font-size:1.1rem;color:#232323}
.phproblog-product-card .regular-price{display:block;color:#999;text-decoration:line-through;font-size:.9rem;margin-bottom:2px}
.phproblog-product-actions{display:flex;flex-direction:column;gap:7px;align-items:stretch;margin-top:10px}
.phproblog-product-actions .btn{width:100%;text-align:center}

/* v3.2.15 - wyszukiwarka i tagi */
.phproblog-search-form{display:flex;gap:10px;margin:1rem 0 1.5rem;max-width:760px}
.phproblog-search-form input[type="search"]{flex:1;min-width:0;height:42px;padding:0 14px;border:1px solid #d6d6d6;border-radius:3px;background:#fff}
.phproblog-search-form .btn{flex:0 0 auto}
.phproblog-tags{display:flex;flex-wrap:wrap;gap:7px;margin:-.65rem 0 1rem}
.phproblog-tags a{display:inline-block;padding:5px 10px;border-radius:999px;background:#f1f5f7;color:#333;text-decoration:none;font-size:.86rem}
.phproblog-tags a:hover{background:#24b9d7;color:#fff}
.phproblog-results-count{margin:0 0 1rem;color:#666}
.phproblog-empty-results{padding:18px;border:1px solid #eee;background:#fff}
@media(max-width:575px){.phproblog-search-form{display:block}.phproblog-search-form input[type="search"],.phproblog-search-form .btn{width:100%}.phproblog-search-form .btn{margin-top:8px}}

/* v1.0.18 — miniatura tylko na listingu + ciaśniejsza karta produktu */
.phproblog-full > .phproblog-article-thumb{display:none!important}
.phproblog-product-card{
  max-width:280px;
  padding:10px 10px 14px;
  border:1px solid #e5e5e5;
}
.phproblog-product-card .thumbnail-container{margin:0;padding:0;min-height:0}
.phproblog-product-card .product-thumbnail{margin:0 0 4px;display:block;line-height:0}
.phproblog-product-card img{display:block;margin:0 auto 4px;max-height:190px;object-fit:contain}
.phproblog-product-card .product-description{padding:0;margin:0;min-height:0;text-align:center}
.phproblog-product-card .product-title{margin:4px 0 5px;font-size:.95rem;line-height:1.25;text-align:center}
.phproblog-product-card .product-price-and-shipping{margin:4px 0 8px;line-height:1.25;text-align:center}
.phproblog-product-card .regular-price{display:inline-block;margin:0 0 3px;color:#9b9b9b;text-decoration:line-through;font-size:.88rem}
.phproblog-product-card .price{display:block;font-weight:700;font-size:1.05rem}
.phproblog-product-actions{gap:6px;margin-top:6px}
.phproblog-product-actions .btn{padding:.5rem .75rem;font-size:.9rem}

/* v1.0.19 — widoczna karta produktu z przyciskami i bez dużej przerwy */
.phproblog-product-card-custom{
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  max-width:250px!important;
  margin:0 auto!important;
  padding:10px 10px 12px!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.12)!important;
  text-align:center!important;
  box-shadow:0 1px 3px rgba(0,0,0,.06)!important;
}
.phproblog-product-card-custom .thumbnail-container{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.phproblog-product-card-custom .product-thumbnail{
  display:block!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
.phproblog-product-card-custom img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  max-height:170px!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0 auto 2px!important;
  padding:0!important;
}
.phproblog-product-card-custom .product-description{
  display:block!important;
  position:static!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  text-align:center!important;
  overflow:visible!important;
}
.phproblog-product-card-custom .product-title{
  display:block!important;
  margin:2px 0 5px!important;
  padding:0!important;
  line-height:1.22!important;
  font-size:.94rem!important;
  min-height:0!important;
  text-align:center!important;
}
.phproblog-product-card-custom .product-price-and-shipping{
  display:block!important;
  margin:0 0 8px!important;
  padding:0!important;
  min-height:0!important;
  line-height:1.2!important;
  text-align:center!important;
}
.phproblog-product-card-custom .regular-price{
  display:block!important;
  color:#9b9b9b!important;
  text-decoration:line-through!important;
  margin:0 0 2px!important;
  font-size:.88rem!important;
}
.phproblog-product-card-custom .price{
  display:block!important;
  color:#232323!important;
  font-weight:700!important;
  font-size:1.05rem!important;
}
.phproblog-product-card-custom .phproblog-product-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  margin:6px 0 0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  position:static!important;
  height:auto!important;
}
.phproblog-product-card-custom .phproblog-product-actions .btn,
.phproblog-product-card-custom .phproblog-btn-view,
.phproblog-product-card-custom .phproblog-btn-cart{
  display:block!important;
  width:100%!important;
  opacity:1!important;
  visibility:visible!important;
  margin:0!important;
  padding:.48rem .7rem!important;
  text-align:center!important;
  position:static!important;
}

/* v1.0.21 — produkt w artykule: bez przerwy i dodawanie do koszyka za pierwszym kliknięciem */
.phproblog-product-card-custom .thumbnail-container,
.phproblog-product-card-custom .product-miniature,
.phproblog-product-card-custom .product-description,
.phproblog-product-card-custom .highlighted-informations{min-height:0!important;height:auto!important;margin:0!important;padding:0!important;top:auto!important;bottom:auto!important;position:static!important;transform:none!important}
.phproblog-product-card-custom .product-thumbnail{margin:0!important;padding:0!important;line-height:0!important}
.phproblog-product-card-custom img{margin:0 auto!important;padding:0!important;display:block!important}
.phproblog-product-card-custom .product-title{margin:0 0 5px!important;padding:0!important}
.phproblog-add-to-cart-form{display:block!important;margin:0!important;padding:0!important;width:100%!important}
.phproblog-add-to-cart-form .phproblog-btn-cart{display:block!important;width:100%!important;cursor:pointer!important;pointer-events:auto!important}
.phproblog-product-card-custom .phproblog-product-actions{pointer-events:auto!important;z-index:5!important}


/* v1.0.29 - article visual polish */
.phproblog-full .phproblog-block{
  position:relative;
  margin:34px 0;
  padding:28px 0 0;
  border-top:1px solid rgba(0,0,0,.08);
}
.phproblog-full .phproblog-block:first-of-type{
  border-top:0;
  padding-top:0;
}
.phproblog-full .phproblog-block img{
  display:block;
  margin-left:auto!important;
  margin-right:auto!important;
  max-width:100%;
  height:auto;
  border-radius:6px;
}
.phproblog-full .phproblog-block-image_text > div:first-child,
.phproblog-full .phproblog-block-text_image > div:last-child{
  text-align:center;
}
.phproblog-full .phproblog-text{
  line-height:1.75;
}
.phproblog-product-card-custom{
  max-width:320px;
  margin:0 auto;
  padding:14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  background:#fff;
  box-shadow:0 3px 14px rgba(0,0,0,.055);
  transition:box-shadow .18s ease, transform .18s ease;
}
.phproblog-product-card-custom:hover{
  box-shadow:0 7px 22px rgba(0,0,0,.09);
  transform:translateY(-1px);
}
.phproblog-product-card-custom .thumbnail-container,
.phproblog-product-card-custom .product-description{
  background:transparent!important;
}
.phproblog-product-card-custom .product-thumbnail{
  margin:0 0 6px!important;
  padding:0!important;
  line-height:0!important;
}
.phproblog-product-card-custom img{
  max-height:170px!important;
  width:auto!important;
  object-fit:contain!important;
  margin:0 auto 6px!important;
}
.phproblog-product-card-custom .product-title{
  margin:4px 0 6px!important;
  font-size:.96rem!important;
  line-height:1.3!important;
  font-weight:600!important;
}
.phproblog-product-card-custom .product-price-and-shipping{
  margin:3px 0 10px!important;
}
.phproblog-product-card-custom .regular-price{
  display:block!important;
  margin:0 0 2px!important;
  color:#999!important;
  text-decoration:line-through!important;
  font-size:.86rem!important;
}
.phproblog-product-card-custom .price{
  display:block!important;
  font-size:1.08rem!important;
  font-weight:700!important;
}
.phproblog-product-card-custom .phproblog-product-actions{
  display:grid!important;
  grid-template-columns:1fr;
  gap:7px!important;
  margin-top:8px!important;
}
.phproblog-product-card-custom .phproblog-product-actions .btn{
  border-radius:4px;
  padding:.55rem .8rem!important;
  line-height:1.2!important;
}
@media(min-width:768px){
  .phproblog-block-text_product > div:last-child,
  .phproblog-block-product_text > div:first-child,
  .phproblog-block-product_product > div{
    display:flex;
    justify-content:center;
  }
}

/* v1.0.31 - listing CTA, placeholders and breadcrumbs support */
.phproblog-card-body{display:flex;flex-direction:column;min-width:0}
.phproblog-read-more{align-self:flex-end;margin-top:auto;float:right}
.phproblog-thumb-link{display:block;flex:0 0 180px;text-decoration:none}
.phproblog-noimage{
  display:flex!important;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f2f2f2,#e4e4e4);
  border:1px solid #ddd;
  color:#888;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.04em;
  text-align:center;
  box-sizing:border-box;
}
.phproblog-noimage span{padding:8px;line-height:1.25}
.phproblog-thumb.phproblog-noimage{width:180px;height:120px;object-fit:initial}
@media(max-width:768px){.phproblog-thumb-link{flex:auto}.phproblog-read-more{float:none;align-self:flex-start}.phproblog-thumb.phproblog-noimage{width:100%;height:150px}}

/* v1.0.33 - graficzna zaślepka brak zdjęcia */
.phproblog-noimage-img{
  display:block;
  background:#f4f4f4;
  border:1px solid #e1e1e1;
  object-fit:cover;
}
.phproblog-product-card-custom .phproblog-noimage-img,
.phproblog-product-card-custom img[src*="no-image.png"]{
  object-fit:contain;
  background:#f7f7f7;
  padding:10px;
}

/* v1.0.34 SEO PRO */
.phproblog-toc{background:#f8f9fb;border:1px solid #e7e9ee;border-radius:8px;padding:14px 18px;margin:18px 0 24px}
.phproblog-toc strong{display:block;margin-bottom:8px;font-size:16px}
.phproblog-toc ol{margin:0;padding-left:18px}
.phproblog-toc li{margin:4px 0}.phproblog-toc .toc-level-3{margin-left:16px;font-size:.95em}
.phproblog-related{margin-top:34px;padding-top:24px;border-top:1px solid #e5e5e5}.phproblog-related h2{font-size:22px;margin-bottom:16px}
.phproblog-related-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.phproblog-related-item{border:1px solid #e9e9e9;border-radius:8px;padding:12px;background:#fff}.phproblog-related-item img{width:100%;height:120px;object-fit:cover;border-radius:6px;margin-bottom:10px}.phproblog-related-item a{text-decoration:none}.phproblog-related-item p{font-size:13px;margin:6px 0 0;color:#666}

/* v2.1.0 comments, ratings and helpful feedback */
.phproblog-feedback,.phproblog-comments{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}
.phproblog-rating-summary{display:flex;gap:.6rem;align-items:center;margin:.5rem 0 1rem;color:#555}
.phproblog-stars-input{display:inline-flex;flex-direction:row-reverse;gap:.15rem;margin-right:.75rem}
.phproblog-stars-input input{position:absolute;opacity:0;pointer-events:none}
.phproblog-stars-input label{font-size:1.7rem;line-height:1;cursor:pointer;color:#b8b8b8;margin:0}
.phproblog-stars-input label:hover,.phproblog-stars-input label:hover ~ label,.phproblog-stars-input input:checked ~ label{color:#f5a623}
.phproblog-helpful-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:1rem 0}
.phproblog-comment{padding:1rem 0;border-bottom:1px solid #eee}
.phproblog-comment strong{display:inline-block;margin-right:.5rem}
.phproblog-comment span{color:#888;font-size:.9rem}
.phproblog-admin-reply{margin-top:.75rem;padding:.75rem;background:#f7f7f7;border-left:3px solid #2fb5d2}
.phproblog-comment-form{margin-top:1.25rem}
.phproblog-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* v2.1.1 rating fix and anti-spam UI */
.phproblog-stars-input{display:inline-flex;flex-direction:row;gap:.15rem;margin-right:.75rem;vertical-align:middle}
.phproblog-stars-input label{font-size:1.8rem;line-height:1;cursor:pointer;color:#b8b8b8;margin:0;transition:color .12s ease, transform .12s ease}
.phproblog-stars-input label:hover{transform:translateY(-1px)}
.phproblog-stars-input label.is-selected{color:#f5a623}
.phproblog-stars-input input{position:absolute;opacity:0;pointer-events:none}
.phproblog-rated-info{display:inline-block;margin:.5rem 0;padding:.5rem .75rem;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:3px;color:#555}

/* v2.2.1 modern collapsed comment panel */
.phproblog-comments-box{margin-top:2.5rem;padding:1.5rem;border:1px solid #e6e9ef;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.04)}
.phproblog-comments-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.phproblog-comments-head h2{margin:0 0 .35rem;font-size:1.35rem}
.phproblog-rating-summary-modern{margin:0;color:#666;display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}
.phproblog-toggle-comment-form{white-space:nowrap;border-radius:24px;padding:.65rem 1.15rem}
.phproblog-comment-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .2s ease,margin .2s ease;margin:0}
.phproblog-comment-panel.is-open{max-height:900px;opacity:1;margin:1.25rem 0 1.5rem}
.phproblog-comment-form-modern{padding:1.25rem;border:1px solid #edf0f4;border-radius:12px;background:linear-gradient(180deg,#fbfcfe 0%,#fff 100%)}
.phproblog-form-intro{display:flex;flex-direction:column;margin-bottom:1rem;color:#333}.phproblog-form-intro span{font-size:.92rem;color:#777;margin-top:.2rem}
.phproblog-form-row{margin-bottom:1rem}.phproblog-form-row>label{display:block;font-weight:600;margin-bottom:.45rem;color:#333}
.phproblog-comment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.phproblog-comment-form-modern .form-control{border-radius:6px;border-color:#dfe3e8;box-shadow:none}.phproblog-comment-form-modern textarea.form-control{resize:vertical;min-height:130px}
.phproblog-helpful-choice{display:flex;gap:.65rem;flex-wrap:wrap}.phproblog-helpful-choice input{position:absolute;opacity:0;pointer-events:none}.phproblog-helpful-choice span{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .9rem;border:1px solid #dfe3e8;border-radius:22px;background:#fff;cursor:pointer;transition:all .15s ease}.phproblog-helpful-choice input:checked+span{border-color:#2fb5d2;background:#eaf8fb;color:#16758a;box-shadow:0 0 0 2px rgba(47,181,210,.12)}
.phproblog-logged-commenter{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#f5f7fa;color:#555}.phproblog-gdpr{margin:1rem 0}.phproblog-submit-comment{border-radius:24px;padding:.65rem 1.25rem}
.phproblog-comments-list-modern{margin-top:1.25rem;display:flex;flex-direction:column;gap:.85rem}.phproblog-comment-card{padding:1rem 1.1rem;border:1px solid #edf0f4;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.025)}.phproblog-comment-card p{margin:.65rem 0 0}.phproblog-comment-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center}.phproblog-comment-meta span{font-size:.85rem;color:#8a8a8a}.phproblog-admin-reply{border-left:0;margin-top:.9rem;padding:.85rem 1rem;border-radius:8px;background:#eef9fc;color:#345}.phproblog-admin-reply strong{display:block;color:#16758a;margin-bottom:.3rem}.phproblog-no-comments{margin:1rem 0 0;color:#777}
@media (max-width: 767px){.phproblog-comments-head{flex-direction:column}.phproblog-toggle-comment-form{width:100%}.phproblog-comment-grid{grid-template-columns:1fr}.phproblog-comment-meta{flex-direction:column;align-items:flex-start;gap:.2rem}}

.phproblog-comment-action-result{max-width:760px;margin:40px auto;padding:0 15px;text-align:center}.phproblog-action-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:34px 24px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.phproblog-action-card.success{border-top:4px solid #28a745}.phproblog-action-card.error{border-top:4px solid #dc3545}.phproblog-action-card h1{margin-top:0;margin-bottom:12px}.phproblog-action-card p{font-size:16px;margin-bottom:22px}

/* PH Pro Blog 2.3.2 - podgląd komentarza z maila */
.phproblog-moderation-preview{margin:20px 0;text-align:left;background:#f8fafc;border:1px solid #e5e9f0;border-radius:10px;padding:18px;}
.phproblog-preview-label{margin:0 0 6px;color:#7a7f87;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700;}
.phproblog-moderation-preview h2{margin:0 0 16px;font-size:22px;line-height:1.3;}
.phproblog-preview-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;}
.phproblog-preview-meta div{background:#fff;border:1px solid #edf1f5;border-radius:8px;padding:10px;}
.phproblog-preview-meta span{display:block;font-size:12px;color:#7a7f87;margin-bottom:2px;}
.phproblog-preview-comment{background:#fff;border:1px solid #edf1f5;border-radius:8px;padding:14px;line-height:1.55;}
.phproblog-action-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:18px;}
@media (max-width: 575px){.phproblog-preview-meta{grid-template-columns:1fr}.phproblog-action-buttons .btn{width:100%;}}


/* v2.4.0 — graficzny ekran akcji z maila komentarzy */
.phproblog-comment-action-page{
  max-width:900px;
  margin:40px auto 60px;
  padding:0 15px;
}
.phproblog-comment-action-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  box-shadow:0 12px 34px rgba(0,0,0,.08);
  padding:34px;
  text-align:center;
}
.phproblog-action-icon{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  font-weight:700;
  line-height:1;
}
.phproblog-comment-action-card h1{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.25;
  font-weight:700;
}
.phproblog-action-message{
  max-width:620px;
  margin:0 auto 24px;
  color:#666;
  font-size:16px;
}
.phproblog-action-success .phproblog-action-icon{background:#e9f8ef;color:#20a05a;}
.phproblog-action-success{border-top:5px solid #20a05a;}
.phproblog-action-rejected .phproblog-action-icon{background:#fff0f0;color:#d83a3a;}
.phproblog-action-rejected{border-top:5px solid #d83a3a;}
.phproblog-action-warning .phproblog-action-icon{background:#fff7e6;color:#d98b00;}
.phproblog-action-warning{border-top:5px solid #f0ad4e;}
.phproblog-action-info .phproblog-action-icon{background:#eaf6fb;color:#24b9d7;}
.phproblog-action-info{border-top:5px solid #24b9d7;}
.phproblog-action-error .phproblog-action-icon{background:#fff0f0;color:#d83a3a;}
.phproblog-action-error{border-top:5px solid #d83a3a;}
.phproblog-moderation-card{
  margin:26px auto 0;
  max-width:760px;
  background:#f8f9fb;
  border:1px solid #eceff3;
  border-radius:10px;
  padding:22px;
  text-align:left;
}
.phproblog-moderation-article{
  padding-bottom:16px;
  margin-bottom:16px;
  border-bottom:1px solid #e2e6ea;
}
.phproblog-moderation-article span,
.phproblog-moderation-grid span,
.phproblog-comment-box span{
  display:block;
  margin-bottom:4px;
  color:#7b838d;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:600;
}
.phproblog-moderation-article strong{
  display:block;
  color:#232323;
  font-size:20px;
  line-height:1.3;
}
.phproblog-moderation-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 22px;
}
.phproblog-moderation-grid strong{color:#232323;word-break:break-word;}
.phproblog-stars{color:#f0ad4e;letter-spacing:1px;}
.phproblog-comment-box{
  margin-top:20px;
  padding:16px;
  background:#fff;
  border:1px solid #e6e9ee;
  border-radius:8px;
}
.phproblog-comment-box p{margin:0;color:#333;line-height:1.6;}
.phproblog-action-buttons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:24px;
}
.phproblog-action-buttons .btn{
  border-radius:6px;
  padding:.72rem 1.15rem;
  font-weight:600;
  text-decoration:none!important;
}
.phproblog-action-main{background:#24b9d7!important;border-color:#24b9d7!important;}
.phproblog-action-danger{border:1px solid #d83a3a!important;color:#d83a3a!important;background:#fff!important;}
.phproblog-action-danger:hover{background:#d83a3a!important;color:#fff!important;}
@media(max-width:767px){
  .phproblog-comment-action-card{padding:24px 16px;}
  .phproblog-moderation-grid{grid-template-columns:1fr;}
  .phproblog-action-buttons{display:block;}
  .phproblog-action-buttons .btn{display:block;width:100%;margin:0 0 8px;}
}


/* v2.4.1 — dopracowane strony akcji z linków e-mail */
.phproblog-mail-action-page{
  width:100%;
  padding:48px 15px 70px;
  background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%);
}
.phproblog-mail-action-wrap{max-width:920px;margin:0 auto;}
.phproblog-mail-action-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid #e5e9ef;
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  padding:42px 42px 30px;
  text-align:center;
}
.phproblog-mail-action-topline{position:absolute;left:0;right:0;top:0;height:6px;background:#24b9d7;}
.phproblog-mail-action-success .phproblog-mail-action-topline{background:#2fb15f;}
.phproblog-mail-action-rejected .phproblog-mail-action-topline,.phproblog-mail-action-error .phproblog-mail-action-topline{background:#d94b4b;}
.phproblog-mail-action-warning .phproblog-mail-action-topline{background:#f0ad4e;}
.phproblog-mail-action-info .phproblog-mail-action-topline{background:#24b9d7;}
.phproblog-mail-action-icon{
  width:86px;height:86px;margin:4px auto 18px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:40px;font-weight:800;line-height:1;
  background:#eaf7fb;color:#24b9d7;box-shadow:0 8px 20px rgba(36,185,215,.16);
}
.phproblog-mail-action-success .phproblog-mail-action-icon{background:#eaf8ef;color:#2fb15f;box-shadow:0 8px 20px rgba(47,177,95,.16);}
.phproblog-mail-action-rejected .phproblog-mail-action-icon,.phproblog-mail-action-error .phproblog-mail-action-icon{background:#fff1f1;color:#d94b4b;box-shadow:0 8px 20px rgba(217,75,75,.14);}
.phproblog-mail-action-warning .phproblog-mail-action-icon{background:#fff8e9;color:#d98b00;box-shadow:0 8px 20px rgba(217,139,0,.14);}
.phproblog-mail-action-kicker{margin:0 0 8px!important;color:#8a94a3;font-size:12px!important;letter-spacing:.14em;text-transform:uppercase;font-weight:700;}
.phproblog-mail-action-card h1{margin:0 0 12px!important;font-size:32px!important;line-height:1.2!important;font-weight:800!important;color:#23272b!important;}
.phproblog-mail-action-message{max-width:640px;margin:0 auto 28px!important;color:#69727d!important;font-size:17px!important;line-height:1.55!important;}
.phproblog-mail-comment-card{max-width:780px;margin:0 auto;text-align:left;background:#fbfcfe;border:1px solid #e8edf3;border-radius:14px;padding:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.phproblog-mail-comment-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e5eaf0;}
.phproblog-mail-comment-header strong{display:block;font-size:22px;line-height:1.3;color:#222;font-weight:800;}
.phproblog-mail-label,.phproblog-mail-meta-item span{display:block;margin-bottom:5px;color:#8a94a3;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;}
.phproblog-mail-status{white-space:nowrap;display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;background:#fff3cd;color:#8a6500;border:1px solid #ffe29a;}
.phproblog-mail-status-approved{background:#eaf8ef;color:#1f8f4a;border-color:#bee7cd;}
.phproblog-mail-status-rejected{background:#fff1f1;color:#b33636;border-color:#ffcaca;}
.phproblog-mail-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.phproblog-mail-meta-item{background:#fff;border:1px solid #edf1f5;border-radius:10px;padding:13px 14px;}
.phproblog-mail-meta-item strong{display:block;color:#2b3035;word-break:break-word;font-weight:700;}
.phproblog-mail-stars{color:#f0ad4e;letter-spacing:2px;font-size:18px;}
.phproblog-mail-comment-content{background:#fff;border:1px solid #edf1f5;border-radius:12px;padding:17px 18px;}
.phproblog-mail-comment-content p{margin:0!important;color:#333!important;font-size:16px!important;line-height:1.7!important;}
.phproblog-mail-action-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin:26px auto 0;}
.phproblog-mail-btn{border-radius:999px!important;padding:11px 18px!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important;}
.phproblog-mail-btn-primary{background:#24b9d7!important;border-color:#24b9d7!important;color:#fff!important;}
.phproblog-mail-btn-primary:hover{background:#1da6c2!important;border-color:#1da6c2!important;color:#fff!important;}
.phproblog-mail-btn-danger{background:#fff!important;border:1px solid #d94b4b!important;color:#d94b4b!important;}
.phproblog-mail-btn-danger:hover{background:#d94b4b!important;color:#fff!important;}
.phproblog-mail-btn-secondary{background:#6c757d!important;border-color:#6c757d!important;color:#fff!important;}
.phproblog-mail-btn-light{background:#f6f8fa!important;border:1px solid #e2e6ea!important;color:#343a40!important;}
.phproblog-mail-action-footer{margin-top:22px;padding-top:18px;border-top:1px solid #edf1f5;}
.phproblog-mail-action-footer a{color:#667085;text-decoration:underline;}
@media(max-width:767px){
 .phproblog-mail-action-page{padding:24px 10px 42px;}
 .phproblog-mail-action-card{padding:30px 16px 22px;border-radius:14px;}
 .phproblog-mail-action-card h1{font-size:25px!important;}
 .phproblog-mail-comment-card{padding:16px;}
 .phproblog-mail-comment-header{display:block;}
 .phproblog-mail-status{margin-top:12px;}
 .phproblog-mail-meta-grid{grid-template-columns:1fr;}
 .phproblog-mail-action-buttons{display:block;}
 .phproblog-mail-btn{display:block!important;width:100%;margin:0 0 9px!important;}
}

/* v2.5.0 — dopracowany wygląd stron komentarza z maila */
.phproblog-mail-action-page{margin:-1rem 0 0;padding:56px 15px 78px;background:radial-gradient(circle at top,#ffffff 0%,#f5f7fa 45%,#eef2f6 100%)}
.phproblog-mail-action-wrap{max-width:960px;margin:0 auto}
.phproblog-mail-action-card{border-radius:22px!important;border:1px solid rgba(31,42,48,.08)!important;box-shadow:0 24px 70px rgba(31,42,48,.14)!important;padding:46px 46px 34px!important}
.phproblog-mail-action-icon{width:92px!important;height:92px!important;font-size:42px!important}
.phproblog-mail-action-card h1{font-size:34px!important;letter-spacing:-.02em!important}
.phproblog-mail-comment-card{border-radius:18px!important;background:linear-gradient(180deg,#fbfcfe 0%,#fff 100%)!important;box-shadow:0 8px 28px rgba(0,0,0,.035), inset 0 1px 0 rgba(255,255,255,.85)!important}
.phproblog-mail-comment-header strong{font-size:24px!important;letter-spacing:-.01em!important}
.phproblog-mail-btn{transition:transform .15s ease,box-shadow .15s ease,background .15s ease!important}
.phproblog-mail-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.12)!important}
@media(max-width:767px){.phproblog-mail-action-page{padding:28px 10px 48px}.phproblog-mail-action-card{padding:30px 16px 24px!important;border-radius:16px!important}.phproblog-mail-action-card h1{font-size:26px!important}}

/* Zakładka z artykułami powiązanymi z produktem. */
.phproblog-product-articles-tab{display:grid;gap:12px;max-width:920px;padding:8px 0}
.phproblog-product-article-item{display:flex;align-items:center;gap:15px;padding:16px 18px;border:1px solid #e1e5e8;border-radius:7px;background:#fff;color:#232323;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.phproblog-product-article-item:hover{border-color:#b8cbd3;box-shadow:0 5px 16px rgba(0,0,0,.08);transform:translateY(-1px);color:#232323;text-decoration:none}
.phproblog-product-article-icon{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#eef5f7;font-size:22px}
.phproblog-product-article-content{display:flex;flex-direction:column;gap:5px;min-width:0}
.phproblog-product-article-content strong{font-size:1rem;line-height:1.4;color:#232323}
.phproblog-product-article-content>span{font-size:.9rem;font-weight:600;color:#2b7b91}
@media(max-width:575px){.phproblog-product-article-item{align-items:flex-start;padding:14px}.phproblog-product-article-icon{flex-basis:38px;width:38px;height:38px;font-size:19px}}

/* v3.2.19 — trzy najnowsze artykuły na stronie głównej */
.phproblog-home{width:100%;margin:42px auto;padding:0 15px}
.phproblog-home-title{margin:0 0 28px;text-align:center;font-size:2rem;line-height:1.2}
.phproblog-home-title a{color:inherit;text-decoration:none}
.phproblog-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.phproblog-home-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e6e6e6;border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease}
.phproblog-home-card:hover{transform:translateY(-3px);box-shadow:0 9px 24px rgba(0,0,0,.11)}
.phproblog-home-image{display:block;overflow:hidden;aspect-ratio:16/9;background:#f4f4f4}
.phproblog-home-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.phproblog-home-card:hover .phproblog-home-image img{transform:scale(1.025)}
.phproblog-home-card-body{display:flex;flex:1;min-width:0;flex-direction:column;padding:20px}
.phproblog-home-date{margin:0 0 8px;color:#777;font-size:.85rem}
.phproblog-home-card h3{margin:0 0 10px;font-size:1.2rem;line-height:1.35}
.phproblog-home-card h3 a{color:inherit;text-decoration:none}
.phproblog-home-description{margin:0 0 18px;color:#666;line-height:1.55}
.phproblog-home-more{align-self:flex-start;margin-top:auto}
@media(max-width:991px){.phproblog-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phproblog-home-card:last-child{grid-column:1/-1;max-width:calc(50% - 12px);width:100%;justify-self:center}}
@media(max-width:575px){.phproblog-home{margin:30px auto;padding:0}.phproblog-home-title{margin-bottom:20px;font-size:1.7rem}.phproblog-home-grid{grid-template-columns:1fr;gap:18px}.phproblog-home-card:last-child{grid-column:auto;max-width:none}}

/* v3.2.20 — blok zawierający pojedyncze, wyśrodkowane zdjęcie */
.phproblog-block-image{display:block!important;text-align:center}
.phproblog-centered-image{display:flex;justify-content:center;width:100%}
.phproblog-centered-image img{display:block;max-width:100%;height:auto;margin-left:auto!important;margin-right:auto!important}
