:root {
	--dl-black: #111315;
	--dl-charcoal: #1b1f22;
	--dl-orange: #f36b21;
	--dl-orange-dark: #d84f08;
	--dl-gray: #667078;
	--dl-border: #e2e5e7;
	--dl-soft: #f5f6f6;
	--dl-white: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--dl-black);
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 8px;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border: 0;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	border-radius: 5px;
	color: #d9dddf;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 14px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a {
	color: #c9ced1 !important;
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--dl-orange);
	color: var(--dl-white) !important;
	opacity: 1;
}

.dl-portal {
	color: var(--dl-charcoal);
	font-size: 16px;
}

.dl-portal__hero {
	align-items: center;
	background: linear-gradient(135deg, var(--dl-black), #292f33);
	border-left: 5px solid var(--dl-orange);
	border-radius: 8px;
	color: var(--dl-white);
	display: flex;
	gap: 22px;
	margin-bottom: 20px;
	padding: 28px;
}

.dl-portal__mark {
	align-items: center;
	background: var(--dl-orange);
	border-radius: 7px;
	display: flex;
	flex: 0 0 64px;
	font-size: 25px;
	font-style: italic;
	font-weight: 900;
	height: 64px;
	justify-content: center;
	letter-spacing: -2px;
}

.dl-portal__eyebrow {
	color: var(--dl-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.dl-portal__hero h2,
.dl-portal__placeholder h2 {
	color: inherit;
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.15;
	margin: 0 0 8px;
}

.dl-portal__hero p:last-child,
.dl-portal__placeholder p {
	margin: 0;
	opacity: .82;
}

.dl-portal__notice {
	align-items: center;
	background: #f2f8f3;
	border: 1px solid #d6e8da;
	border-radius: 7px;
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	padding: 14px 16px;
}

.dl-portal__notice div {
	display: flex;
	flex-direction: column;
}

.dl-portal__notice span:last-child {
	color: #52705a;
	font-size: 13px;
}

.dl-portal__status-dot {
	background: #2c9b4b;
	border: 4px solid #d8efde;
	border-radius: 50%;
	box-sizing: content-box;
	flex: 0 0 9px;
	height: 9px;
}

.dl-portal__cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dl-portal__card {
	background: var(--dl-white);
	border: 1px solid var(--dl-border);
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(20, 25, 28, .04);
	color: var(--dl-charcoal);
	display: flex;
	flex-direction: column;
	min-height: 215px;
	padding: 20px;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dl-portal__card:hover {
	border-color: var(--dl-orange);
	box-shadow: 0 8px 22px rgba(20, 25, 28, .1);
	color: var(--dl-charcoal);
	transform: translateY(-2px);
}

.dl-portal__card-icon,
.dl-portal__placeholder-icon {
	align-items: center;
	background: #fff0e7;
	border-radius: 6px;
	color: var(--dl-orange-dark);
	display: inline-flex;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	margin-bottom: 16px;
	width: 42px;
}

.dl-portal__card strong {
	font-size: 18px;
	margin-bottom: 8px;
}

.dl-portal__card > span:not(.dl-portal__card-icon) {
	color: var(--dl-gray);
	font-size: 14px;
	line-height: 1.5;
}

.dl-portal__card em {
	color: var(--dl-orange-dark);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
	padding-top: 18px;
}

.dl-portal__placeholder {
	background: var(--dl-soft);
	border: 1px solid var(--dl-border);
	border-radius: 8px;
	padding: clamp(28px, 6vw, 55px);
	text-align: center;
}

.dl-portal__placeholder-icon {
	font-size: 30px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	width: 58px;
}

.dl-portal__placeholder .dl-portal__eyebrow {
	margin-bottom: 8px;
}

.dl-portal__placeholder p:not(.dl-portal__eyebrow) {
	color: var(--dl-gray);
	margin: 0 auto;
	max-width: 600px;
}

.dl-portal__coming-soon {
	background: var(--dl-black);
	border-radius: 999px;
	color: var(--dl-white);
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	margin-top: 24px;
	padding: 8px 13px;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.dl-portal__cards {
		grid-template-columns: 1fr;
	}

	.dl-portal__card {
		min-height: 190px;
	}
}

@media (max-width: 520px) {
	.dl-portal__hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 22px;
	}

	.dl-portal__mark {
		flex-basis: 52px;
		height: 52px;
		width: 52px;
	}
}

/* Tune ordering workflow. */
.dl-section-heading {
	margin-bottom: 24px;
}

.dl-section-heading h2 {
	color: var(--dl-white);
	font-size: clamp(26px, 4vw, 36px);
	line-height: 1.15;
	margin: 0 0 8px;
}

.dl-section-heading > p:last-child {
	color: #aeb5ba;
	margin: 0;
	max-width: 760px;
}

.dl-order__product {
	align-items: center;
	background: var(--dl-charcoal);
	border: 1px solid #343a3e;
	border-left: 4px solid var(--dl-orange);
	border-radius: 7px;
	color: var(--dl-white);
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 16px 18px;
}

.dl-order__product div {
	display: flex;
	flex-direction: column;
}

.dl-order__product div span {
	color: #98a0a5;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dl-order__product div strong {
	font-size: 17px;
}

.dl-order__product > strong {
	color: var(--dl-orange);
	font-size: 20px;
}

.dl-order__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dl-order__form fieldset {
	background: var(--dl-white);
	border: 1px solid var(--dl-border);
	border-radius: 8px;
	margin: 0;
	padding: clamp(20px, 4vw, 30px);
}

.dl-order__form legend {
	background: var(--dl-orange);
	border-radius: 4px;
	color: var(--dl-white);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 7px 11px;
	text-transform: uppercase;
}

.dl-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dl-form-field {
	color: var(--dl-charcoal);
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
	gap: 7px;
}

.dl-form-field--wide {
	grid-column: 1 / -1;
}

.dl-form-field input,
.dl-form-field select,
.dl-form-field textarea {
	background: #fafafa !important;
	border: 1px solid #cfd4d7 !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--dl-charcoal) !important;
	font: inherit;
	font-weight: 400;
	margin: 0 !important;
	min-height: 46px;
	padding: 10px 12px !important;
	width: 100%;
}

.dl-form-field textarea {
	min-height: 125px;
	resize: vertical;
}

.dl-form-field input:focus,
.dl-form-field select:focus,
.dl-form-field textarea:focus {
	border-color: var(--dl-orange) !important;
	box-shadow: 0 0 0 3px rgba(243, 107, 33, .14) !important;
	outline: 0;
}

.dl-order__confirmation {
	align-items: flex-start;
	background: #fff7f2;
	border: 1px solid #f1d2c1;
	border-radius: 7px;
	color: #503325;
	display: flex;
	font-size: 14px;
	gap: 11px;
	line-height: 1.45;
	padding: 14px 16px;
}

.dl-order__confirmation input {
	accent-color: var(--dl-orange);
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.woocommerce-account .dl-order__submit {
	align-self: flex-start;
	background: var(--dl-orange) !important;
	border: 0 !important;
	border-radius: 5px !important;
	color: var(--dl-white) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	padding: 15px 22px !important;
}

.woocommerce-account .dl-order__submit:hover {
	background: var(--dl-orange-dark) !important;
}

.dl-portal__notice--warning {
	background: #fff6e5;
	border-color: #ecd39f;
	color: #5f4514;
}

.dl-portal__notice--warning div {
	display: flex;
	flex-direction: column;
}

.dl-portal__notice--warning span {
	color: #795f2a !important;
}

.dl-portal__notice--warning a {
	color: #9a4b14;
	font-size: 13px;
	font-weight: 800;
	margin-top: 5px;
}

/* Dealer order history. */
.dl-orders__empty {
	align-items: center;
	background: var(--dl-white);
	border: 1px solid var(--dl-border);
	border-radius: 8px;
	color: var(--dl-charcoal);
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 50px 25px;
	text-align: center;
}

.dl-orders__empty > span {
	align-items: center;
	background: #fff0e7;
	border-radius: 50%;
	color: var(--dl-orange-dark);
	display: flex;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.dl-orders__empty .button,
.dl-orders__table .button {
	background: var(--dl-orange) !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: var(--dl-white) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	padding: 9px 13px !important;
}

.dl-orders__table-wrap {
	border-radius: 8px;
	overflow-x: auto;
}

.dl-orders__table {
	background: var(--dl-white);
	border: 0 !important;
	border-collapse: collapse;
	color: var(--dl-charcoal);
	margin: 0 !important;
	min-width: 760px;
	width: 100%;
}

.dl-orders__table th {
	background: var(--dl-charcoal);
	border: 0 !important;
	color: var(--dl-white);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 14px 15px;
	text-align: left;
	text-transform: uppercase;
}

.dl-orders__table td {
	border: 0 !important;
	border-bottom: 1px solid var(--dl-border) !important;
	padding: 15px;
	vertical-align: middle;
}

.dl-orders__table td:nth-child(2) {
	display: flex;
	flex-direction: column;
}

.dl-orders__table td:nth-child(2) span {
	color: var(--dl-gray);
	font-size: 12px;
}

.dl-order-status {
	background: #edf5ef;
	border-radius: 999px;
	color: #39714a;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	padding: 6px 9px;
}

@media (max-width: 640px) {
	.dl-form-grid {
		grid-template-columns: 1fr;
	}

	.dl-form-field--wide {
		grid-column: auto;
	}

	.dl-order__product {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.woocommerce-account .dl-order__submit {
		align-self: stretch;
		width: 100%;
	}
}
