﻿.attachment-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    font-size: 1rem;
}
    .attachment-card .oi {
        font-size: 1.5rem;
        color: #007bff;
        line-height: 1.2;
        margin-right: 0.5rem;
    }
    .attachment-card span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
