.drflex-button-wrapper {
width: 100%;
text-align: center;
text-align: -webkit-center;
text-align: -moz-center;
}
.drflex-button-wrapper a {
text-decoration: none !important;
}
.drflex-button-wrapper a div {
font-family: Roboto, sans-serif;
font-weight: 600;
width: fit-content;
width: -moz-fit-content;
transition: box-shadow 0.3s;
}
.drflex-button-wrapper a div:hover {
box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, .35);
}[aria-expanded="false"] + ul {
display: none !important;
}
[aria-expanded="true"] + ul {
display: block !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
display: block !important;
}