.i4ewOd-pzNkMb-haAclf {
    display: none;
}

a.wp-block-button__link.has-text-align-center.wp-element-button:hover {
    background-color: #de6224;
    color: #ffffff;
    color: #ffffff;
    box-shadow: 
        0 0 5px #de6224,
        0 0 10px #de6224,
        0 0 20px #de6224,
        0 0 30px #de6224;
    transition: box-shadow 0.3s ease;
}

.site-logo-title.wp-block-site-logo {
    display: none;
}

a.wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
    color: #de6224;
    text-shadow: 
    0 0 5px #de6224,
    0 0 10px #de6224,
    0 0 20px #de6224,
    0 0 40px #de6224;
}

li.current-menu-item > a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    color: #de6224;
    text-shadow: 
        0 0 5px #de6224,
        0 0 10px #de6224,
        0 0 20px #de6224;
    transition: text-shadow 0.3s ease;
}


/*  ---  Google Map Fix ---  */

.map-wrapper {
  position: relative;
  height: 480px;        /* Final visible height */
  overflow: hidden;
}

.map-wrapper iframe {
  position: absolute;
  top: -60px;           /* Shift map upward to hide Google top bar */
  left: 0;
  width: 100%;
  height: 520px;        /* Slightly taller than .map-wrapper */
}
