/**
 * Page-specific fixes for KpopForever website
 * Addresses color and styling issues across different pages
 */

/* Fix for kpop-insights.html navigation menu */
body.kpop-insights-page .main-header {
    background-color: #111;
    border-bottom: 1px solid #333;
}

body.kpop-insights-page .header-top {
    background-color: #111;
}

body.kpop-insights-page .logo-kpop {
    color: #fff;
}

body.kpop-insights-page .logo-news {
    color: #ff3366;
}

body.kpop-insights-page .main-nav {
    background-color: #222;
}

body.kpop-insights-page .nav-list > li > a {
    color: #fff;
}

body.kpop-insights-page .nav-list > li.active > a {
    color: #ff3366;
}

body.kpop-insights-page .dropdown {
    background-color: #222;
    border: 1px solid #333;
}

body.kpop-insights-page .dropdown a {
    color: #ddd;
}

body.kpop-insights-page .dropdown a:hover {
    background-color: #333;
}

body.kpop-insights-page .search-bar input {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
}

body.kpop-insights-page .search-bar button {
    background-color: #ff3366;
    color: #fff;
}

body.kpop-insights-page .language-select {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
}

body.kpop-insights-page .menu-toggle {
    color: #fff;
}

/* Fix for entertainment.html footer */
body.entertainment-page .main-footer,
#entertainment-section .main-footer {
    background-color: #111 !important;
    color: #fff !important;
}

body.entertainment-page .footer-section h4,
#entertainment-section .footer-section h4 {
    color: #fff !important;
}

body.entertainment-page .footer-section p,
#entertainment-section .footer-section p {
    color: #aaa !important;
}

body.entertainment-page .footer-section a,
#entertainment-section .footer-section a {
    color: #ddd !important;
}

body.entertainment-page .footer-section a:hover,
#entertainment-section .footer-section a:hover {
    color: #ff3366 !important;
}

body.entertainment-page .footer-bottom,
#entertainment-section .footer-bottom {
    border-top: 1px solid #333 !important;
    background-color: #111 !important;
}

body.entertainment-page .footer-bottom p,
#entertainment-section .footer-bottom p {
    color: #888 !important;
}

/* Fix for daily-briefs.html footer */
body.daily-briefs-page .main-footer {
    background-color: #111;
    color: #fff;
}

body.daily-briefs-page .footer-section h4 {
    color: #fff;
}

body.daily-briefs-page .footer-section p {
    color: #aaa;
}

body.daily-briefs-page .footer-section a {
    color: #ddd;
}

body.daily-briefs-page .footer-section a:hover {
    color: #ff3366;
}

body.daily-briefs-page .footer-bottom {
    border-top: 1px solid #333;
}

body.daily-briefs-page .footer-bottom p {
    color: #888;
}
