/*
Theme Name: WMG Blox
Theme URI: 
Author: SuperVoid LLC
Author URI: 
Description: A customized block starter theme for Woman Made Gallery
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: wmg-blox
Tags: 
*/

/* ==========================================================================
   Links
   ========================================================================== */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: text-underline-offset 0.15s ease, text-decoration-thickness 0.15s ease;
}

a:not(.wp-block-button__link):hover {
	text-decoration-line: underline;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 0.1em;
}

a:focus-visible {
	outline: 2px dotted var(--wp--preset--color--accent-4);
	outline-offset: 3px;
}

:target {
	scroll-margin-block: 6ex;
}

/* Nav Items */

.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation__container > .wp-block-navigation-item.current-menu-parent > .wp-block-navigation-item__content,
.wp-block-navigation__container > .wp-block-navigation-item.current-menu-ancestor > .wp-block-navigation-item__content {
	border-bottom: 2px solid currentColor;
}