:root{--chw-primary:#0b4d79;--chw-primary-dark:#083659;--chw-accent:#e8f4fc;--chw-border:#d9e2e8;--chw-radius:10px;--chw-shadow:0 2px 12px rgba(0,0,0,.08);--chw-gold:#f5a623}.wp-block-chworx-hero{background:linear-gradient(135deg,var(--chw-primary) 0%,#1a6a9a 100%);color:#fff;padding:3rem 2rem;border-radius:var(--chw-radius);margin-bottom:2rem;text-align:center}.chworx-hero__heading{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.2}.chworx-hero__subtext{font-size:1.1rem;color:rgba(255,255,255,.85);margin:0}.chworx-section{background:#fff;border:1px solid var(--chw-border);border-radius:var(--chw-radius);padding:1.75rem 2rem;margin-bottom:1.5rem;line-height:1.7}.chworx-section h2{font-size:1.4rem;margin-top:0;color:var(--chw-primary)}.chworx-section ul,.chworx-section ol{padding-left:1.4rem}.chworx-section li{margin-bottom:.4rem}.chworx-top3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2rem}.chworx-top3__item{background:#fff;border:2px solid var(--chw-border);border-radius:var(--chw-radius);padding:1.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:var(--chw-shadow);transition:transform .15s,box-shadow .15s}.chworx-top3__item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.chworx-top3__rank-0{border-color:#f5a623}.chworx-top3__medal{font-size:2rem;margin-bottom:.5rem}.chworx-top3__img-link{display:block;width:100%;margin-bottom:.75rem}.chworx-top3__img-link img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;max-height:180px}.chworx-top3__info{flex:1;display:flex;flex-direction:column;gap:.4rem}.chworx-top3__name{font-size:1rem;font-weight:600;margin:0}.chworx-top3__name a{color:var(--chw-primary);text-decoration:none}.chworx-top3__name a:hover{text-decoration:underline}.chworx-top3__price{font-size:1.25rem;font-weight:700;color:var(--chw-primary);margin-top:auto}.wp-block-chworx-product-grid{margin-bottom:2rem}.chworx-product-grid__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.chworx-product-grid__item{background:#fff;border:1px solid var(--chw-border);border-radius:var(--chw-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--chw-shadow);transition:transform .15s,box-shadow .15s}.chworx-product-grid__item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.chworx-product-grid__img{width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.chworx-product-grid__img--placeholder{background:#eef2f5}.chworx-product-grid__img a{display:block;height:100%}.chworx-product-grid__img img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .2s}.chworx-product-grid__item:hover .chworx-product-grid__img img{transform:scale(1.04)}.chworx-product-grid__body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.chworx-product-grid__title{font-size:.95rem;font-weight:600;color:var(--chw-primary);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chworx-product-grid__title:hover{text-decoration:underline}.chworx-price{font-size:1.1rem;font-weight:700;color:var(--chw-primary);margin-top:auto}.chworx-stars{color:var(--chw-gold);font-size:.95rem;letter-spacing:.05em}.chworx-stars--sm{font-size:.8rem}.chworx-rating-num{color:#666;font-size:.8em}.chworx-btn{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:background .15s,opacity .15s;margin-top:auto}.chworx-btn--primary{background:var(--chw-primary);color:#fff}.chworx-btn--primary:hover{background:var(--chw-primary-dark);color:#fff}.chworx-btn--outline{background:0 0;color:var(--chw-primary);border:1.5px solid var(--chw-primary)}.chworx-btn--outline:hover{background:var(--chw-accent)}.chworx-btn--sm{padding:.3rem .7rem;font-size:.8rem}.wp-block-chworx-comparison-table{margin-bottom:2rem;overflow-x:auto}.wp-block-chworx-comparison-table h2{color:var(--chw-primary);margin-bottom:1rem}.chworx-comparison-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;border-radius:var(--chw-radius);overflow:hidden;box-shadow:var(--chw-shadow)}.chworx-comparison-table thead tr{background:var(--chw-primary);color:#fff}.chworx-comparison-table th{padding:.75rem 1rem;text-align:left;font-weight:600;white-space:nowrap}.chworx-comparison-table td{padding:.7rem 1rem;border-bottom:1px solid var(--chw-border);vertical-align:middle}.chworx-comparison-table tbody tr:last-child td{border-bottom:none}.chworx-comparison-table tbody tr:hover{background:var(--chw-accent)}.chworx-table-product{display:flex;align-items:center;gap:.6rem}.chworx-table-product__img{flex-shrink:0}.chworx-table-product a{color:var(--chw-primary);text-decoration:none;font-weight:500}.chworx-table-product a:hover{text-decoration:underline}.chworx-badge{display:inline-block;padding:.2rem .55rem;border-radius:4px;font-size:.75rem;font-weight:600}.chworx-badge--success{background:#d4edda;color:#155724}.chworx-badge--danger{background:#f8d7da;color:#721c24}.wp-block-chworx-faq{margin-bottom:2rem}.wp-block-chworx-faq h2{color:var(--chw-primary)}.chworx-faq__list{margin:0;padding:0}.chworx-faq__question{background:var(--chw-accent);border-left:3px solid var(--chw-primary);padding:.75rem 1rem;font-weight:600;margin-bottom:0;border-radius:4px 4px 0 0;cursor:pointer}.chworx-faq__answer{background:#fff;border:1px solid var(--chw-border);border-top:none;padding:.75rem 1rem;margin:0 0 .75rem;line-height:1.6;border-radius:0 0 4px 4px}.wp-block-chworx-related-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--chw-border)}.wp-block-chworx-related-links h3{color:var(--chw-primary)}.chworx-related-links__list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.chworx-related-links__list a{display:inline-block;padding:.35rem .8rem;background:var(--chw-accent);border:1px solid var(--chw-border);border-radius:20px;color:var(--chw-primary);text-decoration:none;font-size:.875rem;transition:background .15s}.chworx-related-links__list a:hover{background:#d4e9f5}@media (max-width:640px){.wp-block-chworx-hero{padding:2rem 1.25rem}.chworx-product-grid__list{grid-template-columns:repeat(2,1fr)}.chworx-top3{grid-template-columns:1fr}}