/*
Theme Name: Blogum Child
Theme URI: https://faton.works/blogum/
Template: blogum
Author: ThemeGuri
Author URI: https://themeforest.net/user/themeguri
Description: Child theme for Blogum – a premium, multi-style magazine WordPress theme. Use this child theme to safely add your own customizations without losing them on parent theme updates.
Version: 1.3.1
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogum-child

Copyright: (C) 2026 ThemeGuri. All rights reserved.
*/

/*
 * Add your custom CSS overrides below this line.
 * The parent theme (Blogum) styles are automatically loaded before these.
 * =========================================================================
 */

/* The parent theme ships a Windows-only demo path; keep the overlay local and quiet. */
.blg-overlay-menu::before {
    background-image: none !important;
}

/* Keep homepage editorial copy and the secondary consent action readable. */
.blg-feed .blg-post-content > p {
    color: #f0e8e8 !important;
}

.blg-feed .blg-gdpr-bar__btn--decline {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}
