/*
 Theme Name: AIFocus Child (MoreNews)
 Theme URI: https://aifocus.co.kr/
 Description: Child theme for MoreNews/NewsCorp customization (menu color, ticker color, footer legal, ad helpers)
 Author: AIFocus
 Template: morenews
 Version: 1.0.0
*/

/* === Menu bar background (so the whole bar is blue) === */
#main-navigation-bar {
  background-color: #2f6de0 !important;
}

/* Menu hover (slightly darker) */
#main-navigation-bar .menu li:hover > a {
  background-color: #234fb6 !important;
}

/* === Issue label (ticker) orange color === */
.exclusive-now.primary-color {
  background-color: #ff7a29 !important;
  color: #ffffff !important;
}
.exclusive-now.primary-color .aft-box-ripple div {
  background-color: #ff7a29 !important;
}

/* === Sidebar ad styling === */
.ad-box{margin:0 0 20px;padding:0}
.ad-label{font-size:11px;opacity:.6;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.sidebar .adsbygoogle, .widget .adsbygoogle{max-width:100%}
.ad-sidebar-top{margin-bottom:18px}
.ad-sidebar-bottom{margin-top:18px}

/* Optional sticky first widget (uncomment if desired) */
/*
.sidebar .widget:first-child{position:sticky;top:90px}
*/

/* === Hide original site-info (theme credit) and show custom legal === */
.site-info, .site-info * { display: none !important; }

.footer-legal{
  color:#fff;
  text-align:center;
  line-height:1.7;
  font-size:14px;
  padding:14px 0;
}

.footer-legal {
    font-size: 1.1em; /* 글자 크기 */
    color: rgba(0, 0, 0, 0.9) !important; /* 진한 검정, 우선순위 높임 */
    font-weight: 500; /* 굵게 */
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
}




