/* Supplemental styles for converted Pieces of the Past quilt pages. */
.quilt-nav {
	padding: .75rem 1rem;
	background: #0d6efd;
	border-radius: .375rem;
	color: #fff;
}
.quilt-nav a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
.quilt-nav a:hover,
.quilt-nav a:focus {
	text-decoration: underline;
}
.content-card table {
	margin-bottom: 0;
}
.content-card td {
	vertical-align: top;
}
.content-card img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 767.98px) {
	.content-card table td {
		display: block;
		width: 100%;
	}
}

/* Table-free conversion helpers */
.dmhs-table-replacement {
	width: 100%;
}

.dmhs-converted-row {
	margin-block: 0.75rem;
}

.dmhs-converted-cell {
	min-width: 0;
}

.dmhs-converted-cell > :last-child {
	margin-bottom: 0;
}

.dmhs-link-nav {
	text-align: center;
}

.dmhs-link-nav a {
	text-decoration: none;
}

.dmhs-link-nav a:hover,
.dmhs-link-nav a:focus {
	text-decoration: underline;
}
