/* ==========================================================================
   hpc-in-our-words.css
   Styles for the [hpc_in_our_words] shortcode output.

   ========================================================================== */

.hpc-iow {
	float: right;
	width: 48%;
	margin: 6px 0 24px 28px;
	background: var(--hpc-paper-2, #F4F2EB);
	border: 1px solid #D8D3C4;
	border-radius: 6px;
	padding: 20px 22px 18px;
}

.hpc-iow .hpc-iow-title {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
	color: var(--hpc-ink, #263A33);
	margin: 0 0 5px;
}

.hpc-iow-sub {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: var(--hpc-muted, #6E7370);
	margin: 0 0 12px;
}

.hpc-iow .hpc-iow-hr {
	border: 0;
	border-top: 1px solid var(--hpc-blue-d, #004A82);
	margin: 0 0 13px;
}

.hpc-iow .hpc-iow-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hpc-iow .hpc-iow-item {
	position: relative;
	padding-left: 15px;
	margin-bottom: 11px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.hpc-iow .hpc-iow-item:last-child {
	margin-bottom: 0;
}

.hpc-iow .hpc-iow-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--hpc-blue, #0070C0);
}

.hpc-iow .hpc-iow-item a {
	color: var(--hpc-ink, #263A33);
	font-weight: 500;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.hpc-iow .hpc-iow-item a:hover {
	border-color: var(--hpc-blue-a, #005A99);
	color: var(--hpc-blue-d, #004A82);
}

.hpc-iow .hpc-iow-when {
	display: block;
	font-size: 10.5px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--hpc-muted-2, #9B9F9C);
	font-weight: 700;
	margin-top: 3px;
}

@media (max-width: 640px) {
	.hpc-iow {
		float: none;
		width: auto;
		margin: 24px 0;
	}
}
