/*
Theme Name: Pole to Plate Distribution
Version: 1.4.2
Author: P2P Web
*/
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#22303c;line-height:1.6}
a{color:#1f5fa8}.wrap{max-width:1040px;margin:0 auto;padding:0 22px}
.site-header{border-bottom:1px solid #e2e7ec;background:#fff}
.hdr{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.brand{font-size:20px;font-weight:600;color:#14324f;text-decoration:none;letter-spacing:-.2px}
.brand span{color:#3d8b45}
.nav a{margin-left:22px;font-size:14px;color:#48555f;text-decoration:none}
.nav a:hover{color:#1f5fa8}
.hero{background:#14324f;color:#fff;padding:64px 0}
.hero h1{font-size:33px;margin:0 0 12px;font-weight:600;letter-spacing:-.4px}
.hero p{font-size:16px;color:#c3d2e0;max-width:600px;margin:0 0 24px}
.btn{display:inline-block;background:#3d8b45;color:#fff;padding:11px 22px;border-radius:3px;text-decoration:none;font-size:14px}
.cols{display:flex;gap:30px;flex-wrap:wrap;padding:52px 0}
.col{flex:1;min-width:230px}.col h3{font-size:16px;margin:0 0 8px;color:#14324f}
.col p{font-size:14px;color:#55636e;margin:0}
.strip{background:#f4f7f9;padding:44px 0;border-top:1px solid #e2e7ec}
.strip h2{font-size:20px;margin:0 0 20px;color:#14324f}
article{background:#fff;border:1px solid #e2e7ec;border-radius:3px;padding:18px;margin-bottom:14px}
article h2{font-size:16px;margin:0 0 6px}article h2 a{text-decoration:none}
.meta{font-size:12px;color:#8996a2;margin-bottom:8px}
.site-footer{background:#14324f;color:#9fb4c8;font-size:13px;padding:30px 0;margin-top:0}
.site-footer a{color:#c3d2e0}