.gdrivecert-widget {
	max-width: 720px;
	margin: 0 0 1.5em;
	font-size: 15px;
}

.gdrivecert-form {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.gdrivecert-label {
	font-weight: 600;
}

.gdrivecert-controls {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.gdrivecert-input {
	flex: 1 1 240px;
	padding: 0.6em 0.75em;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	font-size: 1em;
}

.gdrivecert-submit {
	padding: 0.6em 1.25em;
	border: none;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

.gdrivecert-submit:hover {
	background: #135e96;
}

.gdrivecert-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.gdrivecert-message {
	margin-top: 0.75em;
	min-height: 1.2em;
}

.gdrivecert-message--error {
	color: #b32d2e;
}

.gdrivecert-message--info {
	color: #555;
}

.gdrivecert-viewer {
	margin-top: 1.25em;
}

.gdrivecert-viewer-title {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.gdrivecert-pdf-frame {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
