/*
Theme Name: Hayswood
Description: A child theme of Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0.0
Author: Joseph
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hayswood
*/

/* Remove gaps between template regions (header, main, footer) */
.wp-site-blocks {
  gap: 0 !important;
}
.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-site-blocks > main,
.wp-site-blocks > footer {
  margin-top: 0 !important;
}

/* Remove gap between page banner image and title bar */
.wp-block-post-content > .wp-block-cover:first-child {
  margin-block-end: 0 !important;
}
.wp-block-post-content > .wp-block-cover:first-child + .wp-block-group {
  margin-block-start: 0 !important;
}

.wp-block-navigation .wp-block-navigation-item__content {
  white-space: nowrap;
  color: #ffffff !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
  text-decoration: underline !important;
}
.wp-block-navigation .wp-block-navigation-item__content[aria-current="page"] {
  text-decoration: underline !important;
}

/* Prevent site title from wrapping */
.wp-block-site-title {
  white-space: nowrap;
}
.wp-block-site-title a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
