.backdrop-blur {
    backdrop-filter: initial !important;
}

.custom-menu {
    background-color: hsl(192deg 83% 22%);
    font-size: 14px;
    border: 1px solid hsl(192deg 83% 18%);
}

.custom-menu a, .custom-menu button {
    color: #fff !important;
    padding: 4px 20px 4px;
    transition: all 0.05s;
}

.custom-menu a:hover, .custom-menu button:hover {
    background-color: hsl(192deg 83% 30%);
}

.custom-menu div {
    border-top: 1px solid hsl(192deg 83% 25%);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}