﻿/*
Theme Name: DishyKit
Theme URI: https://dishykit.com
Author: DishyKit
Author URI: https://dishykit.com
Description: Custom WordPress theme for DishyKit.com - The Ultimate Independent Guide & Gear Center for Satellite Internet Equipment. Tech-review style with affiliate-ready review templates and built-in legal compliance sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dishykit
Tags: blog, news, custom-menu, featured-images, translation-ready
*/

/*
 * All styles are compiled in assets/css/main.css and enqueued via functions.php.
 * This file only carries the WordPress theme metadata header.
 */

/* WP real-menu compatibility (v1.1.0) */
.dk-nav__item.has-children > .dk-nav__link::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg);
	margin-left: 6px;
	opacity: 0.7;
	transition: transform 0.2s ease;
	flex-shrink: 0;
}
.dk-nav__item.has-children:hover > .dk-nav__link::after,
.dk-nav__item.has-children:focus-within > .dk-nav__link::after { transform: rotate(225deg); }
