
.document-dates-plugin {
    color: #8e8e8e;
    font-size: 0.75rem;
    padding: 0.2rem 0;
    opacity: 0.8;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 0.3rem;
}
.document-dates-plugin span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.document-dates-plugin .material-icons {
    font-size: 0.9rem;
    opacity: 0.7;
}
.document-dates-plugin-wrapper {
    margin: 0.3rem 0 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 0.5rem;
}
