/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 18 2025 | 15:07:01 */
@media (max-width: 1024px) {  
    .trp-ls-shortcode-language {
        background-color: white !important;
        padding: 5px;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-right: 50px;
    }
}
