/* Vehicle Pass standard single-post layout. */
#top .vp-single-article {
	--vp-navy: #1b2f58;
	--vp-deep-navy: #082a52;
	--vp-blue: #188cff;
	--vp-page-bg: #f2f4fb;
	background: var(--vp-page-bg);
	color: #24304f;
	font-family: inherit;
}

#top .vp-single-article,
#top .vp-single-article * {
	box-sizing: border-box;
}

#top .vp-container {
	width: min(100% - 48px, 1130px);
	margin-right: auto;
	margin-left: auto;
}

#top .vp-article-hero {
	position: relative;
	display: flex;
	min-height: clamp(420px, 34vw, 480px);
	align-items: center;
	overflow: hidden;
	background-color: #142c57;
	background-image: linear-gradient(90deg, rgba(9, 29, 65, .9) 0%, rgba(13, 34, 72, .78) 48%, rgba(13, 34, 72, .66) 100%), var(--vp-hero-image, none);
	background-position: center;
	background-size: cover;
	color: #fff;
}

#top .vp-hero-content {
	position: relative;
	z-index: 1;
	padding-top: 58px;
	padding-bottom: 58px;
}

#top .vp-article-hero h1 {
	max-width: 700px;
	margin: 0 0 14px;
	color: #fff !important;
	font-size: clamp(40px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.06;
	text-transform: none;
}

#top .vp-article-excerpt {
	max-width: 680px;
	margin: 0 0 46px;
	color: rgba(255, 255, 255, .96);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

#top .vp-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

#top .vp-article-area {
	background: var(--vp-page-bg);
}

#top .vp-article-wrap {
	display: grid;
	grid-template-columns: minmax(0, 710px) minmax(300px, 330px);
	gap: clamp(56px, 7vw, 90px);
	align-items: start;
	padding-top: 54px;
	padding-bottom: 76px;
}

#top .vp-article-main {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

#top .vp-article-main > :first-child {
	margin-top: 0;
}

#top .vp-article-main h2,
#top .vp-article-main h3,
#top .vp-article-main h4 {
	color: var(--vp-navy) !important;
	font-weight: 800;
	letter-spacing: -.015em;
	text-transform: none;
}

#top .vp-article-main h2 {
	margin: 34px 0 10px;
	font-size: 27px;
	line-height: 1.25;
}

#top .vp-article-main h3 {
	margin: 30px 0 9px;
	font-size: 22px;
	line-height: 1.3;
}

#top .vp-article-main p,
#top .vp-article-main li,
#top .vp-article-main blockquote {
	color: #24304f;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.72;
}

#top .vp-article-main p {
	margin: 0 0 17px;
}

#top .vp-article-main ul,
#top .vp-article-main ol {
	margin: 0 0 22px 22px;
}

#top .vp-article-main a:not(.vp-btn) {
	color: #087ee8;
	font-weight: 600 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 2px !important;
}

#top .vp-article-main a:not(.vp-btn):hover,
#top .vp-article-main a:not(.vp-btn):focus {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
}

#top .vp-article-main img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

#top .vp-article-sidebar {
	position: sticky;
	top: 110px;
}

#top .vp-sidebar-dark {
	margin-bottom: 28px;
	padding: 32px 30px 28px;
	border-radius: 10px;
	background: linear-gradient(145deg, #092b54 0%, #062447 100%);
	box-shadow: 0 18px 42px rgba(20, 35, 70, .14);
	color: #fff;
}

#top .vp-sidebar-dark h2 {
	margin: 0 0 16px;
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.18;
	text-transform: none;
}

#top .vp-sidebar-dark p,
#top .vp-sidebar-dark li {
	color: rgba(255, 255, 255, .96);
	font-size: 15px;
	line-height: 1.5;
}

#top .vp-sidebar-dark p {
	margin: 0;
}

#top .vp-sidebar-dark ul {
	margin: 22px 0 24px;
	padding: 0;
	list-style: none;
}

#top .vp-sidebar-dark li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 27px;
}

#top .vp-sidebar-dark li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #38b9ef;
	color: #fff;
	content: "✓";
	font-size: 11px;
	font-weight: 800;
	line-height: 17px;
	text-align: center;
}

#top .vp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	padding: 12px 22px;
	border: 0;
	border-radius: 4px;
	background: #10baf5;
	box-shadow: none;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease;
}

#top .vp-btn:hover,
#top .vp-btn:focus-visible {
	background: #008edb;
	color: #fff !important;
	transform: translateY(-1px);
}

#top .vp-sidebar-dark .vp-btn {
	width: 100%;
	background: var(--vp-blue);
}

#top .vp-sidebar-dark .vp-btn:hover,
#top .vp-sidebar-dark .vp-btn:focus-visible {
	background: #0875db;
}

#top .vp-sidebar-dark small {
	display: block;
	margin-top: 17px;
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
	font-weight: 600;
}

#top .vp-sidebar-light {
	padding: 28px 27px;
	border-radius: 10px;
	background: #f3f8ff;
	box-shadow: 0 16px 38px rgba(20, 35, 70, .08);
}

#top .vp-usp {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
	color: var(--vp-navy);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

#top .vp-usp:last-child {
	margin-bottom: 0;
}

#top .vp-usp-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #198bff;
	font-size: 24px;
	font-weight: 800;
}

#top .vp-usp-icon svg {
	display: block;
	width: 25px;
	height: 28px;
}

#top .vp-bottom-cta {
	margin-top: 60px;
	text-align: center;
}

#top .vp-bottom-cta .vp-btn {
	min-width: min(100%, 390px);
}

@media only screen and (max-width: 899px) {
	#top .vp-container {
		width: min(100% - 40px, 720px);
	}

	#top .vp-article-hero {
		min-height: 350px;
	}

	#top .vp-hero-content {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	#top .vp-article-hero h1 {
		font-size: clamp(34px, 7vw, 44px);
	}

	#top .vp-article-excerpt {
		margin-bottom: 30px;
	}

	#top .vp-article-wrap {
		grid-template-columns: minmax(0, 1fr);
		gap: 46px;
		padding-top: 44px;
		padding-bottom: 64px;
	}

	#top .vp-article-sidebar {
		position: static;
	}
}

@media only screen and (max-width: 479px) {
	#top .vp-container {
		width: calc(100% - 32px);
	}

	#top .vp-article-hero {
		min-height: 310px;
		background-position: center;
	}

	#top .vp-hero-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#top .vp-article-hero h1 {
		font-size: 32px;
		line-height: 1.1;
	}

	#top .vp-article-excerpt {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 1.55;
	}

	#top .vp-article-meta {
		gap: 6px 14px;
	}

	#top .vp-article-wrap {
		padding-top: 34px;
		padding-bottom: 50px;
	}

	#top .vp-article-main h2 {
		font-size: 24px;
	}

	#top .vp-article-main p,
	#top .vp-article-main li,
	#top .vp-article-main blockquote {
		font-size: 16px;
		line-height: 1.68;
	}

	#top .vp-sidebar-dark,
	#top .vp-sidebar-light {
		padding: 26px 22px;
	}

	#top .vp-bottom-cta {
		margin-top: 44px;
	}

	#top .vp-bottom-cta .vp-btn {
		width: 100%;
		min-width: 0;
	}
}
