.attachments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.attachment-item {
    border-bottom: 1px solid #eee;
}

.attachment-item:last-child {
    border-bottom: none;
}

.attachment-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    color: inherit;
    text-decoration: none;
}

.attachment-link:hover {
    color: #0077b6;
}

.attachment-icon {
    font-size: 1.1rem;
    color: #6c757d;
    flex-shrink: 0;
}

.attachment-link:hover .attachment-icon {
    color: #0077b6;
}

.attachment-meta {
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: auto;
    white-space: nowrap;
}
