.system-page {
        height: 100vh;
        overflow: hidden;
    }

    .system-content {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #faqModal .modal-dialog {
        max-width: 1140px;
    }

    #faqModal .modal-content {
        border-radius: 8px;
    }

    #faqModal .modal-header {
        padding: 18px 16px;
    }

    #faqModal .modal-body {
        min-height: 205px;
    }

    .faq-modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-empty-state {
        text-align: center;
        color: #495057;
    }

    .faq-empty-icon {
        font-size: 34px;
        color: #6c757d;
    }

    #faqModal .modal-footer {
        padding: 16px;
    }