.more-button-wrapper
{
    cursor: pointer;
    position: static;
}
.more-menu
{
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    width: fit-content;
    box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 10%);
    z-index: 60;
}
.more-menu-button_large
{
    width: 32px;
    height: 32px;
}
.more-menu-option
{
    padding: 10px;
    text-align: left;
}
.more-menu-option:hover
{
    background-color: #ffe7cf;
}
.more-menu-hr
{
    width: 100%;
    border-top: 1px solid #e6e6e6;
}