.job-files-gallery {
	margin-top: 20px;
}

.job-file-item {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.job-file-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.job-file-item .file-link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.file-preview-image {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f8f9fa;
}

.file-preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.job-file-item:hover .file-preview-image img {
	transform: scale(1.05);
}

.file-preview-document {
	position: relative;
	width: 100%;
	height: 180px;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file-icon-wrapper {
	position: relative;
	text-align: center;
}

.file-type-badge {
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: #007bff;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 3px;
	font-weight: 600;
}

.file-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.job-file-item:hover .file-overlay {
	opacity: 1;
}

.file-overlay i {
	color: white;
	font-size: 24px;
}

.file-info {
	padding: 12px;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.file-name {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin: 0 0 5px 0;
	word-break: break-word;
	line-height: 1.3;
}

.file-info small {
	font-size: 11px;
	color: #666;
}

@media (max-width: 768px) {
	.file-preview-image,
	.file-preview-document {
		height: 150px;
	}
}


.inl-1be23cfc {
    opacity: 0.6; cursor: not-allowed;
}

.inl-7391bdb8 {
    font-size: 48px; color: #666;
}
