blockquote.quote--lined {
	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}

blockquote.quote--lined:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background-color: #f9fafb;
	border-radius: 4px;
}

blockquote.quote--symbol,
.block--interview blockquote {
	padding-left: 4rem;
}

blockquote.quote--symbol:after,
.block--interview blockquote:after {
	content: "“";
	position: absolute;
	top: 1.5rem;
	left: 0;
	bottom: auto;
	border-radius: 4px;
	font-size: 6rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.05);
	background-color: transparent;
}

/*.block--interview .question,
.block--interview h3 {
	font-family: "IBM Plex Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

*/
.block--interview article {
	margin-bottom: 3rem;
}

.block--interview article:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border: 3px double #dedede;
}
th,
td {
	text-align: left;
	padding: 1rem;
	border-bottom: 1px dotted #dedede;
}

thead th {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	background: #65818e12;
	text-transform: uppercase;
	font-weight: normal;
}

thead p,
thead ol {
	font-family: inherit !important;
	text-transform: none;
	font-size: 1rem;
}

table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
}

table tbody th,
table tbody td {
	vertical-align: text-bottom;
}

table thead {
	cursor: pointer;
}

table.collapsed tbody {
	display: none;
}
