body * {
    color: rgb(71 85 105);
}

html {
    scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

.flyout-container {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    z-index: 50;
}

.flyout-bridge {
    position: absolute;
    left: -12px;
    right: -12px;
    top: -14px;
    height: 18px;
    background: transparent;
}

.flyout-menu {
    margin-top: 0;
    background-color: #f8fafc;
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    border: 1px solid #cbd5e1;
}

.flyout-menu::before,
.flyout-menu::after {
    content: none;
}

.flyout-link {
    color: #0f172a;
    line-height: 1.35;
}

.flyout-link:hover,
.flyout-link:focus-visible {
    background-color: #e2e8f0;
    color: #0f172a;
    outline: none;
}

.menu-item:hover .flyout-container,
.menu-item:focus-within .flyout-container {
    display: block;
}

.menu-item {
    position: relative;
}
