/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
body{font-family:'Work Sans',sans-serif;background-color:#faf7f2;color:#1a1a1a} *{box-sizing:border-box} .wp-hero-img{width:100%;border-radius:1.25rem;object-fit:cover;max-height:600px;display:block} .wp-blockquote{border-left:4px solid #1b4332;padding:1rem 1.25rem;font-style:italic;color:#4b5563;background:#f0faf4;border-radius:0 .5rem .5rem 0;margin:2rem 0} .wp-tag{display:inline-block;background:#e8f5e9;color:#1b4332;padding:.25rem .85rem;border-radius:999px;font-size:.78rem;font-weight:600;margin:.2rem} .wp-sidebar-card{background:white;border-radius:1rem;padding:1.35rem;box-shadow:0 1px 6px rgba(0,0,0,.07)} .wp-input{width:100%;border:1.5px solid #d1d5db;border-radius:.6rem;padding:.65rem 1rem;font-size:.9rem;outline:none;font-family:'Work Sans',sans-serif;background:white} .wp-input:focus{border-color:#1b4332} .wp-btn-primary{background-color:#1b4332;color:white;border:none;cursor:pointer;font-family:'Work Sans',sans-serif;transition:background .2s} .wp-btn-primary:hover{background-color:#0f2d1e} .wp-progress-bar-wrap{position:fixed;top:0;left:0;width:100%;height:3px;background:rgba(0,0,0,.08);z-index:9999} #wp-progress-bar{height:3px;background:#1b4332;width:0%;transition:width .15s linear} a{text-decoration:none}