/* ----------------------------------------
   MOBILE - Màn hình <= 768px (Điện thoại & Tablet)
   ---------------------------------------- */
@media (max-width: 768px) {
    .symbol-editor-sticky-bar .tools-inner {
        padding: 1px 1px 1px 1px;
        margin: 0px;
    }

    .symbol-editor-sticky-bar.is-sticky {
        top: 5px !important;
    }

    /* Khi thanh công cụ bị "dính" (is-sticky), làm cho .tools-inner giãn ra hai bên */
    .symbol-editor-sticky-bar.is-sticky .tools-inner {
        margin: 0px -15px;
    }

    .symbol-editor-sticky-bar .result-textarea {
        font-size: 16px;
        margin-bottom: 1px;
    }

    .symbol-editor-sticky-bar .acnm-copy-text {
        font-size: 80% !important;
    }

    .acnm-insert-text-modal-wrapper {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        right: auto !important;
        bottom: auto !important;
        width: 90vw !important;
        max-height: 90vh;
        z-index: 9999 !important;
    }



    .acnm-insert-text-container {
        max-height: 300px !important;
    }
}