.cvp-wrap {
	--cvp-primary: #007bff;
	--cvp-text: #23262b;
	--cvp-muted: #555b64;
	--cvp-border: #dddfe3;
	--cvp-value: #e7e8ec;
	box-sizing: border-box;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--cvp-text);
	background: #fff;
}

.cvp-wrap *,
.cvp-wrap *::before,
.cvp-wrap *::after {
	box-sizing: border-box;
}

body.cvp-plugin-page {
	margin: 0;
	background: #fff;
}

html.cvp-plugin-home-html {
	margin: 0;
	min-height: 0;
	padding: 0;
	background: #f2eeee;
}

body.cvp-plugin-home-page {
	margin: 0;
	min-height: 0;
	padding: 0;
	overflow-x: hidden;
	background: #f2eeee;
}

body.cvp-plugin-route-page {
	margin: 0;
	padding: 0;
	background: #f2eeee;
}

.cvp-route-main,
.cvp-shortcode-main {
	background: #fff;
}

body.cvp-plugin-home-page .cvp-shortcode-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #fff;
}

body.cvp-plugin-home-page .cvp-shortcode-main > :first-child {
	margin-top: 0;
}

body.cvp-plugin-home-page .cvp-shortcode-main > :last-child {
	margin-bottom: 0;
}

body.cvp-plugin-route-page .cvp-route-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #fff;
}

body.admin-bar.cvp-plugin-home-page .cvp-shortcode-main,
body.admin-bar.cvp-plugin-route-page .cvp-route-main {
	min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
	min-height: calc(100svh - var(--wp-admin--admin-bar--height, 32px));
}

.cvp-site-header,
.cvp-site-footer {
	box-sizing: border-box;
	width: 100vw;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f2eeee;
}

.cvp-site-header *,
.cvp-site-header *::before,
.cvp-site-header *::after,
.cvp-site-footer *,
.cvp-site-footer *::before,
.cvp-site-footer *::after {
	box-sizing: border-box;
}

.cvp-site-header {
	height: 72px;
}

.cvp-site-header-inner {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) 120px;
	align-items: center;
	width: min(100%, 1202px);
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.cvp-site-header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	text-decoration: none;
}

.cvp-site-header-logo img {
	display: block;
	width: 54px;
	height: 54px;
	border: 0;
	object-fit: contain;
	box-shadow: none;
	filter: none;
}

.cvp-site-header-title {
	justify-self: end;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	background: linear-gradient(90deg, #005ba8 0%, #078ed3 50%, #005ba8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: #006db8;
	-webkit-text-fill-color: transparent;
}

.cvp-site-header-home {
	height: 68px;
	min-height: 0;
	background: #f3efed;
}

.cvp-site-header-home .cvp-site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1160px);
	height: 100%;
	min-height: 0;
	margin: 0 auto;
	padding: 0;
}

.cvp-site-header-home .cvp-site-header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	filter: none;
	text-decoration: none;
}

.cvp-site-header-home .cvp-site-header-logo img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	filter: none;
	object-fit: contain;
}

.cvp-site-header-home .cvp-site-header-title {
	flex: 0 1 auto;
	max-width: calc(100% - 90px);
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: right;
	white-space: nowrap;
	background: linear-gradient(90deg, #005ba8 0%, #078ed3 50%, #005ba8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: #006db8;
	-webkit-text-fill-color: transparent;
}

.cvp-site-header-certificate .cvp-site-header-inner {
	grid-template-columns: 120px minmax(0, 1fr) 120px;
}

.cvp-site-header-certificate .cvp-site-header-logo {
	width: 76px;
	height: 76px;
}

.cvp-site-header-certificate .cvp-site-header-logo img {
	width: 70px;
	height: 70px;
}

.cvp-site-header-certificate .cvp-site-header-title {
	justify-self: center;
	font-size: 28px;
}

.cvp-site-home-button {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 68px;
	height: 38px;
	padding: 0 13px;
	border: 1px solid #a9adb4;
	border-radius: 4px;
	background: transparent;
	color: #838891;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.cvp-site-home-button:hover,
.cvp-site-home-button:focus {
	border-color: #8b949d;
	background: #8b949d;
	color: #fff;
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.cvp-site-footer {
	min-height: 174px;
}

.cvp-site-footer-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 1202px);
	min-height: inherit;
	margin: 0 auto;
	padding: 0;
}

.cvp-site-copyright {
	color: #2f3237;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.cvp-site-footer-certificate {
	min-height: 104px;
}

.cvp-site-footer-certificate .cvp-site-footer-inner {
	justify-content: space-between;
}

.cvp-site-footer-certificate .cvp-site-copyright {
	color: #9aa2ac;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

.cvp-site-footer-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	color: #88909a;
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
}

.cvp-site-footer-nav a {
	color: #007bff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.cvp-site-footer-nav a:hover,
.cvp-site-footer-nav a:focus {
	color: #007bff;
	text-decoration: none;
	outline: none;
}

.cvp-site-footer-nav a + a::before {
	content: "·";
	display: inline-block;
	margin: 0 13px;
	color: #88909a;
}

.cvp-form-screen {
	min-height: 812px;
	padding: 56px 20px 52px;
}

body.cvp-plugin-home-page .cvp-form-screen,
body.cvp-plugin-route-page .cvp-result-screen {
	flex: 1 0 auto;
}

.cvp-home-content {
	width: min(100%, 540px);
	margin: 0 auto;
	text-align: center;
}

.cvp-home-heading {
	margin: 0 0 58px;
}

.cvp-home-heading h1,
.cvp-home-heading h2 {
	margin: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #25282d;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cvp-home-heading h1 {
	max-width: 540px;
	margin: 0 auto 8px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.11;
}

.cvp-home-heading h2 {
	max-width: 540px;
	margin: 0 auto 8px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.cvp-logo {
	text-align: center;
}

.cvp-home-logo {
	margin: 0 auto 31px;
}

.cvp-home-logo img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 18px;
	object-fit: contain;
	filter: none;
	box-shadow: none;
}

.cvp-home-logo span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #2f3237;
}

.cvp-verify-form {
	width: min(100%, 540px);
	margin: 0 auto;
}

.cvp-field {
	display: block;
	margin: 0 0 16px;
}

.cvp-field span {
	display: block;
}

.cvp-certificate-label {
	width: max-content;
	max-width: calc(100vw - 40px);
	margin: 0 0 7px 50%;
	transform: translateX(-50%);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.18;
	color: #222;
	white-space: nowrap;
}

.cvp-field input {
	display: block;
	width: 100%;
	height: 48px;
	padding: 8px 16px;
	border: 1px solid #d6d9dc;
	border-radius: 4px;
	background: #fff;
	color: #49515c;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 1.2;
	outline: none;
}

.cvp-field input::placeholder {
	color: #9ca3ad;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	opacity: 1;
}

body.cvp-plugin-home-page .cvp-verify-form input[name="certificate_number"]::placeholder {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

body.cvp-plugin-home-page .cvp-verify-form input[name="captcha_answer"]::placeholder {
	font-weight: 400;
	text-align: left;
	text-transform: none;
}

.cvp-field input:focus {
	border-color: #9cc9ff;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
}

.cvp-captcha-instruction {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #2b2e34;
}

.cvp-captcha {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	height: 56px;
	margin: 0 auto 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.cvp-plugin-home-page .cvp-captcha,
body.cvp-plugin-home-page .cvp-captcha img,
body.cvp-plugin-home-page .cvp-captcha .cvp-refresh {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	outline: 0 !important;
	opacity: 1 !important;
	appearance: none;
	-webkit-appearance: none;
}

.cvp-captcha img {
	display: block;
	width: 188px;
	height: 56px;
	object-fit: contain;
	border: 0;
	background: transparent;
	box-shadow: none;
	filter: none;
	opacity: 1;
}

.cvp-captcha:hover,
.cvp-captcha:hover img,
.cvp-refresh:hover,
.cvp-refresh:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	filter: none;
	opacity: 1;
	outline: none;
}

.cvp-refresh {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 0;
}

body.cvp-plugin-home-page .cvp-captcha .cvp-refresh:hover,
body.cvp-plugin-home-page .cvp-captcha .cvp-refresh:focus,
body.cvp-plugin-home-page .cvp-captcha .cvp-refresh:active {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	outline: 0 !important;
	opacity: 1 !important;
}

body.cvp-plugin-home-page .cvp-verify-form .cvp-field input {
	height: 48px;
	border-color: #d6d9dc;
	border-radius: 4px;
	box-shadow: none;
}

body.cvp-plugin-home-page .cvp-verify-form .cvp-field input[name="captcha_answer"] {
	padding-right: 16px;
	padding-left: 16px;
}

.cvp-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 8px 16px;
	border: 1px solid var(--cvp-primary);
	border-radius: 4px;
	background: var(--cvp-primary);
	color: #fff;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

body.cvp-plugin-home-page .cvp-verify-form .cvp-button {
	display: flex;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 1px solid var(--cvp-primary);
	border-radius: 4px;
	background: var(--cvp-primary);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: none;
}

body.cvp-plugin-home-page .cvp-verify-form .cvp-button:hover,
body.cvp-plugin-home-page .cvp-verify-form .cvp-button:focus {
	border-color: var(--cvp-primary);
	background: var(--cvp-primary);
	color: #fff;
	box-shadow: none;
	outline: none;
}

.cvp-alert {
	width: min(100%, 540px);
	margin: 0 auto 20px;
	padding: 12px 14px;
	border-left: 4px solid #d63638;
	background: #fff1f1;
	color: #8a1f1f;
	font-size: 14px;
	text-align: left;
}

.cvp-result-screen {
	padding: 16px 20px 18px;
}

.cvp-verification-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 902px);
	gap: 38px;
	width: min(100%, 1202px);
	margin: 0 auto;
	align-items: start;
}

.cvp-candidate {
	padding-top: 0;
	text-align: center;
}

.cvp-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 218px;
	height: 218px;
	margin: 0 auto;
	background: #f2f3f5;
	overflow: hidden;
}

.cvp-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvp-photo span {
	font-size: 74px;
	font-weight: 800;
	color: var(--cvp-primary);
}

.cvp-candidate-name {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	min-height: 53px;
	margin: 0 auto 28px;
	padding: 0 12px;
	border-radius: 2px;
	background: var(--cvp-primary);
	color: #101820;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.cvp-printed {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}

.cvp-printed span,
.cvp-printed strong {
	display: block;
	color: #26282d;
	font-weight: 800;
}

.cvp-printed span {
	margin: 0 0 31px;
	font-size: 17px;
}

.cvp-printed strong {
	font-size: 17px;
}

.cvp-result-card {
	min-height: 786px;
	padding: 22px 22px 38px;
	border: 1px solid #dcdfe3;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
}

.cvp-result-card h1 {
	margin: 0 0 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e7eb;
	color: #0786ff;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: left;
}

.cvp-details {
	display: grid;
	gap: 16px;
}

.cvp-detail-row {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	min-height: 42px;
}

.cvp-detail-row span {
	display: block;
	padding: 0;
	color: #333840;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.cvp-detail-row strong {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid #d7d9dd;
	border-radius: 4px;
	background: #e7e8ec;
	color: #555b63;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
}

.cvp-detail-row-large {
	align-items: start;
}

.cvp-detail-row-large strong {
	min-height: 84px;
	align-items: flex-start;
}

.cvp-not-found {
	width: min(100%, 620px);
	min-height: 0;
	margin: 50px auto;
	padding: 44px;
	text-align: center;
}

.cvp-not-found h1 {
	text-align: center;
}

.cvp-not-found p {
	color: var(--cvp-muted);
	font-size: 16px;
}

@media (max-width: 782px) {
	.cvp-site-header {
		height: auto;
		min-height: 154px;
	}

	.cvp-site-header-inner,
	.cvp-site-header-certificate .cvp-site-header-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		min-height: inherit;
		padding: 14px 47px 24px;
	}

	.cvp-site-header-logo,
	.cvp-site-header-certificate .cvp-site-header-logo {
		width: 76px;
		height: 76px;
		margin: 0 0 9px;
	}

	.cvp-site-header-logo img,
	.cvp-site-header-certificate .cvp-site-header-logo img {
		width: 76px;
		height: 76px;
	}

	.cvp-site-header-title,
	.cvp-site-header-certificate .cvp-site-header-title {
		justify-self: auto;
		max-width: 100%;
		font-size: 34px;
		line-height: 1.45;
		text-align: left;
	}

	.cvp-site-home-button {
		min-width: 106px;
		height: 56px;
		margin-top: 4px;
		padding: 0 18px;
		border-radius: 4px;
		background: #8b949d;
		color: #fff;
		font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-weight: 400;
	}

	.cvp-site-home-button:hover,
	.cvp-site-home-button:focus {
		background: #8b949d;
		color: #fff;
	}

	.cvp-site-header-home {
		height: 72px;
		min-height: 0;
	}

	.cvp-site-header-home .cvp-site-header-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 0;
		padding: 0 47px;
	}

	.cvp-site-header-home .cvp-site-header-logo {
		flex: 0 0 70px;
		width: 70px;
		height: 70px;
		margin: 0;
	}

	.cvp-site-header-home .cvp-site-header-logo img {
		width: 54px;
		height: 54px;
	}

	.cvp-site-header-home .cvp-site-header-title {
		flex: 0 1 auto;
		max-width: calc(100% - 86px);
		font-size: 30px;
		line-height: 1.1;
		text-align: right;
		white-space: nowrap;
	}

	.cvp-site-footer {
		min-height: 258px;
	}

	.cvp-site-footer-inner,
	.cvp-site-footer-certificate .cvp-site-footer-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 34px 24px;
		gap: 28px;
	}

	.cvp-site-copyright,
	.cvp-site-footer-certificate .cvp-site-copyright {
		color: #2f3237;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.45;
		text-align: center;
	}

	.cvp-site-footer-nav {
		justify-content: center;
		flex-wrap: wrap;
		white-space: normal;
	}

	.cvp-site-footer-nav a {
		font-size: 24px;
	}

	.cvp-site-footer-nav a + a::before {
		margin: 0 10px;
	}

	.cvp-form-screen {
		min-height: 0;
		padding: 78px 22px 70px;
	}

	.cvp-home-content {
		width: 100%;
	}

	.cvp-home-heading {
		margin-bottom: 90px;
	}

	.cvp-home-heading h1 {
		max-width: 470px;
		font-size: 56px;
		line-height: 1.12;
	}

	.cvp-home-heading h2 {
		margin-top: 14px;
		font-size: 34px;
	}

	.cvp-home-logo {
		margin-bottom: 59px;
	}

	.cvp-home-logo img {
		width: 118px;
		height: 118px;
		margin-bottom: 32px;
	}

	.cvp-home-logo span {
		font-size: 24px;
		font-weight: 500;
	}

	.cvp-verify-form {
		width: 100%;
	}

	.cvp-certificate-label {
		width: 100%;
		max-width: 100%;
		margin: 0 0 25px;
		transform: none;
		font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 34px;
		font-weight: 300;
		line-height: 1.95;
		text-align: center;
		white-space: normal;
	}

	.cvp-field {
		margin-bottom: 26px;
	}

	.cvp-field input {
		height: 72px;
		padding: 0 24px;
		font-size: 28px;
		line-height: 72px;
	}

	.cvp-field input::placeholder {
		font-size: 29px;
		text-align: left;
	}

	.cvp-captcha-instruction {
		margin: 24px 0 10px;
		font-size: 24px;
		font-weight: 500;
	}

	.cvp-captcha {
		width: 150px;
		height: 50px;
		margin-bottom: 16px;
	}

	.cvp-captcha img {
		width: 150px;
		height: 50px;
	}

	.cvp-button {
		height: 72px;
		margin-top: 26px;
		font-size: 29px;
	}

	.cvp-result-screen {
		padding: 26px 22px 26px;
	}

	.cvp-verification-layout {
		display: block;
		width: 100%;
	}

	.cvp-candidate {
		margin-bottom: 9px;
	}

	.cvp-photo {
		width: 300px;
		height: 300px;
	}

	.cvp-candidate-name {
		width: 100%;
		min-height: 74px;
		margin-bottom: 39px;
		font-size: 24px;
	}

	.cvp-printed {
		width: 100%;
		margin-bottom: 5px;
	}

	.cvp-printed span {
		margin-bottom: 43px;
		font-size: 23px;
	}

	.cvp-printed strong {
		margin-bottom: 5px;
		font-size: 23px;
	}

	.cvp-result-card {
		min-height: 0;
		padding: 30px 31px 34px;
	}

	.cvp-result-card h1 {
		margin-bottom: 26px;
		padding-bottom: 25px;
		font-size: 36px;
	}

	.cvp-details {
		gap: 26px;
	}

	.cvp-detail-row {
		grid-template-columns: 134px minmax(0, 1fr);
		min-height: 56px;
		column-gap: 24px;
		align-items: start;
	}

	.cvp-detail-row span {
		padding-top: 13px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.48;
		overflow-wrap: anywhere;
	}

	.cvp-detail-row strong {
		min-height: 56px;
		padding: 12px 18px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.25;
	}

	.cvp-detail-row-large strong {
		min-height: 119px;
	}
}

@media (max-width: 560px) {
	.cvp-form-screen {
		padding-top: 78px;
	}

	.cvp-home-heading {
		margin-bottom: 90px;
	}

	.cvp-home-heading h1 {
		font-size: 55px;
	}

	.cvp-home-heading h2 {
		font-size: 33px;
	}

	.cvp-certificate-label {
		font-size: 34px;
	}

	.cvp-field input {
		height: 72px;
	}

	.cvp-field input::placeholder {
		font-size: 29px;
		white-space: nowrap;
	}

	.cvp-result-screen {
		padding-left: 22px;
		padding-right: 22px;
	}

	.cvp-photo {
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 420px) {
	.cvp-site-header-inner,
	.cvp-site-header-certificate .cvp-site-header-inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.cvp-site-header-title,
	.cvp-site-header-certificate .cvp-site-header-title {
		font-size: 30px;
	}

	.cvp-site-header-home .cvp-site-header-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cvp-site-header-home .cvp-site-header-title {
		font-size: 20px;
	}

	.cvp-site-copyright,
	.cvp-site-footer-certificate .cvp-site-copyright,
	.cvp-site-footer-nav a {
		font-size: 21px;
	}

	.cvp-home-heading h1 {
		font-size: 45px;
	}

	.cvp-home-heading h2 {
		font-size: 29px;
	}

	.cvp-certificate-label {
		font-size: 29px;
	}

	.cvp-field input::placeholder {
		font-size: 25px;
	}

	.cvp-detail-row {
		grid-template-columns: 118px minmax(0, 1fr);
		column-gap: 18px;
	}

	.cvp-detail-row span {
		font-size: 22px;
	}

	.cvp-detail-row strong {
		font-size: 21px;
	}
}
