.ccp-attachment-preview {
    margin-top: 12px;
    min-height: 40px;
}

.ccp-image-preview {
    max-width: 220px;
    height: auto;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    display: block;
}

.ccp-file-preview {
    padding: 12px 14px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
}

.ccp-attachment-list {
    margin-top: 10px;
    display: grid;
    gap: 8px;
}

.ccp-attachment-item a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    background: #ffffff;
}
