/* === Dog House Theme Enhancement for ChongYue Pet Service === */

/* Navigation styling */
.main-navigation .nav-menu li a {
    color: #362526 !important;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 18px;
    transition: color 0.3s;
}
.main-navigation .nav-menu li a:hover {
    color: #e8471b !important;
    text-decoration: none;
}
.main-navigation .nav-menu li.current-menu-item a {
    color: #e8471b !important;
}

/* Header banner */
.head-banner-img {
    background: linear-gradient(135deg, #362526 0%, #5a3a3b 100%) !important;
    padding: 25px 15px !important;
    min-height: 100px;
}
.display_only h1 a {
    color: #fff !important;
    font-size: 28px !important;
}
.display_only p {
    color: #e0d0d0 !important;
}

/* Toggle button for mobile */
.toggle-button .toggle-bar {
    background-color: #fff !important;
}

/* Content area */
.entry-title {
    color: #362526 !important;
}
.entry-title a {
    color: #362526 !important;
}
.entry-title a:hover {
    color: #e8471b !important;
}

/* Main post content */
.main-post-content-box {
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px;
    transition: box-shadow 0.3s;
}
.main-post-content-box:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Read more links */
.readmore-latest a {
    color: #e8471b !important;
}

/* Footer */
.Main-footer {
    background: #362526 !important;
    color: #fff !important;
    padding: 30px 0 20px !important;
}
.Main-footer .footer-inside {
    color: #ccc !important;
}
.Main-footer a {
    color: #fff !important;
}
.Main-footer a:hover {
    color: #e8471b !important;
}

/* Page content styling */
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #362526;
}

/* Links in content */
.entry-content a {
    color: #e8471b;
}
.entry-content a:hover {
    color: #c43a15;
}

/* Blog listing page improvements */
.blog .main-post-content-box {
    text-align: left;
}
.blog .entry-title {
    text-align: left;
}