.tlpmd-dashboard {
	max-width: 1180px;
	margin: 0 auto;
	color: #172021;
}

.tlpmd-dashboard * {
	box-sizing: border-box;
}

.tlpmd-header {
	margin: 0 0 24px;
	padding: clamp(24px, 4vw, 42px);
	background: #f8f5ec;
	border: 1px solid rgba(46, 48, 46, 0.12);
	border-radius: 8px;
}

.tlpmd-eyebrow {
	margin: 0 0 8px;
	color: #8d7f50;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tlpmd-header h2 {
	margin: 0 0 10px;
	color: #172021;
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.tlpmd-header p:last-child {
	max-width: 760px;
	margin: 0;
	color: #526064;
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.45;
}

.tlpmd-dashboard .tlm-widget,
.tlpmd-dashboard .tlmt-section {
	margin-bottom: 28px;
}

@media (max-width: 720px) {
	.tlpmd-header {
		padding: 22px;
	}
}
