/*
Theme Name: Evercoco GeneratePress
Theme URI: https://evercoco.kr/
Description: Lightweight GeneratePress child theme for Evercoco performance, Naver crawlability, and stable ad layout.
Author: Novamira
Template: generatepress
Version: 1.0.0
Text Domain: evercoco-generatepress
*/

html,
body {
    color: #000;
    background: #fff;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

a,
a:visited {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-header {
    background: #35a61b;
}

.main-navigation {
    background: #000;
}

.main-navigation .main-nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.main-navigation .main-nav > ul::-webkit-scrollbar {
    display: none;
}

.main-navigation .main-nav ul li a {
    color: #fff;
    font-weight: 700;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li.current-menu-item > a {
    color: #fff;
    background: #000;
}

.entry-title,
.entry-title a,
.entry-content,
.entry-summary,
.entry-meta,
.entry-meta a,
.widget,
.widget a {
    color: #000;
}

.novamira-ad,
.adsbygoogle {
    display: block;
    min-height: 250px;
}
