/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-body { background-color: #2d004d; color: #ffffff; font-family: 'Segoe UI', serif; margin: 0; padding: 0; line-height: 1.6; } .wp-container { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; padding: 20px; } .wp-header { width: 100%; padding: 30px 20px; border-bottom: 2px solid #3d0066; margin-bottom: 20px; } .wp-logo { font-size: 32px; font-weight: bold; color: #ffffff; text-decoration: none; } .wp-main { flex: 3; min-width: 300px; padding-right: 30px; } .wp-sidebar { flex: 1; min-width: 250px; background: #3d0066; padding: 25px; border-radius: 12px; height: fit-content; } .wp-article { background: #3d0066; padding: 35px; border-radius: 12px; margin-bottom: 30px; } .wp-title { font-size: 36px; margin-bottom: 25px; color: #ffffff; } .wp-subtitle { font-size: 24px; margin-top: 30px; margin-bottom: 15px; color: #e6e6e6; } .wp-text { font-size: 17px; margin-bottom: 20px; color: #f2f2f2; } .wp-list { margin-bottom: 25px; padding-left: 20px; } .wp-list-item { margin-bottom: 10px; } .wp-img { width: 100%; height: auto; border-radius: 12px; margin-bottom: 30px; object-fit: cover; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .wp-button { background-color: #800080; color: #ffffff; padding: 15px 35px; border: none; border-radius: 12px; cursor: pointer; font-weight: bold; font-size: 18px; transition: background 0.3s ease; text-decoration: none; display: inline-block; } .wp-button:hover { background-color: #990099; } .wp-form { background: #4d0080; padding: 30px; border-radius: 12px; margin-top: 40px; } .wp-input { width: 100%; padding: 15px; margin-bottom: 20px; border-radius: 8px; border: 1px solid #660099; background: #ffffff; color: #333; box-sizing: border-box; } .wp-footer { width: 100%; padding: 40px 20px; border-top: 2px solid #3d0066; margin-top: 40px; text-align: center; } .wp-footer-links { margin-bottom: 20px; } .wp-footer-link { color: #cccccc; text-decoration: none; margin: 0 15px; font-size: 14px; } .wp-footer-link:hover { color: #ffffff; } .wp-sidebar-title { font-size: 20px; margin-bottom: 20px; border-bottom: 1px solid #660099; padding-bottom: 10px; } .wp-sidebar-list { list-style: none; padding: 0; } .wp-sidebar-item { margin-bottom: 15px; } .wp-sidebar-link { color: #e6e6e6; text-decoration: none; font-size: 15px; } .wp-sidebar-link:hover { color: #ffffff; text-decoration: underline; } .wp-related { margin-top: 50px; padding: 30px; background: #3d0066; border-radius: 12px; } .wp-related-title { font-size: 22px; margin-bottom: 20px; } .wp-related-link { display: block; color: #ffffff; font-weight: bold; margin-bottom: 15px; text-decoration: none; font-size: 18px; } .wp-related-link:hover { color: #990099; } @media (max-width: 768px) { .wp-main { padding-right: 0; } .wp-container { padding: 10px; } .wp-article { padding: 20px; } }