/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-body-wrapper { background-color: #f1f8e9; margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; } .wp-header { background: #ffffff; border-bottom: 3px solid #4caf50; padding: 20px 0; text-align: center; } .wp-logo { font-size: 32px; font-weight: bold; color: #2e7d32; text-decoration: none; } .wp-navigation { margin-top: 15px; } .wp-nav-link { margin: 0 15px; color: #2e7d32; text-decoration: none; font-weight: 500; } .wp-nav-link:hover { text-decoration: underline; } .wp-container { max-width: 1200px; margin: 30px auto; padding: 0 20px; display: flex; gap: 40px; } .wp-main-content { flex: 1; background: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } .wp-sidebar { width: 300px; } .wp-hero-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; object-fit: cover; max-height: 450px; } .wp-article-title { font-size: 36px; color: #1b5e20; margin-bottom: 25px; line-height: 1.2; } .wp-section-subtitle { font-size: 24px; color: #2e7d32; margin: 35px 0 15px; } .wp-text-paragraph { margin-bottom: 20px; font-size: 17px; text-align: justify; } .wp-feature-list { margin: 20px 0 30px 25px; list-style-type: square; color: #2e7d32; } .wp-list-item { margin-bottom: 10px; color: #333; } .wp-form-box { background: #e8f5e9; padding: 30px; border-radius: 8px; border: 1px solid #c8e6c9; margin-top: 40px; } .wp-form-headline { font-size: 22px; color: #2e7d32; margin-bottom: 15px; text-align: center; } .wp-form-input { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #c8e6c9; border-radius: 4px; box-sizing: border-box; } .wp-submit-btn { background: #4caf50; color: #ffffff; border: none; padding: 15px 30px; border-radius: 4px; font-size: 18px; cursor: pointer; width: 100%; font-weight: bold; transition: background 0.3s; } .wp-submit-btn:hover { background: #388e3c; } .wp-sidebar-widget { background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 30px; border-top: 4px solid #4caf50; } .wp-widget-title { font-size: 20px; color: #2e7d32; margin-bottom: 15px; border-bottom: 1px solid #e8f5e9; padding-bottom: 5px; } .wp-widget-list { list-style: none; padding: 0; } .wp-widget-item { margin-bottom: 12px; } .wp-widget-link { text-decoration: none; color: #333; font-size: 16px; transition: color 0.2s; } .wp-widget-link:hover { color: #4caf50; } .wp-read-also { margin-top: 50px; padding-top: 20px; border-top: 1px solid #e8f5e9; } .wp-read-also-title { font-size: 24px; color: #1b5e20; margin-bottom: 20px; } .wp-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .wp-grid-link { display: block; background: #f1f8e9; padding: 15px; border-radius: 6px; text-decoration: none; color: #2e7d32; font-weight: 500; text-align: center; border: 1px solid #c8e6c9; } .wp-grid-link:hover { background: #dcedc8; } .wp-footer { background: #ffffff; padding: 40px 0; border-top: 1px solid #c8e6c9; margin-top: 50px; text-align: center; } .wp-footer-links { margin-bottom: 20px; } .wp-footer-link { margin: 0 15px; text-decoration: none; color: #666; font-size: 14px; } .wp-footer-link:hover { color: #4caf50; } .wp-copyright { color: #999; font-size: 13px; } @media (max-width: 900px) { .wp-container { flex-direction: column; } .wp-sidebar { width: 100%; } .wp-link-grid { grid-template-columns: 1fr; } }