/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap'); body { font-family: 'Work Sans', sans-serif; background-color: #ffffff; color: #333; margin: 0; padding: 0; line-height: 1.6; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background: #ffffff; border-bottom: 1px solid #e0f7f5; padding: 20px 0; position: sticky; top: 0; z-index: 1000; } .wp-logo { font-size: 24px; font-weight: 700; color: #00ced1; text-decoration: none; } .wp-progress-bar { position: fixed; top: 0; left: 0; height: 4px; background: #00ced1; width: 0%; z-index: 1100; } .wp-hero { background: #e0f7f5; padding: 60px 0; text-align: center; } .wp-hero-img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; } .wp-main-content { display: grid; grid-template-columns: 1fr 350px; gap: 40px; padding: 40px 0; } @media (max-width: 992px) { .wp-main-content { grid-template-columns: 1fr; } } .wp-article { background: #fff; } .wp-breadcrumbs { font-size: 14px; color: #888; margin-bottom: 20px; } .wp-breadcrumbs a { color: #00ced1; text-decoration: none; } .wp-meta { font-size: 14px; color: #666; margin-bottom: 20px; display: flex; gap: 15px; flex-wrap: wrap; } .wp-category { background: #00ced1; color: #fff; padding: 2px 10px; border-radius: 4px; font-weight: 600; } .wp-article h1 { font-size: 36px; margin-bottom: 20px; color: #222; } .wp-lead { font-size: 20px; font-weight: 500; color: #444; margin-bottom: 30px; border-left: 4px solid #00ced1; padding-left: 20px; } .wp-article h2, .wp-article h3 { color: #222; margin-top: 30px; } .wp-article blockquote { background: #f9f9f9; border-left: 10px solid #00ced1; margin: 1.5em 10px; padding: 0.5em 10px; font-style: italic; } .wp-tags { margin-top: 40px; display: flex; gap: 10px; } .wp-tag { background: #f0f0f0; padding: 5px 12px; border-radius: 20px; font-size: 13px; color: #555; } .wp-sidebar-block { background: #fcfcfc; border: 1px solid #eee; padding: 25px; border-radius: 8px; margin-bottom: 30px; } .wp-sidebar-title { font-size: 18px; font-weight: 700; margin-bottom: 20px; border-bottom: 2px solid #00ced1; display: inline-block; } .wp-popular-list { list-style: none; padding: 0; } .wp-popular-item { margin-bottom: 15px; display: flex; gap: 10px; } .wp-popular-item a { text-decoration: none; color: #333; font-weight: 500; font-size: 15px; } .wp-popular-item a:hover { color: #00ced1; } .wp-form { display: flex; flex-direction: column; gap: 15px; } .wp-input { padding: 12px; border: 1px solid #ddd; border-radius: 4px; font-family: inherit; } .wp-submit { background: #00ced1; color: #fff; border: none; padding: 12px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: background 0.3s; } .wp-submit:hover { background: #008b8b; } .wp-footer { background: #f8f8f8; padding: 60px 0 20px; border-top: 1px solid #eee; margin-top: 60px; } .wp-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; } .wp-footer-title { font-weight: 700; margin-bottom: 20px; } .wp-footer-links { list-style: none; padding: 0; } .wp-footer-links li { margin-bottom: 10px; } .wp-footer-links a { color: #666; text-decoration: none; } .wp-disclaimer { font-size: 12px; color: #999; text-align: center; border-top: 1px solid #eee; padding-top: 20px; } .wp-cookie-banner { position: fixed; bottom: 20px; left: 20px; right: 20px; background: #fff; border: 1px solid #00ced1; padding: 20px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; z-index: 2000; } .wp-cookie-btn { background: #00ced1; color: #fff; border: none; padding: 8px 20px; border-radius: 4px; cursor: pointer; }