/*
Theme Name: Make Money Online Theme (Professional)
Theme URI: https://m-1.space
Author: Make Money Online
Author URI: https://m-1.space
Description: A fast, clean, professional WordPress theme for content-driven websites.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: make-money-theme
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f8;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    color: #204ecf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    background: #204ecf;
    color: #fff;
    padding: 40px 20px 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
}

header h1 a {
    color: #fff;
    text-decoration: none;
}

.search-form {
    margin-top: 20px;
}

.search-form input[type="search"] {
    padding: 12px 15px;
    width: 60%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    outline: none;
}

.search-form input[type="submit"] {
    padding: 12px 20px;
    border: none;
    background-color: #fff;
    color: #204ecf;
    font-weight: bold;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.search-form input[type="submit"]:hover {
    background-color: #e6e6e6;
}

main {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

article {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

article:hover {
    transform: translateY(-4px);
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.related-posts {
    margin-top: 50px;
}

.related-posts h3 {
    color: #204ecf;
    font-size: 1.3em;
    border-bottom: 2px solid #204ecf;
    padding-bottom: 5px;
}

footer {
    background: #204ecf;
    color: #fff;
    text-align: center;
    padding: 25px 15px;
    margin-top: 50px;
    font-size: 0.95em;
}


/* Enhanced navigation menu */
nav {
    margin-top: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

nav ul li a:hover {
    background-color: rgba(255,255,255,0.2);
}
