/* Preserve the original link-shaped controls when rendered as native buttons. */
.elementor-62 button.hgb-menu-control {
    appearance: none;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    cursor: pointer;
}
.elementor-62 button.hgb-menu-control:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}
