.reclamation-doc-preview {
    width: 180px;
    height: 130px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reclamation-doc-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reclamation-doc-preview-pdf {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #fff;
}

.reclamation-doc-preview-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.reclamation-doc-preview-link:hover .reclamation-doc-preview {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
}

.reclamation-doc-preview-placeholder {
    width: 180px;      /* identisch zur Preview */
    height: 130px;     /* identisch zur Preview */
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.reclamation-list > .item {
    flex: 1 1 0;
    min-width: 220px; /* optional für Umbruch */
}

