/*
Theme Name: TheUnknownDaily Classic V2
Theme URI: https://theunknowndaily.com/
Author: TheUnknownDaily
Description: Classic WordPress theme converted from static HTML pages. Page body HTML is imported into WordPress Pages and rendered raw to preserve layouts.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theunknowndaily-classic-v2
*/

/* Root/global theme layer only. Page layouts are loaded per page from assets/css/*.css. */
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0}
img{max-width:100%;height:auto}
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
.nav .current-menu-item > a,.nav .current_page_item > a,.nav a[aria-current="page"]{color:var(--text,#111);background:var(--soft,#f6f8fb)}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.brand .custom-logo{max-height:44px;width:auto;display:block}
.nav ul{list-style:none;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0;padding:0}
.nav li{list-style:none;margin:0;padding:0}
@media(max-width:760px){.nav ul{display:flex;flex-direction:column;align-items:stretch;gap:4px;margin:0;padding:0}.nav li{display:block}}
