/*
Theme Name:  Topex Theme
Theme URI:   https://topex.net.ua
Description: Child theme для Twenty Twenty-Five с UIkit 3 framework.
Author:      Topex
Author URI:  https://topex.net.ua
Template:    twentytwentyfive
Version:     1.1.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: topex-theme
*/

/* ==========================================================================
   WordPress + UIkit compatibility layer.
   UIkit CSS loads first, then parent theme, then this file.
   ========================================================================== */

/* Prevent UIkit from resetting WordPress admin bar */
#wpadminbar {
	z-index: 99999 !important;
}

body.admin-bar .uk-sticky.uk-active {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar .uk-sticky.uk-active {
		top: 46px !important;
	}
}

/* WordPress block alignment compatibility with UIkit container */
.wp-site-blocks .uk-container {
	padding-left: 15px;
	padding-right: 15px;
}

/* Ensure WordPress images work with UIkit responsive utilities */
.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/* WordPress navigation block → UIkit navbar harmony */
.wp-block-navigation .wp-block-navigation-item a {
	text-decoration: none;
}

/* UIkit card inside WordPress blocks */
.wp-block-group .uk-card {
	margin-bottom: 0;
}
