/* Best Web Hosting 2026 — EasyTopSpot editorial design */
/* Unique CSS prefix: wh- */

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

.wh,.wh *{box-sizing:border-box}
.wh{max-width:740px;margin:0 auto;padding:20px 16px 60px;font-family:'Inter',system-ui,sans-serif;font-size:16px;line-height:1.75;color:#222;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}
.wh *{box-sizing:border-box;max-width:100%}
.wh img{max-width:100%;height:auto;display:block}
.wh a{color:#d32f2f;text-decoration:none;font-weight:500}
.wh a:hover{text-decoration:underline}

/* BREADCRUMB */
.wh-crumb{font-size:12px;color:#888;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.wh-crumb a{color:#888;font-weight:500}

/* HERO */
.wh h1{font-size:28px;font-weight:900;line-height:1.15;color:#111;margin-bottom:10px;letter-spacing:-.3px}
.wh-subtitle{font-size:16px;color:#555;margin-bottom:16px;line-height:1.5}
.wh-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:#777;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #eee}
.wh-meta img{width:32px;height:32px;border-radius:50%}
.wh-meta strong{color:#222}

/* UPDATED BOX */
.wh-updated{background:#fff3e0;border:1px solid #ffe0b2;border-radius:8px;padding:12px 16px;font-size:13px;color:#e65100;margin-bottom:28px;display:flex;align-items:center;gap:8px}

/* TOC */
.wh-toc{background:#f8f9fa;border:1px solid #eee;border-radius:10px;padding:16px 20px;margin:0 0 32px}
.wh-toc h2{font-size:15px;margin:0 0 10px;color:#111}
.wh-toc ol{margin:0;padding-left:20px}
.wh-toc li{margin-bottom:4px;font-size:14px;line-height:1.6}
.wh-toc a{color:#d32f2f;font-weight:500}

/* SECTION TITLES */
.wh h2{font-size:22px;font-weight:800;color:#111;margin:36px 0 14px;letter-spacing:-.2px}
.wh h3{font-size:17px;font-weight:700;color:#111;margin:24px 0 10px}
.wh p{margin:0 0 16px;color:#333}

/* WINNER CARD */
.wh-winner{border:2px solid #d32f2f;border-radius:12px;overflow:hidden;margin:20px 0 28px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.wh-winner-tag{background:#d32f2f;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:6px 16px;display:flex;align-items:center;gap:6px}
.wh-winner-body{padding:16px}
.wh-winner-top{display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}
.wh-winner-img{width:120px;height:120px;border-radius:8px;object-fit:contain;background:#f5f5f5;flex-shrink:0;padding:8px}
.wh-winner-info h3{margin:0 0 2px;font-size:18px}
.wh-winner-info p{margin:0;font-size:13px;color:#666}
.wh-winner-score{margin-left:auto;background:#d32f2f;color:#fff;font-size:20px;font-weight:900;min-width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.wh-winner-specs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:12px 0}
.wh-winner-spec{background:#fafafa;border-radius:6px;padding:8px 10px;font-size:12px}
.wh-winner-spec b{display:block;color:#111;font-size:13px}
.wh-winner-spec span{color:#888}
.wh-winner-cta{display:block;background:#d32f2f;color:#fff!important;text-align:center;padding:12px;border-radius:8px;font-size:15px;font-weight:700;margin-top:12px;text-decoration:none!important}
.wh-winner-cta:hover{background:#b71c1c}

/* PRODUCT CARD */
.wh-product{background:#fff;border:1px solid #eee;border-radius:12px;margin:20px 0;box-shadow:0 1px 6px rgba(0,0,0,.04);overflow:hidden}
.wh-product-rank{background:#f5f5f5;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:6px 16px;color:#666;border-bottom:1px solid #eee}
.wh-product-body{padding:16px}
.wh-product-top{display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}
.wh-product-img{width:100px;height:100px;border-radius:8px;object-fit:contain;background:#f5f5f5;flex-shrink:0;padding:8px}
.wh-product-info h3{margin:0 0 2px;font-size:16px}
.wh-product-info p{margin:0;font-size:13px;color:#666}
.wh-product-score{margin-left:auto;background:#222;color:#fff;font-size:17px;font-weight:800;min-width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* SCORE BARS */
.wh-bars{margin:12px 0}
.wh-bar{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:12px}
.wh-bar-label{width:90px;color:#666;flex-shrink:0}
.wh-bar-track{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}
.wh-bar-fill{height:100%;border-radius:3px;background:#d32f2f}
.wh-bar-val{width:28px;text-align:right;font-weight:600;color:#222}

/* GOOD / BAD */
.wh-gb{display:flex;flex-direction:column;gap:8px;margin:14px 0}
.wh-g{background:#e8f5e9;border-radius:8px;padding:12px;font-size:13px}
.wh-b{background:#fce4ec;border-radius:8px;padding:12px;font-size:13px}
.wh-label-g,.wh-label-b{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin:0 0 6px}
.wh-label-g{color:#2e7d32}
.wh-label-b{color:#c62828}
.wh-gb ul{margin:0;padding-left:16px}
.wh-gb li{margin-bottom:2px;line-height:1.5}

/* CTA */
.wh-cta{display:block;background:#222;color:#fff!important;text-align:center;padding:12px;border-radius:8px;font-size:14px;font-weight:700;margin:14px 0 0;text-decoration:none!important}
.wh-cta:hover{background:#333}

/* TABLE */
.wh-tw{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0}
.wh-t{width:100%;border-collapse:collapse;font-size:12px;min-width:520px}
.wh-t thead{background:#222;color:#fff}
.wh-t th{padding:10px 8px;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}
.wh-t td{padding:10px 8px;border-bottom:1px solid #f0f0f0}
.wh-t tr:nth-child(even){background:#fafafa}
.wh-t td:first-child{font-weight:600}

/* METHODOLOGY */
.wh-method{background:#f8f9fa;border-radius:10px;padding:16px;margin:24px 0}
.wh-method h3{margin-top:0}

/* FAQ */
.wh-faq{margin:32px 0}
.wh-faq-item{border-bottom:1px solid #eee;padding:14px 0}
.wh-faq-q{font-weight:700;font-size:15px;color:#111;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.wh-faq-q::after{content:'+';font-size:20px;color:#999;transition:transform .2s}
.wh-faq-item.open .wh-faq-q::after{content:'-'}
.wh-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:14px;color:#555;line-height:1.7}
.wh-faq-item.open .wh-faq-a{max-height:500px;padding-top:10px}

/* TRUST */
.wh-trust{background:#f0f7ff;border:1px solid #bbdefb;border-radius:10px;padding:16px;margin:24px 0}
.wh-trust h3{margin-top:0;color:#1565c0}

/* VERDICT */
.wh-verdict{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border-radius:12px;padding:20px;margin:32px 0}
.wh-verdict h2{color:#fff;margin-top:0}
.wh-verdict p{color:#ccc}
.wh-verdict strong{color:#fff}

/* AFFILIATE DISCLOSURE */
.wh-disclosure{font-size:11px;color:#999;font-style:italic;margin:20px 0;padding:10px;border-left:3px solid #eee}

/* RESPONSIVE */
@media(max-width:600px){
  .wh h1{font-size:22px}
  .wh h2{font-size:18px}
  .wh-winner-top,.wh-product-top{flex-direction:column;align-items:center;text-align:center}
  .wh-winner-score,.wh-product-score{margin:8px auto 0}
  .wh-winner-specs{grid-template-columns:1fr}
  .wh-winner-img,.wh-product-img{width:80px;height:80px}
}
