/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-body-bg { background-color: #001f3f; color: #ffffff; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; line-height: 1.6; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background-color: #001122; padding: 20px 0; border-bottom: 2px solid #003366; } .wp-logo { font-size: 28px; font-weight: bold; color: #ffffff; text-decoration: none; } .wp-nav { display: flex; gap: 20px; margin-top: 10px; } .wp-nav-link { color: #cccccc; text-decoration: none; font-size: 14px; transition: color 0.3s; } .wp-nav-link:hover { color: #ffffff; } .wp-main-grid { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin-top: 40px; } @media (max-width: 768px) { .wp-main-grid { grid-template-columns: 1fr; } } .wp-article { background-color: rgba(255, 255, 255, 0.05); padding: 30px; border-radius: 8px; margin-bottom: 30px; } .wp-hero-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; } .wp-title { font-size: 36px; margin-bottom: 20px; color: #ffffff; line-height: 1.2; } .wp-subtitle { font-size: 24px; margin: 30px 0 15px; color: #44aaff; } .wp-text { margin-bottom: 20px; font-size: 18px; color: #e0e0e0; } .wp-list { margin-bottom: 20px; padding-left: 20px; } .wp-list-item { margin-bottom: 10px; color: #e0e0e0; } .wp-sidebar { background-color: #001122; padding: 20px; border-radius: 8px; height: fit-content; } .wp-sidebar-title { font-size: 20px; margin-bottom: 20px; border-bottom: 1px solid #003366; padding-bottom: 10px; } .wp-sidebar-list { list-style: none; padding: 0; } .wp-sidebar-item { margin-bottom: 15px; } .wp-sidebar-link { color: #44aaff; text-decoration: none; font-size: 16px; transition: opacity 0.3s; } .wp-sidebar-link:hover { opacity: 0.8; } .wp-read-also { margin-top: 50px; padding-top: 30px; border-top: 1px solid #003366; } .wp-read-also-title { font-size: 22px; margin-bottom: 20px; } .wp-read-also-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } @media (max-width: 600px) { .wp-read-also-grid { grid-template-columns: 1fr; } } .wp-read-link { background-color: #003366; color: #ffffff; padding: 15px; text-decoration: none; border-radius: 4px; text-align: center; transition: background 0.3s; } .wp-read-link:hover { background-color: #004488; } .wp-form-container { margin-top: 40px; background-color: #001122; padding: 30px; border-radius: 8px; border: 1px solid #003366; } .wp-form-title { font-size: 22px; margin-bottom: 15px; } .wp-input { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #003366; background-color: #001f3f; color: #ffffff; border-radius: 4px; box-sizing: border-box; } .wp-button { background-color: #003366; color: #ffffff; padding: 12px 25px; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; font-weight: bold; transition: background 0.3s; width: 100%; display: inline-block; text-align: center; text-decoration: none; } .wp-button:hover { background-color: #004488; } .wp-footer { background-color: #001122; padding: 40px 0; margin-top: 60px; text-align: center; border-top: 2px solid #003366; } .wp-footer-links { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; flex-wrap: wrap; } .wp-footer-link { color: #888888; text-decoration: none; font-size: 14px; } .wp-footer-link:hover { color: #ffffff; } .wp-copyright { color: #555555; font-size: 12px; }