/*
Theme Name: f3-junction
Theme URI: 
Author: Kyle Bruns
Author URI: 
Description: Theme for f3 junction website
Requires at least: 6.8
Tested up to: 6.8
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: f3-junction
Tags: 
*/


/* === TT25: Force 3-line hamburger on black background === */
:where(button.wp-block-navigation__responsive-container-open) svg { display:none !important; }

:where(button.wp-block-navigation__responsive-container-open) {
  position: relative !important;
  width: 28px !important;
  height: 20px !important;
  display: inline-block !important;
}

:where(button.wp-block-navigation__responsive-container-open)::before {
  content: "" !important;
  position: absolute !important;
  left: 0; right: 0;
  top: 3px;
  height: 2px;
  background: var(--wp--preset--color--contrast, #fff);
  border-radius: 2px;
  box-shadow:
    0 7px 0 0 var(--wp--preset--color--contrast, #fff),
    0 14px 0 0 var(--wp--preset--color--contrast, #fff);
}

:where(.wp-block-navigation__responsive-container-open .wp-block-navigation__icon) {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.tbl-link a {
	text-decoration: underline dashed #72a7fc;
}

/* Target WP core buttons */
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent-4) !important; /* light gray/paper */
  color: var(--wp--preset--color--accent-5) !important;              /* dark text */
}

/* site-locations table row hover */
.site-locations-table tbody tr:hover {
  background-color: #8a2828 !important;
}

/* accordian hover */
.afaq-question:hover {
  background-color: #8a2828 !important;
}
/*button color #990000 */
/*hover color #8a2828 */