/*
Theme Name: Berita Modern
Theme URI: https://example.com/berita-modern
Author: Custom Dev
Author URI: https://example.com
Description: Tema WordPress modern, ringan, dan responsif untuk portal berita nasional. Dilengkapi breaking news ticker, featured news, latest news, sidebar populer, dan navigasi kategori. Dibangun murni dengan PHP, CSS, dan JavaScript vanilla di atas WordPress Loop/API — tanpa framework tambahan (bukan React, bukan Laravel). Warna utama dapat dikustomisasi lewat Customizer.
Version: 1.0.20
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: berita-modern
Tags: news, blog, grid-layout, one-column, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments

Berita Modern adalah starter theme untuk portal berita. Seluruh style utama
ada di assets/css/main.css, dimuat lewat wp_enqueue_style() di functions.php
agar cache-busting versioning tetap berjalan. File ini sengaja dibiarkan
minimal (hanya header wajib WordPress) supaya proses loading tetap ringan.
*/

/* Footer branding refinement */
.site-footer .footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.site-footer .footer__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer__logo .custom-logo {
  display: block;
  max-width: 112px;
  max-height: 112px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.site-footer .footer__logo-name {
  display: block;
  color: var(--bm-navy, #0f2945);
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: .055em;
  text-decoration: none;
}
.site-footer .footer__logo-name:hover {
  color: var(--bm-gold, #d9a514);
}
@media (max-width: 700px) {
  .site-footer .footer__logo { align-items: center; }
  .site-footer .footer__logo .custom-logo { max-width: 96px; max-height: 96px; }
  .site-footer .footer__logo-name { font-size: 16px; }
}
