.cf7-gdrive-dropzone {
	background: #eaf2ff;
	border: 2px dashed #9db8ff;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(60, 64, 67, 0.08);
	display: block;
	margin: 10px 0 18px;
	padding: 22px;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	text-align: center;
}

.cf7-gdrive-dropzone:hover {
	border-color: #6b8cff;
	box-shadow: 0 12px 30px rgba(26, 115, 232, 0.12);
}

.cf7-gdrive-dropzone.is-dragover {
	background: #dfeaff;
	border-color: #4d7cff;
}

.cf7-gdrive-dropzone input[type="file"] {
	height: 1px;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.cf7-gdrive-dropzone input[type="file"]::-webkit-file-upload-button,
.cf7-gdrive-dropzone input[type="file"]::file-selector-button {
	display: none;
}

.cf7-gdrive-dropzone__icon {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}

.cf7-gdrive-dropzone__icon svg {
	height: 46px;
	width: 46px;
}

.cf7-gdrive-dropzone__label {
	color: #202124;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	text-align: center;
}

.cf7-gdrive-dropzone__or {
	color: #5f6368;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 6px 0 10px;
	text-align: center;
}

.cf7-gdrive-dropzone__cta {
	align-items: center;
	background: #137333;
	border: none;
	border-radius: 8px;
	box-shadow: 0 6px 14px rgba(19, 115, 51, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	margin: 0 auto 12px;
	padding: 10px 18px;
}

.cf7-gdrive-dropzone__cta-icon {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	width: 20px;
}

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

.cf7-gdrive-dropzone__list {
	display: none;
}

.cf7-gdrive-dropzone__preview {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(80px, 100px));
	margin-top: 18px;
	justify-items: center;
}

.cf7-gdrive-dropzone__preview-item {
	background: #f8f9fa;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	position: relative;
}

.cf7-gdrive-dropzone__preview-image {
	border-radius: 10px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1 / 1;
}

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


.cf7-gdrive-dropzone__remove {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 999px;
	color: #5f6368;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 26px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 26px;
}

.cf7-gdrive-dropzone__remove:hover {
	border-color: #ea4335;
	color: #ea4335;
}

.cf7-gdrive-dropzone__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
}

.cf7-gdrive-dropzone__clear {
	background: #1a73e8;
	border: none;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
}

.cf7-gdrive-dropzone__clear:hover {
	background: #155ec2;
}

.wpcf7 form.init .wpcf7-not-valid-tip,
.wpcf7 form[data-status="init"] .wpcf7-not-valid-tip,
.wpcf7 [data-wpcf7-status="init"] .wpcf7-not-valid-tip {
	display: none;
}
