/* ===== VibeCoding Channel Header/Footer Fix ===== */
/* Theme global styles set #000001 as default text color.
   On dark backgrounds (#0f172a) this makes text invisible. */

/* --- Header --- */
.site-header,
header.wp-block-template-part {
    color: #e2e8f0 !important;
}
.site-header a,
.site-header .wp-block-navigation a,
.site-header .wp-block-navigation-item__content,
header a {
    color: #e2e8f0 !important;
}
.site-header a:hover,
.site-header .wp-block-navigation a:hover,
header a:hover {
    color: #ffffff !important;
}
.site-header .wp-block-site-title a {
    color: #f1f5f9 !important;
    font-weight: 700;
}

/* --- Nav submenu (dropdown) --- */
.site-header .wp-block-navigation__submenu-container,
header .wp-block-navigation__submenu-container {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
}
.site-header .wp-block-navigation__submenu-container a,
.site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
header .wp-block-navigation__submenu-container a {
    color: #cbd5e1 !important;
    padding: 8px 20px !important;
}
.site-header .wp-block-navigation__submenu-container a:hover,
header .wp-block-navigation__submenu-container a:hover {
    color: #ffffff !important;
    background-color: #334155 !important;
}

/* --- Footer --- */
.site-footer,
footer.wp-block-template-part {
    color: #94a3b8 !important;
}
.site-footer a,
footer a {
    color: #e2e8f0 !important;
}
.site-footer a:hover,
footer a:hover {
    color: #ffffff !important;
}
.site-footer h1, .site-footer h2, .site-footer h3,
footer h1, footer h2, footer h3 {
    color: #f1f5f9 !important;
}

.site-footer p, .site-footer li,
footer p, footer li {
    color: #94a3b8 !important;
}

.site-footer .fluentform,
.site-footer .ff-el-group,
footer form, footer input, footer button {
    color: #e2e8f0 !important;
}
