.modal-wrapper {
    trix-toolbar {
        .trix-button-row {
            margin-top: 1rem !important;
            flex-wrap: wrap !important;
        }
        .trix-button-group:not(:first-child) {
            margin-left: 0 !important;
        }
    }

    trix-editor {
        a {
            text-decoration: underline;
            font-weight: var(--font-weight-semibold);
            color: var(--theme-color-lighter);
        }
    }
}