#message-type-title::first-letter {
    text-transform: capitalize;
}

.message-document-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-all;
    background-color: var(--background-default-grey);
}
.zip-download {
    display: flex;
    justify-content: center;
}
.message-document-container .fr-btn--tertiary {
    margin-bottom: 0;
}
.message-document-container .fr-btns-group {
    min-width: 115px;
}
.btn-full {
    display: block;
    width: 100%;
    text-align: center;
}
.document-to-add {
    display: flex;
    justify-content: space-between;
    background-color: var(--background-action-low-blue-france);
}
.document-to-add a {
    background-image: none;
}
.document-to-add span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-documents-actions {
    display: flex;
    justify-content: end;
}
.message-draft,
.message-draft .fr-tag {
    font-style: italic;
    color: var(--text-disabled-grey);
}

.message-date {
    font-size: 0.75rem;
    color: var(--text-mention-grey);
    text-align: right;
}

.fil-de-suivi [target="_blank"]::after {
    display: none;
}
