.wpeec-settings .wpeec-card {
	max-width: 760px;
	padding: 24px 32px;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}

.wpeec-settings .wpeec-banner-link {
	display: block;
}

.wpeec-settings .wpeec-banner {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.wpeec-settings .wpeec-field-group {
	margin-top: 28px;
}

.wpeec-settings .wpeec-field-group > label,
.wpeec-settings .wpeec-legend,
.wpeec-settings .wpeec-mode-setting label {
	font-weight: 600;
}

.wpeec-settings .wpeec-mode-setting {
	margin-top: 16px;
	padding: 16px 20px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #f6f7f7;
}

.wpeec-settings .wpeec-mode-setting label {
	display: block;
	margin-bottom: 6px;
}

.wpeec-settings code {
	display: block;
	padding: 12px;
	text-align: center;
}

.wpeec-settings .wpeec-error {
	color: #b32d2e;
}

@media screen and (max-width: 782px) {
	.wpeec-settings .wpeec-card {
		padding: 16px;
	}
}
