/*
Theme Name: Panaraa News
Theme URI: https://panaraa.id/
Author: Panaraa Creative Media
Author URI: https://panaraa.id/
Description: Theme WordPress Portal Berita Nasional & Wirausaha Muda Indonesia yang modern, responsive, ultra-ringan, dan modular. terinspirasi oleh youngster.id. Built with Vanilla PHP, CSS3, and Vanilla JavaScript.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: panaraa
Tags: news, portal, blog, grid-layout, custom-colors, responsive, translation-ready, indonesia
*/


/* PANARAA CRITICAL UI SAFETY */
/* Search modal and mobile drawer must never appear in normal document flow. */
.search-modal-overlay { display: none; }
.search-modal-overlay.active { display: flex; }
.mobile-drawer-overlay { display: none; }
.mobile-drawer-overlay.active { display: block; }
.mobile-drawer { display: none; }
.mobile-drawer.active { display: flex; }

/* Keep the header logo within the intended news-header proportions. */
.site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: var(--panaraa-navbar-logo-width, 180px);
    line-height: 0;
}
.site-branding .custom-logo {
    display: block;
    width: auto;
    max-width: var(--panaraa-navbar-logo-width, 180px);
    max-height: 52px;
    height: auto;
    object-fit: contain;
}
