/*!
Theme Name: Revibes Native
Theme URI: http://revibes.local/
Update URI: https://revibes.local/themes/revibes-native
Author: Revibes
Description: Exact Revibes block-theme edition of the Hostinger AI design, with native WordPress Site Editor support.
Version: 1.0.2
Tested up to: 7.0
Requires at least: 5.6
Requires PHP: 8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: full-site-editing, block-patterns, e-commerce, accessibility-ready
*/

/*
 * Revibes navigation: keep the top-level links white and give desktop submenu
 * panels the light purple brand background with dark, readable text.
 */
.wp-block-navigation {
	--revibes-submenu-background: #b19ff8;
}

.wp-block-navigation.has-text-color .wp-block-navigation__submenu-container,
.wp-block-navigation.has-text-color .wp-block-navigation__submenu-container .wp-block-navigation-item,
.wp-block-navigation.has-text-color .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	background-color: var(--revibes-submenu-background, #b19ff8) !important;
	color: var(--wp--preset--color--dark, #0d141a) !important;
}

.wp-block-navigation.has-text-color .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.wp-block-navigation.has-text-color .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus {
	background-color: #a792f4 !important;
}
