/* Shared Malaysia legal, delivery and warranty presentation. */

.vpolicy {
	background: #f6f4ee;
	color: #121927;
}

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

.vpolicy-hero {
	background: #121c9f;
	color: #fff;
}

.vpolicy-hero-inner,
.vpolicy-section-inner {
	width: min(720px, calc(100% - 48px));
	margin: 0 auto;
}

.vpolicy-hero-inner {
	padding: 124px 0 128px;
}

.vpolicy-hero h1 {
	margin: 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.35rem, 4vw, 3rem);
	font-weight: 650;
	line-height: 1.03;
	letter-spacing: -0.035em;
}

.vpolicy-hero p {
	max-width: 690px;
	margin: 18px 0 0;
	color: #d2d6ff;
	font-size: 18px;
	line-height: 1.6;
}

.vpolicy-article {
	margin: 0;
}

.vpolicy-section {
	padding: 100px 0 104px;
	border-bottom: 1px solid #e2e3df;
}

.vpolicy-section:nth-child(even) {
	background: #f1f2f4;
}

.vpolicy-section:last-child {
	border-bottom: 0;
}

.vpolicy-section h2 {
	margin: 0 0 32px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 650;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.vpolicy-section h3 {
	margin: 42px 0 16px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.22rem;
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.vpolicy-section h2 + h3 {
	margin-top: 0;
}

.vpolicy-section p,
.vpolicy-section li,
.vpolicy-section address {
	color: #6b7483;
	font-size: 17px;
	line-height: 1.68;
}

.vpolicy-section p,
.vpolicy-section ul {
	margin: 0 0 22px;
}

.vpolicy-section p:last-child,
.vpolicy-section ul:last-child {
	margin-bottom: 0;
}

.vpolicy-section ul {
	padding-left: 1.25em;
}

.vpolicy-section li + li {
	margin-top: 8px;
}

.vpolicy-section strong {
	color: #182131;
	font-weight: 650;
}

.vpolicy-section a {
	color: #121c9f;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.vpolicy-section a:hover,
.vpolicy-section a:focus-visible {
	color: #08126f;
}

.vpolicy-section address {
	margin: 0;
	font-style: normal;
}

.vpolicy-facts {
	display: grid;
	gap: 0;
	margin-top: 38px;
	border: 1px solid #dfe1e5;
	background: #f5f6f8;
}

.vpolicy-facts > div {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(130px, 0.5fr);
	gap: 24px;
	align-items: center;
	padding: 28px 32px;
	border-bottom: 1px solid #dfe1e5;
}

.vpolicy-facts > div:last-child {
	border-bottom: 0;
}

.vpolicy-facts dt,
.vpolicy-facts dd {
	margin: 0;
}

.vpolicy-facts dt {
	color: #566172;
	font-size: 16px;
	line-height: 1.48;
}

.vpolicy-facts dd {
	color: #111827;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.2rem;
	font-weight: 650;
	text-align: right;
}

.vpolicy-note {
	margin-top: 32px;
	padding: 24px 26px;
	border-left: 3px solid #121c9f;
	background: #eceef5;
}

.vpolicy-note p {
	margin: 0;
	color: #566172;
	font-size: 15px;
}

.vpolicy-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 32px;
}

.vpolicy-contact a,
.vpolicy-contact address {
	display: flex;
	min-height: 80px;
	flex-direction: column;
	justify-content: center;
	padding: 18px 22px;
	border: 1px solid #d9dcdf;
	background: #f6f4ee;
	color: #121927;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.vpolicy-contact a:hover,
.vpolicy-contact a:focus-visible {
	border-color: #121c9f;
	color: #121c9f;
}

.vpolicy-contact span {
	display: block;
	margin-bottom: 4px;
	color: #6b7483;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vpolicy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.vpolicy-actions a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	border: 1px solid #121c9f;
	background: #121c9f;
	color: #fff;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.vpolicy-actions a:hover,
.vpolicy-actions a:focus-visible {
	background: transparent;
	color: #121c9f;
}

@media (max-width: 620px) {
	.vpolicy-hero-inner,
	.vpolicy-section-inner {
		width: min(100% - 48px, 720px);
	}

	.vpolicy-hero-inner {
		padding: 100px 0 104px;
	}

	.vpolicy-hero h1 {
		font-size: 2.15rem;
	}

	.vpolicy-hero p {
		font-size: 17px;
	}

	.vpolicy-section {
		padding: 76px 0 80px;
	}

	.vpolicy-section h2 {
		margin-bottom: 26px;
		font-size: 1.85rem;
	}

	.vpolicy-section h3 {
		margin-top: 34px;
		font-size: 1.12rem;
	}

	.vpolicy-section p,
	.vpolicy-section li,
	.vpolicy-section address {
		font-size: 16px;
	}

	.vpolicy-facts > div {
		display: block;
		padding: 24px;
	}

	.vpolicy-facts dd {
		margin-top: 10px;
		text-align: left;
	}

	.vpolicy-contact {
		grid-template-columns: 1fr;
	}

	.vpolicy-actions {
		display: grid;
	}

	.vpolicy-actions a {
		width: 100%;
	}
}
