.mno-3d2d8a49-wrapper {
    display: inline-block;
}

.mno-3d2d8a49-trigger {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}

.mno-3d2d8a49-trigger svg {
    width: 24px;
    height: 24px;
}

.mno-3d2d8a49-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mno-3d2d8a49-overlay.mno-active {
    transform: translateX(0);
}

.mno-3d2d8a49-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}

.mno-3d2d8a49-close svg {
    width: 28px;
    height: 28px;
}

.mno-3d2d8a49-nav {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 20px;
}

.mno-3d2d8a49-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mno-3d2d8a49-item {
    margin-bottom: 25px;
}

.mno-3d2d8a49-item:last-child {
    margin-bottom: 0;
}

.mno-3d2d8a49-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, fill 0.3s ease;
}

.mno-3d2d8a49-link:hover {
    color: #3b82f6;
}

.mno-3d2d8a49-item-icon {
    display: inline-flex;
    align-items: center;
}

.mno-3d2d8a49-item-icon svg {
    width: 24px;
    height: 24px;
}
