/**
 * Whirlpool / supplier content description styles
 * Loaded on product pages — provides CSS for scraped content
 * that PS may strip <style> tags from ps_product_lang.description
 */
.wp-description.supplier_whirlpool{font-family:Arial,sans-serif;color:#333;max-width:1200px;margin:0 auto}
.wp-section-title{font-size:1.2em;margin:1.8em 0 1em;padding-bottom:.4em;border-bottom:2px solid #6db33f;color:#333;font-weight:700}
.wp-section-title:first-child{margin-top:0}
.wp-intro{font-size:1.05em;line-height:1.6;margin-bottom:1.5em;color:#555}
.wp-hero-feature{display:flex;gap:0;align-items:stretch;margin-bottom:1.2em;background:#f8f9fa;border-radius:10px;overflow:hidden}
.wp-hero-feature:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.wp-hero-feature.reverse{flex-direction:row-reverse}
.wp-hero-img{flex:0 0 35%;max-width:35%}
.wp-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.wp-hero-text{flex:1;padding:1.2em 1.5em;display:flex;flex-direction:column;justify-content:center}
.wp-hero-text h3{font-size:1.05em;margin:0 0 .3em;color:#222}
.wp-short-desc{font-size:.9em;line-height:1.5;color:#555;margin:0}
.wp-full-desc{font-size:.85em;line-height:1.6;color:#666;margin:.8em 0 0;display:none;padding-top:.6em;border-top:1px solid #e0e0e0}
.wp-info-toggle{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-size:.8em;color:#6db33f;font-weight:600;padding:0;margin-top:.5em}
.wp-info-toggle:hover{color:#4a8c2a}
.wp-i{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid currentColor;font-size:11px;font-weight:700;font-style:italic;font-family:Georgia,serif;flex-shrink:0}
.wp-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1em}
.wp-feature-card{background:#f8f9fa;border-radius:8px;overflow:hidden}
.wp-feature-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.07)}
.wp-feature-card-inner{display:flex;gap:.8em;padding:.8em;align-items:flex-start}
.wp-feature-thumb{flex-shrink:0;width:52px;height:52px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.wp-feature-thumb img{width:100%;height:100%;object-fit:contain}
.wp-feature-body{flex:1;min-width:0}
.wp-feature-body h4{font-size:.88em;margin:0 0 .2em;color:#222}
.wp-feature-body .wp-short-desc{font-size:.82em;color:#666;margin:0;line-height:1.4}
.wp-feature-body .wp-full-desc{font-size:.8em;color:#777;margin:.5em 0 0;line-height:1.5;padding-top:.4em;border-top:1px solid #eee}
.wp-feature-body .wp-info-toggle{margin-top:.3em;font-size:.78em}
.wp-features-hidden{display:none}
.wp-show-more-btn{display:flex;align-items:center;justify-content:center;gap:6px;margin:1.2em auto 0;padding:8px 24px;background:#fff;border:2px solid #6db33f;color:#6db33f;border-radius:6px;cursor:pointer;font-size:.88em;font-weight:600}
.wp-show-more-btn:hover{background:#6db33f;color:#fff}
.wp-show-more-btn .arrow{transition:transform .3s}
.wp-specs-table{width:100%;border-collapse:collapse;margin-bottom:1em}
.wp-specs-table td{padding:.5em .7em;border-bottom:1px solid #eee}
.wp-specs-table td:first-child{font-weight:500;width:55%;color:#555}
.wp-specs-table tr:nth-child(even){background:#fafafa}
.wp-specs-category h3{font-size:.95em;margin:1.2em 0 .5em;color:#444}
@media(max-width:768px){
.wp-hero-feature,.wp-hero-feature.reverse{flex-direction:column}
.wp-hero-img{flex:none;max-width:100%}
.wp-hero-img img{max-height:200px;object-fit:cover}
.wp-hero-text{padding:1em}
}
@media(max-width:600px){
.wp-features-grid,.wp-features-hidden{grid-template-columns:1fr!important}
.wp-feature-card-inner{padding:.6em}
}
