/*
 * Doorlam Legacy Text Renderer
 */

.doorlam-legacy-content {
	max-width: 980px;
	margin: 0 auto;
	color: inherit;
	font-size: 16px;
	line-height: 1.75;
}

.doorlam-legacy-content h1,
.doorlam-legacy-content h2,
.doorlam-legacy-content h3,
.doorlam-legacy-content h4,
.doorlam-legacy-content h5,
.doorlam-legacy-content h6 {
	color: inherit;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
}

.doorlam-legacy-content h1 {
	font-size: clamp(30px, 4vw, 48px);
	margin: 0 0 42px;
}

.doorlam-legacy-content h2 {
	font-size: 28px;
	margin: 48px 0 18px;
}

.doorlam-legacy-content h3 {
	font-size: 20px;
	margin: 42px 0 16px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.doorlam-legacy-content h4 {
	font-size: 17px;
	margin: 28px 0 10px;
	font-weight: 600;
}

.doorlam-legacy-content p {
	margin: 0 0 18px;
}

.doorlam-legacy-content ul,
.doorlam-legacy-content ol {
	margin: 0 0 22px 1.25em;
	padding: 0;
}

.doorlam-legacy-content li {
	margin: 0 0 8px;
	padding-left: .25em;
}

.doorlam-legacy-content a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.doorlam-legacy-content a:hover {
	opacity: .7;
}

.doorlam-legacy-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.doorlam-legacy-content th,
.doorlam-legacy-content td {
	padding: 10px 12px;
	border: 1px solid rgba(127,127,127,.3);
	text-align: left;
}

.doorlam-legacy-content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.doorlam-legacy-content {
		font-size: 15px;
		line-height: 1.7;
	}

	.doorlam-legacy-content h1 {
		margin-bottom: 30px;
	}

	.doorlam-legacy-content h3 {
		font-size: 18px;
		margin-top: 34px;
	}
}
