/* WordPress integration overrides */
.admin-bar .header-sticky.active{top:32px}
.tkp-site-name{font-size:30px;font-weight:800;line-height:1;color:var(--primary-color);letter-spacing:-1px;white-space:nowrap}
.dark-section .footer-site-name{color:var(--white-color)}
.navbar-brand img,.tkp-logo{max-height:58px;width:auto}
.main-menu .menu-item{position:relative}
.main-menu .menu-item a{display:block}
.current-menu-item>a{color:var(--accent-color)!important}
.wp-post-image{width:100%;height:auto}
.post-content{font-size:18px;line-height:1.75}
.post-content p{line-height:1.8}
.navigation.pagination{margin-top:35px}
.nav-links{display:flex;gap:10px;justify-content:center}
.page-numbers{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--primary-color);border-radius:50%}
.page-numbers.current,.page-numbers:hover{background:var(--accent-color)}
@media(max-width:782px){.admin-bar .header-sticky.active{top:46px}}

.tkp-sticky-disabled .header-sticky.active{position:relative!important;top:auto!important;box-shadow:none!important;}
