trix-toolbar [data-trix-button-group="file-tools"] {
    display: none;
}

ul {
    list-style-type: disc !important; /* Use the disc style for unordered lists */
    padding-left: 1em !important; /* Adjust the padding for proper indentation */
}

ol {
    list-style-type: decimal !important; /* Use decimal style for ordered lists */
    padding-left: 1em !important; /* Adjust the padding for proper indentation */
}

ul li, ol li {
    margin-bottom: 0.5em; /* Adjust spacing between list items */
}

trix-editor a {
    font-weight: bold;
    color: rgb(30 58 138);
}

a, button {
    cursor: pointer !important;
}

input:focus, textarea:focus {
    outline: none !important;
}

table th, td {
    padding: 8px 16px;
    border: solid 1px lightgray;
}