/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-body-wrapper { background-color: #fffde7; color: #000; font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; line-height: 1.7; } .wp-header { background-color: #000; color: #fff; padding: 25px 0; text-align: center; border-bottom: 6px solid #ffeb3b; } .wp-logo { font-size: 36px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #ffeb3b; text-decoration: none; } .wp-nav { margin-top: 20px; } .wp-nav-link { color: #fff; text-decoration: none; margin: 0 15px; font-weight: 700; text-transform: uppercase; font-size: 13px; transition: color 0.3s; } .wp-nav-link:hover { color: #ffeb3b; } .wp-container { max-width: 1200px; margin: 40px auto; display: flex; flex-wrap: wrap; gap: 35px; padding: 0 25px; } .wp-main-content { flex: 2; background: #ffffff; padding: 50px; border-radius: 12px; box-shadow: 10px 10px 0px rgba(0,0,0,0.05); } .wp-sidebar { flex: 1; min-width: 300px; } .wp-sidebar-widget { background: #ffffff; padding: 30px; border-radius: 12px; margin-bottom: 35px; box-shadow: 5px 5px 0px rgba(0,0,0,0.05); border: 1px solid #eee; } .wp-hero-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; display: block; border: 4px solid #000; } .wp-title { font-size: 42px; line-height: 1.1; margin-bottom: 25px; font-weight: 900; color: #000; } .wp-subtitle { font-size: 26px; margin: 35px 0 18px; font-weight: 800; color: #000; border-bottom: 3px solid #ffeb3b; display: inline-block; } .wp-text { font-size: 18px; margin-bottom: 22px; text-align: left; } .wp-list { margin-bottom: 30px; padding-left: 20px; } .wp-list-item { margin-bottom: 12px; list-style-type: none; position: relative; padding-left: 25px; } .wp-list-item::before { content: '✔'; position: absolute; left: 0; color: #ffeb3b; font-weight: bold; background: #000; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 10px; } .wp-read-also { background: #fffde7; padding: 30px; border-radius: 8px; margin-top: 50px; border: 2px solid #000; } .wp-read-also-title { font-size: 22px; font-weight: 900; margin-bottom: 20px; text-transform: uppercase; color: #000; } .wp-news-link { display: block; color: #000; text-decoration: none; font-weight: 700; margin-bottom: 12px; padding: 8px 12px; border: 1px solid #000; background: #fff; transition: all 0.3s; } .wp-news-link:hover { background: #ffeb3b; transform: translateX(5px); } .wp-sidebar-title { font-size: 22px; font-weight: 900; margin-bottom: 25px; text-transform: uppercase; color: #000; position: relative; } .wp-sidebar-title::after { content: ''; display: block; width: 50px; height: 5px; background: #ffeb3b; margin-top: 5px; } .wp-sidebar-list { list-style: none; padding: 0; } .wp-sidebar-item { margin-bottom: 15px; border-bottom: 1px solid #f0f0f0; } .wp-sidebar-link { text-decoration: none; color: #000; font-weight: 600; display: block; padding: 12px 0; transition: color 0.3s; } .wp-sidebar-link:hover { color: #fbc02d; padding-left: 5px; } .wp-form-container { background: #000; color: #fff; padding: 30px; border-radius: 12px; } .wp-input { width: 100%; padding: 18px; margin-bottom: 18px; border: none; border-radius: 6px; font-size: 16px; box-sizing: border-box; background: #fff; color: #000; } .wp-submit-btn { width: 100%; background: #ffeb3b; color: #000; border: none; padding: 18px; font-size: 20px; font-weight: 900; text-transform: uppercase; cursor: pointer; border-radius: 6px; transition: all 0.2s; box-shadow: 4px 4px 0px #000; } .wp-submit-btn:hover { background: #fff; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #ffeb3b; } .wp-footer { background: #000; color: #fff; padding: 80px 20px; text-align: center; margin-top: 60px; } .wp-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } .wp-footer-link { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; opacity: 0.7; transition: opacity 0.3s, color 0.3s; } .wp-footer-link:hover { opacity: 1; color: #ffeb3b; } .wp-footer-copy { font-size: 13px; opacity: 0.4; margin-top: 30px; letter-spacing: 1px; } @media (max-width: 992px) { .wp-container { flex-direction: column; } .wp-main-content { padding: 30px; } }