.menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

.menu.closing {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu {
    z-index: 1000;
}

.menu-close:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

html[data-theme="dark"] .menu-close {
    color: #fff;
}

html[data-theme="orange"] .menu-close {
    color: #ff6600;
}

span-text {
    color:#fff;
}
