/* Restored information and policy page presentation, scoped to Issue 9 routes. */
.ems-reference-page__content,
.ems-reference-page__content * {
	box-sizing: border-box;
}

.ems-reference-page__content {
	width: 100%;
	overflow: clip;
}

.ems-reference-page__content img {
	max-width: 100%;
	height: auto;
}

.ems-reference-page__content a {
	overflow-wrap: anywhere;
}

.ems-delivery-information {
	background: #f5f5f5;
	color: #444;
	padding: 30px;
	border-radius: 8px;
	margin: 0 auto 28px;
	line-height: 1.8;
}
.ems-delivery-information h2 {
	margin: 0 0 18px;
	color: #111;
	font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 32px;
	line-height: 1.15;
}
.ems-delivery-information p { margin: 0 0 14px; }
.ems-delivery-information p:last-child { margin-bottom: 0; }

@media (max-width: 520px) {
	.ems-delivery-information { padding: 22px 18px; }
	.ems-delivery-information h2 { font-size: 27px; }
}

.ems-reference-page__content a:focus-visible,
.ems-reference-page__content summary:focus-visible,
.ems-reference-page__content input:focus-visible,
.ems-reference-page__content textarea:focus-visible,
.ems-reference-page__content button:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 3px;
}

/* Reference templates already contain their own contextual headings and
 * update labels. Remove the theme-owned outer title band without touching the
 * page content (including each LAST UPDATED label). */
body.ems-reference-page #wp--skip-link--target > .wp-block-group.alignfull:first-child,
body.ems-reference-page .entry-header > .entry-title {
	display: none !important;
}

body.ems-reference-page .entry-content.wp-block-post-content {
	margin-top: 0 !important;
}

.equipment-materials-track-order-page a,
.equipment-materials-track-order-page a:hover,
.equipment-materials-track-order-page a:focus,
.equipment-materials-track-order-page a:active,
.equipment-materials-track-order-page a:visited {
	background: #F6A51C !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.payment-policy-page {
	width: min(1200px, calc(100% - 40px)) !important;
	max-width: 1200px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.payment-policy-page .payment-hero,
.payment-policy-page .payment-highlight,
.payment-policy-page .payment-grid,
.payment-policy-page .payment-section,
.payment-policy-page .payment-dark-section,
.payment-policy-page .refund-box,
.payment-policy-page .payment-contact,
.payment-policy-page .ems-ach-wire-policy {
	max-width: 1200px !important;
}

.payment-policy-page .payment-hero h1 {
	font-size: 48px !important;
	line-height: 1.08 !important;
}

.payment-policy-page .payment-highlight {
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.payment-policy-page h2 {
	font-size: 36px !important;
	line-height: 1.15 !important;
}

.payment-policy-page p,
.payment-policy-page li {
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.payment-policy-page .ems-ach-wire-policy {
	margin-top: 42px !important;
}

.ems-contact-form-wrap,
.ems-contact-form-wrap * {
	box-sizing: border-box;
}

.ems-contact-form-wrap {
	max-width: 1200px;
	margin: 70px auto 80px;
	padding: 0 20px;
	color: #111;
	font-family: Inter, Arial, Helvetica, sans-serif;
}

.ems-contact-form-kicker {
	margin: 0 0 22px;
	color: #999;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.ems-contact-form-wrap h2 {
	margin: 0 0 38px;
	color: #111;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.ems-contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 32px;
}

.ems-contact-field-full {
	grid-column: 1 / -1;
}

.ems-contact-form label {
	display: block;
	margin: 0 0 10px;
	color: #222;
	font-size: 16px;
	font-weight: 700;
}

.ems-contact-form input,
.ems-contact-form textarea {
	width: 100%;
	padding: 18px 24px;
	border: 2px solid #e3e3e3;
	border-radius: 28px;
	outline: none;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.3;
}

.ems-contact-form input:focus,
.ems-contact-form textarea:focus {
	border-color: var(--ems-accent, #F6A51C);
}

.ems-contact-form textarea {
	min-height: 250px;
	resize: vertical;
}

.ems-contact-submit {
	width: max-content;
	min-width: 190px;
	padding: 18px 30px !important;
	border: 0 !important;
	border-radius: 28px !important;
	background: var(--ems-accent, #F6A51C) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

.ems-contact-form-wrap .ems-contact-submit,
.ems-contact-form-wrap .ems-contact-submit span,
.ems-contact-form-wrap .ems-contact-submit svg,
.ems-contact-form-wrap .ems-contact-submit svg * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.ems-contact-form-wrap .ems-contact-submit:hover,
.ems-contact-form-wrap .ems-contact-submit:focus,
.ems-contact-form-wrap .ems-contact-submit:active,
.ems-contact-form-wrap .ems-contact-submit:disabled,
.ems-contact-form-wrap .ems-contact-submit[aria-disabled="true"] {
	background: var(--ems-accent, #F6A51C) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.ems-contact-status {
	margin: 0 0 18px;
	padding: 14px 18px;
	border-radius: 12px;
	font-weight: 800;
}

.ems-contact-status.is-success {
	background: var(--ems-ui-orange-soft, #fff5e6);
	color: var(--ems-ui-orange-dark, #9A4A05);
}

.ems-contact-status.is-error {
	background: #fef2f2;
	color: #991b1b;
}

.equipment-materials-privacy-page,
.equipment-materials-privacy-page * {
	box-sizing: border-box;
}

.equipment-materials-privacy-page {
	width: min(1000px, calc(100% - 40px));
	margin: 46px auto 70px;
	padding: 0;
	color: #333;
	font-family: var(--wd-text-font), Arial, sans-serif;
	background: #fff;
	overflow-wrap: anywhere;
}

.equipment-materials-privacy-page__header {
	margin: 0 0 38px;
	padding: 0 0 28px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.equipment-materials-privacy-page__header h1 {
	margin: 0 0 10px;
	color: #111;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.08;
}

.equipment-materials-privacy-page__header p {
	max-width: 900px;
	margin: 0;
	color: #444;
	font-size: 18px;
	line-height: 1.7;
}

.equipment-materials-privacy-page__header .equipment-materials-privacy-page__updated {
	margin-bottom: 20px;
	color: #666;
	font-size: 16px;
}

.equipment-materials-privacy-page__document {
	font-size: 18px;
	line-height: 1.75;
}

.equipment-materials-privacy-page__document section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.equipment-materials-privacy-page__document section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.equipment-materials-privacy-page__document h2 {
	margin: 0 0 14px;
	color: #111;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
}

.equipment-materials-privacy-page__document p {
	margin: 0 0 14px;
	color: #333;
	font-size: inherit;
	line-height: inherit;
}

.equipment-materials-privacy-page__document p:last-child {
	margin-bottom: 0;
}

.equipment-materials-privacy-page__document ul {
	margin: 0 0 14px;
	padding-left: 1.35em;
}

.equipment-materials-privacy-page__document li {
	margin-bottom: 8px;
	padding-left: 4px;
}

.equipment-materials-privacy-page__document li:last-child {
	margin-bottom: 0;
}

.equipment-materials-privacy-page__document a {
	color: #9a4a05;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #F6A51C;
	text-underline-offset: 2px;
}

/* Plain legal-document presentation for the Terms of Service page. */
.equipment-materials-terms-page,
.equipment-materials-terms-page * {
	box-sizing: border-box;
}

.equipment-materials-terms-page {
	width: min(1050px, calc(100% - 40px));
	margin: 46px auto 70px;
	padding: 0;
	color: #333;
	font-family: var(--wd-text-font), Arial, sans-serif;
	background: #fff;
	overflow-wrap: anywhere;
}

.equipment-materials-terms-page__header {
	margin: 0 0 38px;
	padding: 0 0 28px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.equipment-materials-terms-page__header h1 {
	margin: 0 0 10px;
	color: #111;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.08;
}

.equipment-materials-terms-page__header .equipment-materials-terms-page__updated {
	margin: 0;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}

.equipment-materials-terms-page__document {
	font-size: 18px;
	line-height: 1.7;
}

.equipment-materials-terms-page__document section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.equipment-materials-terms-page__document section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.equipment-materials-terms-page__document h2 {
	margin: 0 0 14px;
	color: #111;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}

.equipment-materials-terms-page__document p {
	margin: 0 0 14px;
	color: #333;
	font-size: inherit;
	line-height: inherit;
}

.equipment-materials-terms-page__document p:last-child {
	margin-bottom: 0;
}

.equipment-materials-terms-page__document ul,
.equipment-materials-terms-page__document ol {
	margin: 0 0 14px;
	padding-left: 1.35em;
}

.equipment-materials-terms-page__document li {
	margin-bottom: 8px;
	padding-left: 4px;
}

.equipment-materials-terms-page__document li:last-child {
	margin-bottom: 0;
}

.equipment-materials-terms-page__document a {
	color: #9a4a05;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #F6A51C;
	text-underline-offset: 2px;
}

/* Payment Policy laptop layout: the block theme constrains ordinary content
 * to 700px, which made the four policy cards too narrow for the desktop type. */
@media (min-width: 901px) {
	body.ems-reference-page--payment-methods .entry-content > .ems-reference-page__content {
		width: min(1240px, 100%) !important;
		max-width: 1240px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.payment-policy-page {
		width: min(1200px, 100%) !important;
		max-width: 1200px !important;
	}

	.payment-policy-page .payment-hero,
	.payment-policy-page .payment-highlight {
		max-width: 780px !important;
	}

	.payment-policy-page .payment-grid {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		align-items: stretch !important;
		gap: 20px !important;
		width: 100% !important;
		max-width: 1160px !important;
		margin: 0 auto 48px !important;
		text-align: left !important;
	}

	.payment-policy-page .payment-card {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 28px 24px !important;
	}

	.payment-policy-page .payment-card h2 {
		margin: 0 0 18px !important;
		font-size: clamp(26px, 2.1vw, 30px) !important;
		line-height: 1.08 !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.payment-policy-page .payment-card p,
	.payment-policy-page .payment-card li {
		font-size: 16px !important;
		line-height: 1.58 !important;
	}

	.payment-policy-page .payment-card ul {
		padding-left: 20px !important;
	}

	.payment-policy-page .payment-section {
		max-width: 1000px !important;
	}

	.payment-policy-page .payment-dark-section,
	.payment-policy-page .refund-box,
	.payment-policy-page .payment-contact,
	.payment-policy-page .ems-ach-wire-policy {
		max-width: 900px !important;
	}
}

@media (min-width: 901px) and (max-width: 1099px) {
	.payment-policy-page .payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.payment-policy-page {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.payment-policy-page .payment-grid,
	.payment-policy-page .payment-issue-grid,
	.payment-policy-page .payment-section {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.payment-policy-page .payment-card,
	.payment-policy-page .payment-dark-section,
	.payment-policy-page .refund-box,
	.payment-policy-page .payment-contact,
	.payment-policy-page .ems-ach-wire-policy {
		width: 100% !important;
		max-width: 100% !important;
		padding: 24px 20px !important;
		border-radius: 14px !important;
	}

	.payment-policy-page .payment-card h2 {
		font-size: 26px !important;
		line-height: 1.1 !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}
}

@media (max-width: 700px) {
	body.ems-reference-page--shipping-policy .entry-header > .entry-title,
	body.ems-reference-page--privacy-policy .entry-header > .entry-title,
	body.ems-reference-page--track-order .entry-header > .entry-title {
		width: calc(100% - 36px);
		margin-top: 28px;
		font-size: 38px;
	}

	.ems-reference-page__content :is(h1) {
		font-size: 38px !important;
		line-height: 1.08 !important;
	}

	.ems-reference-page__content :is(h2) {
		overflow-wrap: anywhere;
	}

	body.ems-reference-page--about-us .industry-trust-content h2 {
		font-size: clamp(28px, 9vw, 36px) !important;
		line-height: 1.12 !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none !important;
	}

	.about-hero,
	.about-grid,
	.industry-trust-section {
		grid-template-columns: 1fr !important;
	}

	.about-grid {
		margin-block: 48px !important;
	}

	.choose-section,
	.industry-trust-section {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.choose-cards,
	.industry-trust-logos {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.mission-vision > div,
	.anti-grid > .anti-card,
	.bottom-grid > div,
	.contact-hero > div,
	.contact-info-row > div,
	.service-list > div,
	.warranty-hero > div,
	.warranty-grid > .warranty-card,
	.protection-section > div,
	.covered-section > div,
	.tax-grid > .tax-card,
	.equipment-materials-track-order-page > div > div {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.contact-hero-text {
		padding: 46px 24px !important;
	}

	.contact-service,
	.tax-section,
	.tax-cta,
	.warranty-cta {
		padding-right: 22px !important;
		padding-left: 22px !important;
	}

	.anti-scam-page,
	.faq-pro-page {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.payment-policy-page .payment-hero p,
	.payment-policy-page .payment-section p,
	.payment-policy-page .refund-box p,
	.payment-policy-page .payment-contact p,
	.payment-policy-page .ems-ach-wire-policy p {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

	.payment-policy-page .payment-highlight {
		width: 100% !important;
		max-width: 100% !important;
		padding: 14px 15px !important;
		border-radius: 12px !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.payment-policy-page .payment-section h2,
	.payment-policy-page .payment-dark-section h2,
	.payment-policy-page .refund-box h2,
	.payment-policy-page .payment-contact h2 {
		font-size: 26px !important;
		line-height: 1.1 !important;
	}

	.payment-policy-page .ems-ach-wire-policy h2 {
		font-size: 26px !important;
		line-height: 1.1 !important;
	}

	.payment-policy-page .payment-hero h1 {
		font-size: 32px !important;
		line-height: 1.1 !important;
	}

	.payment-policy-page p,
	.payment-policy-page li {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

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

	.ems-contact-form-wrap h2 {
		font-size: 28px;
	}

	.ems-contact-submit {
		width: 100%;
	}

	.equipment-materials-privacy-page {
		width: calc(100% - 32px);
		margin: 38px auto 48px;
	}

	.equipment-materials-privacy-page__header {
		margin-bottom: 30px;
		padding-bottom: 22px;
	}

	.equipment-materials-privacy-page__header h1 {
		font-size: 36px;
	}

	.equipment-materials-privacy-page__header p,
	.equipment-materials-privacy-page__document {
		font-size: 16px;
		line-height: 1.7;
	}

	.equipment-materials-privacy-page__header .equipment-materials-privacy-page__updated {
		font-size: 15px;
	}

	.equipment-materials-privacy-page__document section {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.equipment-materials-privacy-page__document h2 {
		font-size: 24px;
	}

	.equipment-materials-terms-page {
		width: calc(100% - 32px);
		margin: 38px auto 48px;
	}

	.equipment-materials-terms-page__header {
		margin-bottom: 30px;
		padding-bottom: 22px;
	}

	.equipment-materials-terms-page__header h1 {
		font-size: 32px !important;
		line-height: 1.08 !important;
	}

	.equipment-materials-terms-page__header .equipment-materials-terms-page__updated {
		font-size: 15px;
	}

	.equipment-materials-terms-page__document {
		font-size: 16px;
		line-height: 1.65;
	}

	.equipment-materials-terms-page__document section {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.equipment-materials-terms-page__document h2 {
		font-size: 26px;
		line-height: 1.2;
	}
}

/* Payment Policy: repair the narrow mobile Payment Issues cards without
 * changing the desktop multi-card layout. */
@media (max-width: 767px) {
	.payment-policy-page {
		width: 100% !important;
		max-width: 1200px !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}

	.payment-policy-page .payment-dark-section,
	.payment-policy-page .refund-box {
		width: calc(100% - 32px) !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
		box-sizing: border-box !important;
	}

	.payment-policy-page .payment-dark-section {
		padding: 32px 24px 28px !important;
	}

	.payment-policy-page .payment-issue-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		text-align: left !important;
	}

	.payment-policy-page .payment-issue-grid > * {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 24px !important;
		box-sizing: border-box !important;
		text-align: left !important;
		float: none !important;
		position: static !important;
		transform: none !important;
	}

	.payment-policy-page .payment-issue-grid h3 {
		font-size: 30px !important;
		line-height: 1.2 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}

	.payment-policy-page .payment-issue-grid p {
		font-size: 18px !important;
		line-height: 1.5 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}

	.payment-policy-page .refund-box {
		padding: 24px !important;
	}

	.payment-policy-page .refund-box h2 {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}

	.payment-policy-page .refund-box p {
		font-size: 18px !important;
		line-height: 1.5 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}
