.lwm-faq-dev-output {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    font-size: 14px;
    background-color: #fff;
    height: 100vh;
    z-index: 999999;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: inherit;
    font-size: 12px;
}

@media (max-width: 1100px) {
    .lwm-faq-dev-output {
        display: none;
    }
}