.attachment-manager {
    width: 100%;
}

.attachment-preview-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.attachment-generic-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    width: 100%;
    height: 220px;
}

.pdf-viewer-container {
    width: 100%;
    position: relative;
}

.pdf-viewer-iframe {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}