.cf7-gdrive-dropzone {
	border: 2px dashed #9aa0a6;
	border-radius: 12px;
	display: block;
	margin: 6px 0;
	padding: 18px;
	position: relative;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cf7-gdrive-dropzone:hover {
	border-color: #1a73e8;
}

.cf7-gdrive-dropzone.is-dragover {
	background: rgba(26, 115, 232, 0.08);
	border-color: #1a73e8;
}

.cf7-gdrive-dropzone__label {
	color: #1f1f1f;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.cf7-gdrive-dropzone__help {
	color: #5f6368;
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

.cf7-gdrive-dropzone__list {
	color: #1f1f1f;
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

.cf7-gdrive-dropzone__preview {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	margin-top: 12px;
}

.cf7-gdrive-dropzone__preview-item {
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 8px;
	text-align: center;
}

.cf7-gdrive-dropzone__preview-image {
	border-radius: 8px;
	display: block;
	height: 80px;
	object-fit: cover;
	width: 100%;
}

.cf7-gdrive-dropzone__preview-icon {
	align-items: center;
	background: #e8f0fe;
	border-radius: 8px;
	color: #1a73e8;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	height: 80px;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
}

.cf7-gdrive-dropzone__preview-name {
	color: #1f1f1f;
	font-size: 11px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
