/* Ocultar el bloque completo del campo Asunto en el portal */
.form-group[data-field="Subject"], #features_SUBJECT {
    display: none !important;
}
.ticket-comment-container, .comment-thread-section {
    display: block !important;
}
