.pdf-thumbnail-container-784 {
	width: 100%;
}

.pdf-thumbnail-link-784 {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.pdf-thumbnail-link-784:hover {
	opacity: 0.85;
}

.pdf-thumbnail-wrapper-784 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pdf-thumbnail-img-784 {
	width: 100%;
	height: auto;
	display: block;
}

.pdf-thumbnail-fallback-784 {
	width: 100%;
	min-height: 200px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #555;
}

.pdf-thumbnail-fallback-784 .dashicons-pdf {
	font-size: 48px;
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	color: #d54e21;
}

.pdf-filename-784 {
	font-size: 14px;
	word-break: break-all;
	font-weight: 500;
}

.pdf-thumbnail-legend-784 {
	margin-top: 10px;
	text-align: center;
	color: #333;
}
