:root {
	--toyota-ink: #1d2430;
	--toyota-muted: #626b7a;
	--toyota-line: #dfe5ec;
	--toyota-surface: #ffffff;
	--toyota-soft: #f4f6f8;
	--toyota-nav: #202832;
	--toyota-nav-2: #2b3440;
	--toyota-red: #cf142b;
	--toyota-amber: #f2a51f;
	--toyota-green: #1f8f62;
	--toyota-blue: #2b6fad;
	--toyota-deep: #101820;
}

body.toyota-ui-child {
	background-color: var(--toyota-soft) !important;
	background-image: none !important;
	color: var(--toyota-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
}

.toyota-ui-child h1,
.toyota-ui-child h2,
.toyota-ui-child h3,
.toyota-ui-child h4,
.toyota-ui-child h5,
.toyota-ui-child h6,
.toyota-ui-child .main-title,
.toyota-ui-child .site-description {
	letter-spacing: 0;
}

.toyota-ui-child .site-header {
	background-image:
		linear-gradient(rgba(12, 18, 25, 0.42), rgba(12, 18, 25, 0.48)),
		url("https://toyotacheckenginelight.com/wp-content/uploads/2023/03/Toyota-check-engine-light-1-1.jpg") !important;
	background-position: center 43% !important;
	background-size: cover !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.toyota-ui-child .inside-header {
	padding: 30px 24px;
}

.toyota-ui-child .site-logo img {
	display: block;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
	height: auto;
	margin: 0 auto;
	max-width: 460px;
	width: min(460px, 72vw);
}

.toyota-ui-child .main-navigation {
	background: var(--toyota-nav);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 26px rgba(18, 27, 38, 0.16);
}

.toyota-ui-child .main-navigation .inside-navigation {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 18px;
}

.toyota-ui-child .main-navigation .main-nav ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0;
}

.toyota-ui-child .main-navigation .main-nav ul li a,
.toyota-ui-child .main-navigation .menu-toggle,
.toyota-ui-child .main-navigation .menu-bar-item > a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 48px;
	padding-left: 13px;
	padding-right: 13px;
}

.toyota-ui-child .main-navigation .main-nav ul li[class*="current-menu-"] > a,
.toyota-ui-child .main-navigation .main-nav ul li:hover > a,
.toyota-ui-child .main-navigation .menu-bar-item:hover > a {
	background: rgba(255, 255, 255, 0.09);
	color: #ffffff;
}

.toyota-ui-child .navigation-search input[type="search"] {
	background: var(--toyota-nav-2);
	color: #ffffff;
	height: 48px;
}

.toyota-cockpit-hero {
	background-color: var(--toyota-deep);
	background-image:
		linear-gradient(90deg, rgba(8, 13, 20, 0.94), rgba(8, 13, 20, 0.76) 52%, rgba(8, 13, 20, 0.42)),
		url("https://toyotacheckenginelight.com/wp-content/uploads/2024/05/car-obd-scanner.jpg");
	background-position: center 48%;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}

.toyota-cockpit-hero::after {
	background: linear-gradient(90deg, var(--toyota-red), var(--toyota-amber), var(--toyota-green));
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
}

.toyota-cockpit-hero__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 66px 30px 58px;
	position: relative;
	z-index: 1;
}

.toyota-cockpit-hero__eyebrow {
	color: #ff6676;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.toyota-cockpit-hero h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	max-width: 760px;
	text-transform: none;
}

.toyota-cockpit-hero__lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.62;
	margin: 20px 0 0;
	max-width: 660px;
}

.toyota-cockpit-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.toyota-cockpit-hero__button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 14px 18px;
	text-decoration: none !important;
}

.toyota-cockpit-hero__button--primary {
	background: var(--toyota-red);
	box-shadow: 0 16px 34px rgba(207, 20, 43, 0.26);
	color: #ffffff !important;
}

.toyota-cockpit-hero__button--primary:hover,
.toyota-cockpit-hero__button--primary:focus {
	background: #a90f22;
	color: #ffffff !important;
}

.toyota-cockpit-hero__button--ghost {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff !important;
}

.toyota-cockpit-hero__button--ghost:hover,
.toyota-cockpit-hero__button--ghost:focus {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff !important;
}

.toyota-cockpit-hero__signals {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.toyota-cockpit-hero__signals span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 9px 11px;
	text-transform: uppercase;
}

.toyota-ui-child .site.grid-container {
	box-shadow: 0 22px 55px rgba(29, 36, 48, 0.1);
	margin-top: 28px;
}

.toyota-ui-child .inside-article,
.toyota-ui-child .page-header,
.toyota-ui-child .sidebar .widget,
.toyota-ui-child .site-main .wp-block-group__inner-container {
	border-radius: 8px;
}

.toyota-ui-child .box-shadow,
.toyota-ui-child .site,
.toyota-ui-child .sidebar .widget,
.toyota-ui-child .dynamic-content-template {
	box-shadow: 0 16px 42px rgba(29, 36, 48, 0.1);
}

.toyota-ui-child .gb-headline a,
.toyota-ui-child .entry-title a {
	color: var(--toyota-ink);
	text-decoration: none;
}

.toyota-ui-child .gb-headline a:hover,
.toyota-ui-child .entry-title a:hover {
	color: var(--toyota-red);
}

.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] .gb-headline,
.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] .gb-headline a,
.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] time {
	color: #ffffff !important;
}

.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] .gb-headline a:hover,
.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] .gb-headline a:focus {
	color: #ffffff !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.toyota-ui-child .gb-query-loop-item article.gb-container,
.toyota-ui-child .dynamic-content-template,
.toyota-ui-child .sidebar .widget {
	border-radius: 8px;
	overflow: hidden;
}

.toyota-ui-child .gb-query-loop-item article.gb-container {
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"] {
	box-shadow: inset 0 -180px 130px rgba(9, 14, 22, 0.48);
}

.toyota-ui-child .gb-query-loop-item article.gb-container:hover {
	box-shadow: 0 18px 42px rgba(29, 36, 48, 0.16);
	transform: translateY(-2px);
}

.toyota-ui-child .gb-query-loop-item article.gb-container[style*="--background-image"]:hover {
	box-shadow:
		inset 0 -180px 130px rgba(9, 14, 22, 0.48),
		0 18px 42px rgba(29, 36, 48, 0.16);
}

.toyota-ui-child .post-term-item {
	background: rgba(196, 18, 42, 0.94) !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 5px !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	color: #ffffff;
	display: inline-flex;
	margin: 0 4px 6px 0;
	max-width: 100%;
	padding: 5px 10px !important;
}

.toyota-ui-child .post-term-item a,
.toyota-ui-child .post-term-item {
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.toyota-ui-child.toyota-home .gb-query-loop-item article.gb-container .post-term-item:nth-of-type(n+2) {
	display: none;
}

.toyota-ui-child.toyota-home .gb-query-loop-item article.gb-container > .gb-inside-container > p.gb-headline.gb-headline-text:first-child {
	font-size: 0;
	line-height: 0;
}

.toyota-ui-child h2.gb-headline,
.toyota-ui-child h3.gb-headline,
.toyota-ui-child h4.gb-headline {
	letter-spacing: 0;
}

.toyota-ui-child.toyota-home .gb-query-loop-item article.gb-container[style*="--background-image"] h3.gb-headline a,
.toyota-ui-child.toyota-home .gb-query-loop-item article.gb-container[style*="--background-image"] h4.gb-headline a {
	font-weight: 700;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.toyota-ui-child.toyota-home .gb-query-loop-item article.gb-container[style*="--background-image"] time {
	font-size: 12px;
	opacity: 0.92;
}

.toyota-ui-child input[type="text"],
.toyota-ui-child input[type="email"],
.toyota-ui-child input[type="url"],
.toyota-ui-child input[type="password"],
.toyota-ui-child input[type="search"],
.toyota-ui-child input[type="tel"],
.toyota-ui-child input[type="number"],
.toyota-ui-child textarea,
.toyota-ui-child select {
	border: 1px solid var(--toyota-line);
	border-radius: 6px;
	box-shadow: none;
}

.toyota-ui-child button,
.toyota-ui-child html input[type="button"],
.toyota-ui-child input[type="reset"],
.toyota-ui-child input[type="submit"],
.toyota-ui-child a.button,
.toyota-ui-child a.wp-block-button__link:not(.has-background) {
	background: var(--toyota-red);
	border-radius: 6px;
	color: #ffffff;
	font-weight: 800;
}

.toyota-ui-child button:hover,
.toyota-ui-child html input[type="button"]:hover,
.toyota-ui-child input[type="reset"]:hover,
.toyota-ui-child input[type="submit"]:hover,
.toyota-ui-child a.button:hover,
.toyota-ui-child a.wp-block-button__link:not(.has-background):hover {
	background: #a90f22;
	color: #ffffff;
}

.toyota-ui-child.archive .site-main {
	background: var(--toyota-surface);
	border-radius: 8px;
	padding: 30px;
}

.toyota-guide-finder,
.toyota-archive-intro {
	background: #ffffff;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(29, 36, 48, 0.08);
	margin-bottom: 28px;
	padding: 24px;
}

.toyota-breadcrumbs {
	color: var(--toyota-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 auto 18px;
	max-width: 1200px;
	padding: 0 30px;
	text-transform: uppercase;
}

.toyota-breadcrumbs ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.toyota-breadcrumbs li {
	align-items: center;
	display: inline-flex;
	min-width: 0;
}

.toyota-breadcrumbs li + li::before {
	color: rgba(98, 107, 122, 0.62);
	content: "/";
	margin-right: 7px;
}

.toyota-breadcrumbs a {
	color: var(--toyota-muted);
	text-decoration: none;
}

.toyota-breadcrumbs a:hover,
.toyota-breadcrumbs a:focus {
	color: var(--toyota-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.toyota-breadcrumbs span {
	color: var(--toyota-ink);
	display: inline-block;
	max-width: 58ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.toyota-guide-finder {
	position: relative;
}

.toyota-command-center {
	background: var(--toyota-deep);
	border: 0;
	box-shadow: 0 24px 60px rgba(16, 24, 32, 0.2);
	color: rgba(255, 255, 255, 0.78);
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	margin: 28px auto 0;
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
	width: calc(100% - 60px);
}

.toyota-command-center::before {
	display: none;
}

.toyota-command-center__screen,
.toyota-command-center__quick {
	min-width: 0;
	padding: 28px;
}

.toyota-command-center__screen {
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 12px);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.toyota-command-center__kicker {
	color: #ff6676;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.toyota-command-center__title {
	color: #ffffff;
	font-size: 25px;
	font-weight: 850;
	line-height: 1.14;
	margin: 0 0 18px;
	max-width: 430px;
}

.toyota-command-center__states {
	display: grid;
	gap: 10px;
}

.toyota-command-center__state {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #ffffff !important;
	display: grid;
	gap: 6px;
	padding: 14px 14px 14px 18px;
	position: relative;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.toyota-command-center__state::before {
	border-radius: 8px 0 0 8px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.toyota-command-center__state--critical::before {
	background: var(--toyota-red);
}

.toyota-command-center__state--warning::before {
	background: var(--toyota-amber);
}

.toyota-command-center__state--ready::before {
	background: var(--toyota-green);
}

.toyota-command-center__state:hover,
.toyota-command-center__state:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.22);
	transform: translateX(3px);
}

.toyota-command-center__state-label {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.toyota-command-center__state strong {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.2;
}

.toyota-command-center__state span:last-child {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.42;
}

.toyota-command-center .toyota-guide-finder__header {
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.toyota-command-center .toyota-guide-finder__eyebrow {
	color: #8ab8ec;
}

.toyota-command-center .toyota-guide-finder__header h2 {
	color: #ffffff;
	font-size: 26px;
	max-width: 520px;
}

.toyota-command-center .toyota-guide-finder__links {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.toyota-command-center .toyota-guide-finder__link {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	min-height: 110px;
}

.toyota-command-center .toyota-guide-finder__link:hover,
.toyota-command-center .toyota-guide-finder__link:focus {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(138, 184, 236, 0.44);
	box-shadow: none;
}

.toyota-command-center .toyota-guide-finder__label {
	color: #ffffff;
}

.toyota-command-center .toyota-guide-finder__meta {
	color: rgba(255, 255, 255, 0.68);
}

.toyota-model-finder {
	background: #ffffff;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	box-shadow: 0 20px 52px rgba(29, 36, 48, 0.1);
	margin: 20px auto 0;
	max-width: 1200px;
	overflow: hidden;
	padding: 26px;
	position: relative;
	width: calc(100% - 60px);
}

.toyota-model-finder::before {
	background: linear-gradient(90deg, var(--toyota-red), var(--toyota-blue), var(--toyota-green));
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.toyota-model-finder__header {
	align-items: end;
	display: grid;
	gap: 10px 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
	margin-bottom: 20px;
	padding-top: 6px;
}

.toyota-model-finder__eyebrow {
	color: var(--toyota-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.toyota-model-finder h2 {
	color: var(--toyota-ink);
	font-size: 28px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	text-transform: none;
}

.toyota-model-finder__header p:last-child {
	color: var(--toyota-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.toyota-model-finder__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.toyota-model-finder__card {
	background:
		linear-gradient(135deg, rgba(207, 20, 43, 0.05), rgba(43, 111, 173, 0.05)),
		#f8fafc;
	border: 1px solid rgba(223, 229, 236, 0.96);
	border-radius: 8px;
	color: var(--toyota-ink) !important;
	display: grid;
	min-height: 124px;
	padding: 16px;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.toyota-model-finder__card:hover,
.toyota-model-finder__card:focus {
	background: #ffffff;
	border-color: rgba(43, 111, 173, 0.36);
	box-shadow: 0 16px 34px rgba(29, 36, 48, 0.1);
	transform: translateY(-2px);
}

.toyota-model-finder__badge {
	background: rgba(207, 20, 43, 0.08);
	border: 1px solid rgba(207, 20, 43, 0.16);
	border-radius: 999px;
	color: var(--toyota-red);
	display: inline-flex;
	font-size: 10px;
	font-weight: 850;
	justify-self: start;
	line-height: 1;
	margin-bottom: 14px;
	padding: 6px 8px;
	text-transform: uppercase;
}

.toyota-model-finder__model {
	color: var(--toyota-ink);
	display: block;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.1;
	margin-bottom: 8px;
}

.toyota-model-finder__meta {
	color: var(--toyota-muted);
	display: block;
	font-size: 13px;
	line-height: 1.42;
}

.toyota-guide-finder::before,
.toyota-archive-intro::before {
	background: var(--toyota-red);
	border-radius: 2px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 16px;
	width: 48px;
}

.toyota-guide-finder.toyota-command-center::before {
	content: none;
	display: none;
}

.toyota-guide-finder__header {
	align-items: flex-end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.toyota-guide-finder__eyebrow,
.toyota-archive-intro__eyebrow {
	color: var(--toyota-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.toyota-guide-finder h2,
.toyota-archive-intro h1 {
	color: var(--toyota-ink);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	text-transform: none;
}

.toyota-guide-finder__links {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.toyota-guide-finder__link {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	color: var(--toyota-ink) !important;
	display: block;
	min-height: 98px;
	padding: 16px;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.toyota-guide-finder__link:hover,
.toyota-guide-finder__link:focus {
	background: #ffffff;
	border-color: rgba(207, 20, 43, 0.32);
	box-shadow: 0 14px 28px rgba(29, 36, 48, 0.09);
	transform: translateY(-2px);
}

.toyota-guide-finder__label {
	display: block;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.22;
	margin-bottom: 8px;
}

.toyota-guide-finder__meta {
	color: var(--toyota-muted);
	display: block;
	font-size: 13px;
	line-height: 1.42;
}

.toyota-archive-intro {
	margin-bottom: 24px;
}

.toyota-archive-intro__copy {
	color: var(--toyota-muted);
	font-size: 16px;
	line-height: 1.62;
	margin: 12px 0 0;
	max-width: 760px;
}

.toyota-archive-intro__meta {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 999px;
	color: var(--toyota-muted);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin: 18px 0 0;
	padding: 8px 11px;
	text-transform: uppercase;
}

.toyota-ui-child.toyota-archive .ratio-third {
	gap: 20px !important;
}

.toyota-ui-child.toyota-archive .ratio-third .gb-query-loop-item article.gb-container {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: inset 0 -170px 120px rgba(9, 14, 22, 0.58), 0 12px 30px rgba(29, 36, 48, 0.12);
	overflow: hidden;
}

.toyota-ui-child.toyota-archive .ratio-third .gb-query-loop-item article.gb-container:hover {
	box-shadow: inset 0 -170px 120px rgba(9, 14, 22, 0.62), 0 18px 40px rgba(29, 36, 48, 0.17);
}

.toyota-ui-child.toyota-archive .gb-headline-4a8d1aac {
	font-size: 0 !important;
	gap: 0 !important;
	line-height: 0;
	margin-bottom: 10px !important;
}

.toyota-ui-child.toyota-archive .gb-headline-4a8d1aac .gb-icon {
	display: none;
}

.toyota-ui-child.toyota-archive .gb-headline-4a8d1aac .post-term-item:nth-of-type(n+3) {
	display: none;
}

.toyota-ui-child.toyota-archive .gb-headline-a8c661f2 {
	font-size: 21px !important;
	font-weight: 750 !important;
	letter-spacing: 0;
	line-height: 1.28 !important;
	max-width: 92%;
}

.toyota-ui-child.toyota-archive .gb-headline-a8c661f2 a {
	color: #ffffff !important;
	text-decoration: none;
}

.toyota-ui-child.toyota-archive .gb-headline-a8c661f2 a:hover,
.toyota-ui-child.toyota-archive .gb-headline-a8c661f2 a:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.toyota-ui-child.toyota-archive .gb-headline-b72a7626 {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 12px !important;
	font-weight: 750;
	margin-top: 12px !important;
	text-transform: uppercase;
}

.toyota-ui-child.toyota-archive .gb-query-loop-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 28px !important;
}

.toyota-ui-child.toyota-archive .gb-query-loop-pagination .gb-button {
	border-radius: 6px !important;
	min-height: 40px;
	padding: 10px 14px !important;
}

.toyota-ui-child.toyota-single .gb-container-8b6d1c4b {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(29, 36, 48, 0.14);
	margin: 30px auto 28px;
	max-width: 1200px;
	overflow: hidden;
	padding-top: 0 !important;
}

.toyota-ui-child.toyota-single .gb-container-8b6d1c4b > .gb-inside-container {
	align-items: flex-end;
	display: flex;
	min-height: 420px;
}

.toyota-ui-child.toyota-single .gb-container-3c9826f4 {
	background: linear-gradient(90deg, rgba(17, 24, 32, 0.9), rgba(17, 24, 32, 0.62)) !important;
	border-left: 4px solid var(--toyota-red);
	border-radius: 0 8px 0 0;
	margin-top: auto;
	max-width: 760px;
	padding: 32px !important;
	width: 100% !important;
}

.toyota-ui-child.toyota-single .single-post-category {
	background: transparent !important;
	margin-bottom: 16px !important;
	padding: 0 !important;
}

.toyota-ui-child.toyota-single .gb-headline-eaaa5bad {
	color: #ffffff !important;
	font-size: 36px !important;
	font-weight: 850 !important;
	letter-spacing: 0;
	line-height: 1.14 !important;
	margin-bottom: 18px !important;
	text-transform: none;
}

.toyota-ui-child.toyota-single .gb-headline-e4cdef4d {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.toyota-ui-child.toyota-single .gb-container-58fb7d57 {
	background: var(--toyota-red) !important;
	border-radius: 2px;
	min-height: 12px !important;
}

.toyota-ui-child.toyota-single .inside-article {
	border: 1px solid rgba(223, 229, 236, 0.88);
	box-shadow: 0 16px 38px rgba(29, 36, 48, 0.08);
}

.toyota-ui-child.toyota-single .entry-content {
	color: var(--toyota-ink);
	font-size: 17px;
	line-height: 1.78;
}

.toyota-ui-child.toyota-single .entry-content > p {
	margin-bottom: 1.25em;
}

.toyota-diagnostic-note {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-left: 4px solid var(--toyota-red);
	border-radius: 8px;
	color: var(--toyota-muted);
	margin: 0 0 28px;
	padding: 18px 20px;
}

.toyota-diagnostic-note__label {
	color: var(--toyota-ink);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px !important;
	text-transform: uppercase;
}

.toyota-diagnostic-note p:last-child {
	margin-bottom: 0;
}

.toyota-quick-answer {
	background: #ffffff;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(29, 36, 48, 0.08);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
	margin: 0 0 28px;
	overflow: hidden;
	padding: 22px;
	position: relative;
}

.toyota-quick-answer::before {
	background: linear-gradient(180deg, var(--toyota-red), var(--toyota-blue));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

.toyota-quick-answer__main {
	min-width: 0;
	padding-left: 8px;
}

.toyota-quick-answer__eyebrow {
	color: var(--toyota-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px !important;
	text-transform: uppercase;
}

.toyota-quick-answer__title {
	color: var(--toyota-ink) !important;
	font-size: 24px !important;
	font-weight: 850 !important;
	line-height: 1.18 !important;
	margin: 0 0 12px !important;
}

.toyota-quick-answer__copy {
	color: var(--toyota-muted);
	font-size: 15px;
	line-height: 1.64;
	margin: 0 !important;
}

.toyota-quick-answer__stats {
	display: grid;
	gap: 10px;
}

.toyota-quick-answer__stat {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	padding: 13px 14px;
}

.toyota-quick-answer__stat span {
	color: var(--toyota-muted);
	display: block;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.toyota-quick-answer__stat strong {
	color: var(--toyota-ink);
	display: block;
	font-size: 15px;
	line-height: 1.2;
}

.toyota-severity-meter {
	background: var(--toyota-deep);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(16, 24, 32, 0.12);
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 28px;
	overflow: hidden;
	padding: 22px;
}

.toyota-severity-meter__header {
	align-items: flex-end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.toyota-severity-meter__eyebrow {
	color: #ff6676;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 !important;
	text-transform: uppercase;
}

.toyota-severity-meter__title {
	color: #ffffff !important;
	font-size: 24px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	text-align: right;
}

.toyota-severity-meter__levels {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.toyota-severity-meter__level {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	min-width: 0;
	padding: 15px;
}

.toyota-severity-meter__bar {
	border-radius: 999px;
	display: block;
	height: 4px;
	margin-bottom: 13px;
	width: 100%;
}

.toyota-severity-meter__level--critical .toyota-severity-meter__bar {
	background: var(--toyota-red);
}

.toyota-severity-meter__level--warning .toyota-severity-meter__bar {
	background: var(--toyota-amber);
}

.toyota-severity-meter__level--ready .toyota-severity-meter__bar {
	background: var(--toyota-green);
}

.toyota-severity-meter__label {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	margin: 0 0 7px !important;
	text-transform: uppercase;
}

.toyota-severity-meter__level-title {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	margin: 0 0 7px !important;
}

.toyota-severity-meter__level p:last-child {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.5;
	margin: 0 !important;
}

.toyota-diagnostic-flow {
	background: #ffffff;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(29, 36, 48, 0.07);
	margin: 0 0 30px;
	padding: 22px;
}

.toyota-diagnostic-flow__header {
	border-bottom: 1px solid var(--toyota-line);
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.toyota-diagnostic-flow__eyebrow {
	color: var(--toyota-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px !important;
	text-transform: uppercase;
}

.toyota-diagnostic-flow__title {
	color: var(--toyota-ink) !important;
	font-size: 24px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}

.toyota-diagnostic-flow__steps {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.toyota-diagnostic-flow__step {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	padding: 15px;
}

.toyota-diagnostic-flow__number {
	color: var(--toyota-red);
	display: block;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	margin-bottom: 10px;
}

.toyota-diagnostic-flow__step-title {
	color: var(--toyota-ink) !important;
	font-size: 16px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	margin: 0 0 7px !important;
}

.toyota-diagnostic-flow__step p {
	color: var(--toyota-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 0 !important;
}

.toyota-ui-child.toyota-single .entry-content h2,
.toyota-ui-child.toyota-single .entry-content h3 {
	color: var(--toyota-ink);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 34px 0 16px;
	text-transform: none;
}

.toyota-ui-child.toyota-single .entry-content h2 {
	border-bottom: 2px solid var(--toyota-line);
	font-size: 28px;
	padding-bottom: 12px;
}

.toyota-ui-child.toyota-single .entry-content h3 {
	font-size: 24px;
}

.toyota-ui-child.toyota-single .entry-content a {
	color: #be1026;
	text-underline-offset: 3px;
}

.toyota-ui-child.toyota-single .entry-content ul,
.toyota-ui-child.toyota-single .entry-content ol {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.92);
	border-radius: 8px;
	margin-left: 0;
	padding: 18px 22px 18px 38px;
}

.toyota-ui-child.toyota-single .entry-content li + li {
	margin-top: 9px;
}

.toyota-ui-child.toyota-single .lwptoc {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	margin: 22px 0 28px;
	max-width: 760px;
	padding: 6px;
}

.toyota-ui-child.toyota-single .lwptoc_i {
	background: transparent !important;
	border: 0 !important;
	padding: 16px !important;
}

.toyota-ui-child.toyota-single .lwptoc_title {
	color: var(--toyota-ink);
	font-size: 14px;
	font-weight: 850;
}

.toyota-ui-child.toyota-single .wp-block-image img {
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(29, 36, 48, 0.1);
}

.toyota-related-guides {
	background: #111820;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(29, 36, 48, 0.12);
	color: rgba(255, 255, 255, 0.76);
	margin: 38px 0 8px;
	padding: 24px;
}

.toyota-related-guides__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.toyota-related-guides__eyebrow {
	color: #ff5b6d;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px !important;
	text-transform: uppercase;
}

.toyota-related-guides h2 {
	color: #ffffff !important;
	font-size: 24px !important;
	font-weight: 850 !important;
	line-height: 1.18 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none;
}

.toyota-related-guides__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.toyota-related-guides__card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #ffffff !important;
	display: block;
	padding: 15px;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.toyota-related-guides__card:hover,
.toyota-related-guides__card:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 91, 109, 0.42);
	transform: translateY(-2px);
}

.toyota-related-guides__label {
	display: block;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
	margin-bottom: 7px;
}

.toyota-related-guides__meta {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	line-height: 1.42;
}

.toyota-ui-child.toyota-single .sidebar .widget,
.toyota-ui-child.toyota-archive .sidebar .widget {
	border: 1px solid rgba(223, 229, 236, 0.9);
}

.toyota-ui-child.toyota-single .comments-area {
	background: #ffffff;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(29, 36, 48, 0.08);
	color: var(--toyota-ink);
	margin-top: 24px;
}

.toyota-ui-child.toyota-single .comments-title,
.toyota-ui-child.toyota-single .comment-reply-title {
	color: var(--toyota-ink);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 16px;
	text-transform: none;
}

.toyota-ui-child.toyota-single .comment-form {
	display: grid;
	gap: 14px;
}

.toyota-ui-child.toyota-single .comment-form-comment,
.toyota-ui-child.toyota-single .comment-form-cookies-consent,
.toyota-ui-child.toyota-single .form-submit {
	margin-bottom: 0;
}

.toyota-ui-child.toyota-single .comment-form-author,
.toyota-ui-child.toyota-single .comment-form-email,
.toyota-ui-child.toyota-single .comment-form-url {
	margin-bottom: 0;
	max-width: 520px;
}

.toyota-ui-child.toyota-single .comment-form label {
	color: var(--toyota-muted);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 6px;
}

.toyota-ui-child.toyota-single .comment-form textarea,
.toyota-ui-child.toyota-single .comment-form input[type="text"],
.toyota-ui-child.toyota-single .comment-form input[type="email"],
.toyota-ui-child.toyota-single .comment-form input[type="url"] {
	background: #f7f9fb;
	border: 1px solid rgba(223, 229, 236, 0.95);
	border-radius: 8px;
	color: var(--toyota-ink);
	font-size: 15px;
	min-height: 46px;
	padding: 12px 14px;
	width: 100%;
}

.toyota-ui-child.toyota-single .comment-form textarea:focus,
.toyota-ui-child.toyota-single .comment-form input[type="text"]:focus,
.toyota-ui-child.toyota-single .comment-form input[type="email"]:focus,
.toyota-ui-child.toyota-single .comment-form input[type="url"]:focus {
	background: #ffffff;
	border-color: rgba(207, 20, 43, 0.38);
	box-shadow: 0 0 0 3px rgba(207, 20, 43, 0.1);
	outline: 0;
}

.toyota-ui-child.toyota-single .comment-form-cookies-consent {
	align-items: flex-start;
	color: var(--toyota-muted);
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.45;
}

.toyota-ui-child.toyota-single .comment-form-cookies-consent input {
	margin-top: 5px;
}

.toyota-ui-child.toyota-single .form-submit .submit {
	border-radius: 6px;
	min-height: 46px;
	padding: 12px 20px;
}

.toyota-ui-child.toyota-single .post-navigation,
.toyota-ui-child.toyota-single .paging-navigation {
	border-radius: 8px;
}

@media (min-width: 769px) {
	.toyota-ui-child .sidebar.is-right-sidebar > .inside-right-sidebar {
		position: sticky;
		top: 68px;
	}

	.toyota-ui-child.archive .site-main .ratio-third {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.toyota-ui-child.archive .site-main .ratio-third > .gb-query-loop-item:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

}

.toyota-ui-child .site-footer {
	background: #111820;
	color: rgba(255, 255, 255, 0.72);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.toyota-ui-child .site-footer footer.gb-container {
	background: transparent;
}

.toyota-ui-child .site-footer footer.gb-container > .gb-inside-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}

.toyota-ui-child .site-footer h4,
.toyota-ui-child .site-footer .wpforms-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.toyota-ui-child .site-footer a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
}

.toyota-ui-child .site-footer a:hover,
.toyota-ui-child .site-footer a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.toyota-ui-child .site-footer .gb-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.12) !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px !important;
	color: #ffffff !important;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin-right: 8px !important;
	padding: 0 !important;
	width: 34px;
}

.toyota-ui-child .site-footer .gb-button:hover,
.toyota-ui-child .site-footer .gb-button:focus {
	background: var(--toyota-red) !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.toyota-ui-child .site-footer .gb-button .gb-icon {
	display: inline-flex;
}

.toyota-ui-child .site-footer .gb-button-wrapper {
	margin-bottom: 34px !important;
}

.toyota-ui-child .site-footer div.wpforms-container-full {
	margin: 0;
}

.toyota-ui-child .site-footer div.wpforms-container-full .wpforms-form .wpforms-title {
	margin: 0 0 18px;
	padding: 0;
}

.toyota-ui-child .site-footer div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 4px 0 12px;
}

.toyota-ui-child .site-footer div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.toyota-ui-child .site-footer .wpforms-container input[type="email"] {
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	color: var(--toyota-ink);
	min-height: 42px;
	width: 100%;
}

.toyota-ui-child .site-footer div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	margin: 0;
	padding: 2px 0 0;
}

.toyota-ui-child .site-footer .wpforms-submit {
	background: var(--toyota-red) !important;
	border-radius: 6px !important;
	box-shadow: 0 12px 24px rgba(207, 20, 43, 0.18);
	font-weight: 800;
	min-height: 42px;
	width: 100%;
}

.toyota-ui-child .site-footer .wpforms-submit:hover,
.toyota-ui-child .site-footer .wpforms-submit:focus {
	background: #a90f22 !important;
}

.toyota-ui-child .site-footer .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin: 32px 0 28px;
}

.toyota-ui-child .site-footer .wp-block-code {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.toyota-ui-child .site-footer code {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	display: block;
	line-height: 1.7;
	padding: 18px 20px;
	white-space: normal;
}

.toyota-ui-child .site-footer .footer-links {
	align-items: center;
	gap: 10px 14px !important;
}

.toyota-ui-child .site-footer .footer-links a {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	display: inline-flex;
	line-height: 1.25;
	padding: 7px 10px;
}

.toyota-ui-child .site-footer .footer-links a:hover,
.toyota-ui-child .site-footer .footer-links a:focus {
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
}

.toyota-ui-child.toyota-home .site-main .entry-content > .gb-container {
	background: transparent !important;
	margin-bottom: 42px;
}

.toyota-ui-child.toyota-home .gb-headline-1bd93e86,
.toyota-ui-child.toyota-home .gb-headline-5349345f,
.toyota-ui-child.toyota-home .gb-headline-ddaf9f07,
.toyota-ui-child.toyota-home .gb-headline-ac22c05b {
	align-items: center;
	border-bottom: 2px solid var(--toyota-line) !important;
	color: var(--toyota-ink) !important;
	display: flex;
	font-size: 18px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 22px !important;
	padding-bottom: 12px !important;
	text-transform: uppercase;
}

.toyota-ui-child.toyota-home .gb-headline-1bd93e86 .gb-icon,
.toyota-ui-child.toyota-home .gb-headline-5349345f .gb-icon,
.toyota-ui-child.toyota-home .gb-headline-ddaf9f07 .gb-icon,
.toyota-ui-child.toyota-home .gb-headline-ac22c05b .gb-icon {
	background: var(--toyota-red);
	border-radius: 2px;
	color: var(--toyota-red);
	display: inline-block;
	height: 14px;
	margin-right: 12px;
	overflow: hidden;
	width: 14px;
}

.toyota-ui-child.toyota-home .gb-container-22ba3628 .gb-grid-wrapper-c9bd997a {
	row-gap: 28px;
}

.toyota-ui-child.toyota-home .gb-container-22ba3628 .gb-container-e49c9a09,
.toyota-ui-child.toyota-home .gb-container-22ba3628 .gb-container-20041c6e {
	background: #ffffff !important;
}

.toyota-ui-child.toyota-home .gb-container-22ba3628 .gb-block-image img {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.toyota-ui-child.toyota-home .gb-container-22ba3628 .gb-container-20041c6e {
	border-bottom: 1px solid var(--toyota-line);
}

.toyota-ui-child.toyota-home .gb-headline-8c215d81 {
	color: var(--toyota-ink) !important;
	font-size: 24px !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
	margin-bottom: 10px !important;
}

.toyota-ui-child.toyota-home .gb-headline-a4333d44,
.toyota-ui-child.toyota-home .gb-headline-b5961321,
.toyota-ui-child.toyota-home .gb-headline-4c606d0e,
.toyota-ui-child.toyota-home .gb-headline-9adfd4dd {
	color: var(--toyota-muted) !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.toyota-ui-child.toyota-home .gb-headline-13f10a89 {
	color: var(--toyota-muted) !important;
	font-size: 15px !important;
	line-height: 1.62 !important;
}

.toyota-ui-child.toyota-home .gb-button-1c4f2dae {
	background: var(--toyota-red) !important;
	border-radius: 6px !important;
	box-shadow: none;
	color: #ffffff !important;
	font-weight: 800 !important;
	min-height: 42px;
	padding: 11px 18px !important;
}

.toyota-ui-child.toyota-home .gb-button-1c4f2dae:hover,
.toyota-ui-child.toyota-home .gb-button-1c4f2dae:focus {
	background: #a90f22 !important;
	color: #ffffff !important;
}

.toyota-ui-child.toyota-home .gb-container-3e52418f .gb-query-loop-item article.gb-container,
.toyota-ui-child.toyota-home .gb-container-4f1101e0 .gb-grid-column > .gb-container,
.toyota-ui-child.toyota-home .gb-container-525acc2f .gb-query-loop-item article.gb-container,
.toyota-ui-child.toyota-home .gb-container-525acc2f .gb-grid-column > .gb-container {
	background: #ffffff !important;
	border: 1px solid rgba(223, 229, 236, 0.9);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(29, 36, 48, 0.07);
	overflow: hidden;
}

.toyota-ui-child.toyota-home .gb-container-3e52418f .gb-block-image img,
.toyota-ui-child.toyota-home .gb-container-4f1101e0 .gb-block-image img,
.toyota-ui-child.toyota-home .gb-container-525acc2f .gb-block-image img {
	display: block;
	object-fit: cover;
	width: 100%;
}

.toyota-ui-child.toyota-home .gb-container-3e52418f h4.gb-headline,
.toyota-ui-child.toyota-home .gb-container-4f1101e0 h4.gb-headline,
.toyota-ui-child.toyota-home .gb-container-4f1101e0 h5.gb-headline,
.toyota-ui-child.toyota-home .gb-container-525acc2f h4.gb-headline,
.toyota-ui-child.toyota-home .gb-container-525acc2f h5.gb-headline {
	color: var(--toyota-ink) !important;
	font-weight: 750 !important;
	line-height: 1.28 !important;
}

.toyota-ui-child.toyota-home .gb-container-525acc2f {
	background: transparent !important;
}

.toyota-ui-child :focus-visible {
	outline: 3px solid rgba(207, 20, 43, 0.34);
	outline-offset: 3px;
}

@media (max-width: 910px) {
	.toyota-ui-child .inside-header {
		padding: 18px 18px;
	}

	.toyota-ui-child .site-logo img {
		max-width: 260px;
		width: min(260px, 72vw);
	}

	.toyota-ui-child .main-navigation .inside-navigation {
		justify-content: space-between;
		min-height: 52px;
		padding: 0 14px;
	}

	.toyota-ui-child .main-navigation .menu-toggle {
		align-items: center;
		display: inline-flex;
		gap: 8px;
		line-height: 52px;
		min-height: 52px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.toyota-ui-child .main-navigation.toggled .main-nav > ul {
		background: var(--toyota-nav);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		display: block;
		padding: 8px 0 12px;
	}

	.toyota-ui-child .main-navigation .main-nav ul li a {
		line-height: 1.3;
		padding: 13px 16px;
		white-space: normal;
	}

	.toyota-ui-child .slideout-navigation,
	.toyota-ui-child .slideout-navigation.main-navigation {
		background: var(--toyota-nav);
		box-shadow: 24px 0 60px rgba(0, 0, 0, 0.32);
		width: min(320px, 84vw);
	}

	.toyota-ui-child .slideout-navigation .inside-navigation {
		padding: 16px 14px;
	}

	.toyota-ui-child .slideout-navigation .main-nav ul li a {
		border-radius: 6px;
		line-height: 1.25;
		margin: 2px 0;
		padding: 14px 16px;
	}
}

@media (max-width: 768px) {
	.toyota-ui-child .site.grid-container {
		margin-top: 0;
	}

	.toyota-cockpit-hero__inner {
		padding: 46px 24px 42px;
	}

	.toyota-cockpit-hero h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.toyota-cockpit-hero__lead {
		font-size: 16px;
		line-height: 1.58;
	}

	.toyota-cockpit-hero__signals {
		gap: 8px;
	}

	.toyota-ui-child .separate-containers .inside-article,
	.toyota-ui-child .separate-containers .comments-area,
	.toyota-ui-child .separate-containers .page-header,
	.toyota-ui-child .separate-containers .paging-navigation,
	.toyota-ui-child .one-container .site-content,
	.toyota-ui-child .inside-page-header,
	.toyota-ui-child .site-main .wp-block-group__inner-container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.toyota-ui-child h2.gb-headline {
		font-size: 24px;
		line-height: 1.2;
	}

	.toyota-ui-child.toyota-home .site-main .entry-content > .gb-container {
		margin-bottom: 34px;
	}

	.toyota-ui-child.toyota-home .gb-headline-1bd93e86,
	.toyota-ui-child.toyota-home .gb-headline-5349345f,
	.toyota-ui-child.toyota-home .gb-headline-ddaf9f07,
	.toyota-ui-child.toyota-home .gb-headline-ac22c05b {
		font-size: 16px !important;
		margin-bottom: 18px !important;
	}

	.toyota-ui-child.toyota-home .gb-headline-8c215d81 {
		font-size: 21px !important;
		line-height: 1.25 !important;
	}

	.toyota-ui-child.toyota-home .gb-headline-13f10a89 {
		font-size: 14px !important;
	}

	.toyota-ui-child.toyota-home .gb-button-1c4f2dae {
		justify-content: center;
		width: 100%;
	}

	.toyota-guide-finder,
	.toyota-archive-intro {
		margin-bottom: 22px;
		padding: 20px;
	}

	.toyota-command-center {
		grid-template-columns: 1fr;
		margin-top: 22px;
		padding: 0;
		width: calc(100% - 48px);
	}

	.toyota-command-center__screen,
	.toyota-command-center__quick {
		padding: 22px;
	}

	.toyota-command-center__screen {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 0;
	}

	.toyota-command-center__title,
	.toyota-command-center .toyota-guide-finder__header h2 {
		font-size: 23px;
	}

	.toyota-model-finder {
		margin-top: 18px;
		padding: 22px;
		width: calc(100% - 48px);
	}

	.toyota-model-finder__header {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.toyota-model-finder h2 {
		font-size: 24px;
	}

	.toyota-model-finder__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.toyota-breadcrumbs {
		margin-bottom: 16px;
		padding: 0 24px;
	}

	.toyota-breadcrumbs span {
		max-width: 26ch;
	}

	.toyota-guide-finder__header {
		align-items: flex-start;
		display: block;
	}

	.toyota-guide-finder h2,
	.toyota-archive-intro h1 {
		font-size: 22px;
	}

	.toyota-guide-finder__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.toyota-guide-finder__link {
		min-height: 94px;
		padding: 14px;
	}

	.toyota-ui-child.toyota-archive .gb-headline-a8c661f2 {
		font-size: 19px !important;
		max-width: 100%;
	}

	.toyota-ui-child.toyota-single .gb-container-8b6d1c4b {
		border-radius: 0;
		margin: 0 0 20px;
	}

	.toyota-ui-child.toyota-single .gb-container-8b6d1c4b > .gb-inside-container {
		min-height: 430px;
	}

	.toyota-ui-child.toyota-single .gb-container-3c9826f4 {
		border-radius: 0;
		margin: 0;
		padding: 28px 30px !important;
		width: 100% !important;
	}

	.toyota-ui-child.toyota-single .gb-headline-eaaa5bad {
		font-size: 27px !important;
		line-height: 1.22 !important;
	}

	.toyota-ui-child.toyota-single .entry-content {
		font-size: 16px;
		line-height: 1.72;
	}

	.toyota-ui-child.toyota-single .entry-content h2 {
		font-size: 24px;
	}

	.toyota-ui-child.toyota-single .entry-content h3 {
		font-size: 21px;
	}

	.toyota-ui-child.toyota-single .entry-content ul,
	.toyota-ui-child.toyota-single .entry-content ol {
		padding: 16px 18px 16px 34px;
	}

	.toyota-diagnostic-note {
		margin-bottom: 24px;
		padding: 16px;
	}

	.toyota-quick-answer {
		grid-template-columns: 1fr;
		margin-bottom: 24px;
		padding: 18px;
	}

	.toyota-quick-answer__title {
		font-size: 21px !important;
	}

	.toyota-quick-answer__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.toyota-severity-meter {
		margin-bottom: 24px;
		padding: 18px;
	}

	.toyota-severity-meter__header {
		align-items: flex-start;
		display: block;
	}

	.toyota-severity-meter__title {
		font-size: 22px !important;
		margin-top: 7px !important;
		text-align: left;
	}

	.toyota-severity-meter__levels {
		grid-template-columns: 1fr;
	}

	.toyota-diagnostic-flow {
		margin-bottom: 26px;
		padding: 18px;
	}

	.toyota-diagnostic-flow__steps {
		grid-template-columns: 1fr;
	}

	.toyota-related-guides {
		margin-top: 30px;
		padding: 20px;
	}

	.toyota-related-guides__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.toyota-ui-child .site-footer footer.gb-container {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.toyota-ui-child .site-footer .gb-button {
		height: 38px;
		width: 38px;
	}

	.toyota-ui-child .site-footer .gb-button-wrapper {
		margin-bottom: 26px !important;
	}

	.toyota-ui-child .site-footer .wp-block-code code {
		padding: 14px;
	}

	.toyota-ui-child .site-footer .footer-links a {
		justify-content: center;
		min-height: 36px;
	}
}

@media (max-width: 480px) {
	.toyota-ui-child .inside-header {
		padding: 13px 16px;
	}

	.toyota-cockpit-hero__inner {
		padding: 38px 20px 36px;
	}

	.toyota-cockpit-hero h1 {
		font-size: 29px;
	}

	.toyota-cockpit-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.toyota-cockpit-hero__button {
		width: 100%;
	}

	.toyota-ui-child .site-logo img {
		max-width: 235px;
		width: min(235px, 72vw);
	}

	.toyota-ui-child .main-navigation .menu-toggle {
		font-size: 15px;
	}

	.toyota-guide-finder__links {
		grid-template-columns: 1fr;
	}

	.toyota-command-center .toyota-guide-finder__links {
		grid-template-columns: 1fr;
	}

	.toyota-command-center {
		width: calc(100% - 32px);
	}

	.toyota-model-finder {
		width: calc(100% - 32px);
	}

	.toyota-model-finder__grid {
		grid-template-columns: 1fr;
	}

	.toyota-guide-finder__link {
		min-height: auto;
	}

	.toyota-archive-intro__copy {
		font-size: 15px;
	}

	.toyota-related-guides__grid {
		grid-template-columns: 1fr;
	}

	.toyota-quick-answer__stats {
		grid-template-columns: 1fr;
	}
}
