.top-menu {
    height: 80px;
}

.custom-nav-btn {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border-radius: 4px !important;
    transition: all 0.1s;
}

.custom-nav-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.custom-nav-btn:active {
    transform: translateY(2px);
}

.hamburger { width: 20px; height: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.hamburger span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 1px; }

.hamburger-left {
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute !important;
    margin: 0;
}

.dropdown-menu-start {
    left: 0 !important;
    right: auto !important;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.menu-link {
    text-decoration: none;
    font-size: 16px;
    font-family: monospace;
    line-height: 0;
    padding-bottom: 2px !important;
    display: inline-flex;
}

.menu-link:hover {
    color: #6c757d !important;
    text-decoration: none;
}

.logo-link {
    font-size: 32px;
    padding-bottom: 4px !important;
}

.logo-link-dot {
    letter-spacing: -2px;
}