/* scaffolding */

.entry__content a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-decoration-color: rgba(34, 39, 43, 0.55);
	border-bottom: 0;
	transition: color 0.15s, text-decoration-color 0.15s;
}

.entry__content a:hover {
	color: var(--color-blue);
	text-decoration-color: var(--color-blue);
}

.entry__content.entry__content--gated {
	height: 410px !important;
	max-height: 410px !important;
	overflow-y: hidden !important;
	pointer-events: none !important;
	position: relative !important;
}

.entry__content.entry__content--gated:after {
	content: "";
	background: linear-gradient(
		180deg,
		rgba(252, 252, 252, 0) 0%,
		rgb(252, 252, 252) 100%
	);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.entry__content .single-content-skeleton {
	display: block;
}

.entry__content .single-content-skeleton .skeleton-paragraph {
	margin-bottom: 24px;
}

.entry__content .single-content-skeleton .skeleton-paragraph:last-child {
	margin-bottom: 0;
}

@keyframes skeletonLineAnimation {
	0% {
		background: #eff2f5;
	}
	50% {
		background: #e1e7ea;
	}
	100% {
		background: #eff2f5;
	}
}

.entry__content .single-content-skeleton .skeleton-line {
	height: 1.5rem;
	width: 100%;
	margin-bottom: 10px;
	animation-name: skeletonLineAnimation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.entry__content .single-content-skeleton .skeleton-paragraph .skeleton-line:nth-child(2) {
	width: 97%;
}

.entry__content .single-content-skeleton .skeleton-paragraph .skeleton-line:nth-child(3) {
	width: 94%;
}

.entry__content .single-content-skeleton .skeleton-paragraph .skeleton-line:nth-child(4) {
	width: 98%;
}

.entry__content .single-content-skeleton .skeleton-paragraph .skeleton-line:last-child {
	width: 62%;
}

.unbutton {
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0;
}

/* template */

.pn-template {
	background: var(--color-blue);
}

.vectorized::after {
	content: "";
	position: fixed;
	right: 0%;
	top: 0;
	width: 100%;
	height: auto;
	background: url("https://impactalpha.com/wp-content/themes/impactalpha/assets/images/newsletter-vector-background.svg") no-repeat;
	background-size: contain;
	background-position: right 0 center;
}


.pn-template__close {
	position: absolute;
	top: 25px;
	right: 25px;
}

.pn-inline {
	padding: 20px 60px 20px 40px;
	z-index: 9999;
	position: relative;
}

.pn-content {
	margin: 0 0;
}

.pn-content__title {
	margin: 0 0 18px;
	font-family: "Noto Sans", Georgia, serif;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	color: var(--color-white);
}

.pn-content__subtitle {
	font-family: "Noto Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-white);
}

#mc_embed_signup {
	background: transparent;
	width: 100%;
}

#mc_embed_signup form {
	display: block;
	position: unset;
	text-align: left;
	padding: 0;
}

#mc_embed_signup_scroll {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

#mc_embed_signup .input-group {
	clear: left;
	position: unset;
	width: 100%;
	padding-bottom: 0;
	margin-right: 12px;
	flex-grow: 2;
}

#mc_embed_signup .input-group #free-newsletter-email {
	width: 100%;
	min-width: 290px;
	height: 40px;
	padding: 5px 10px 5px 10px;
	border-radius: 9.21305px;
	font-family: "Noto Sans", Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 14px;
	color: #757575;
	border: 1.15px solid #e0e7ec;
	border-right: 0;
	outline: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background-color: transparent;
}

#mc_embed_signup #mce-success-response {
	margin: 0;
	width: 100%;
	color: #d3f6b1;
}

#mc_embed_signup .button {
	min-width: 150px;
	height: 40px;
	background: #f4f5f6;
	font-family: "Noto Sans", Georgia, sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #316fe6;
	margin: 0;
	border-radius: 9.21305px;
	border: 1.15px solid #e0e7ec;
	font-size: 18px;
}

#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus {
	background: var(--color-black) !important;
}

.pn-form__terms {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--color-white);
}

/* Vector */

#vector {
	position: absolute;
	left: 53.52%;
	right: -4.76%;
	top: -7.42%;
	bottom: -3.44%;

	background: #316fe6;
}

/* responsive */

.pn-content__logo {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {

	.pn-inline {
		padding: 20px 20px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.pn-content {
		margin: 0;
	}

	.pn-content__logo {
		height: auto;
		margin-bottom: 13px;
	}

	.pn-content__subtitle {
		margin-bottom: 18px;
	}
}

@media (max-width: 540px) {

	#mc_embed_signup .input-group #free-newsletter-email {
		min-width: auto;
	}
}

@media (max-width: 530px) {

	.pn-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: unset;
		margin-right: 0;
	}

	.pn-form {
		width: 100%;
	}

	#mc_embed_signup form {
		margin: 0;
	}

	#mc_embed_signup_scroll {
		flex-direction: column;
	}

	#mc_embed_signup .input-group {
		margin-right: 0;
	}

	#mc_embed_signup .button {
		width: 100%;
	}
}

/* close button on mobile only */
@media (max-width: 475px) {

	.pn-template__close {
		display: block;
	}

	.pn-content__logo {
		width: 280px;
	}

	.pn-content__title {
		font-size: 18px;
	}

	.pn-template {
		padding: 10px 10px 0 10px;
	}

	.vectorized::after {
		background-position: top 0 center;
	}
}

.fimgbox img {
	max-width: 100%;
}

.time_cat {
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.time_cat a {
	color: var(--color-blue);
	text-decoration: none;
}

.time_cat strong {
	color: var(--color-blue);
}

.left-hairline.singlepage .time_cat a:hover {
	color: var(--color-blue);
	text-decoration: underline;
}

.page-title h1 {
	color: var(--color-black);
	font-family: Lora;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.author_share {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--color-black);
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px 12px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e4e6ea;
}

.byline-left {
	display: flex;
	align-items: center;
	gap: 8px;
}

.byline-left .author_name,
.byline-left .author_name a {
	color: var(--color-black);
	font-weight: 600;
}
.byline-left .author_name a {
	text-decoration: none;
}
.byline-left .author_name a:hover {
	text-decoration: underline;
}

.byline-sep {
	color: #9fadba;
}

.byline-date {
	color: #5a6472;
}

.byline-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.byline-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: transparent;
	border: 1px solid #e4e6ea;
	border-radius: 3px;
	color: var(--color-black);
	font-family: "Noto Sans";
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.byline-action:hover {
	background: #f3f5f7;
	border-color: var(--color-blue);
	color: var(--color-blue);
}

.byline-action i {
	font-size: 16px;
}

.share-dropdown {
	position: relative;
}

.share-dropdown__menu {
	position: absolute;
	display: block;
	top: 100%;
	right: 0;
	min-width: 140px;
	margin: 0;
	padding: 6px 12px;
	list-style: none;
	background: var(--color-white);
	border: 1px solid #e5e7eb;
	border-radius: 3px;
	text-align: left;
	color: inherit;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 150ms, transform 150ms;
}

.share-dropdown:hover .share-dropdown__menu,
.share-dropdown:focus-within .share-dropdown__menu,
.share-dropdown.is-open .share-dropdown__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	z-index: 20;
}

.share-dropdown__menu li {
	margin: 0;
	padding: 0;
}

.share-dropdown__menu a,
.share-dropdown__menu button {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 8px 0;
	background: transparent;
	border: 0;
	color: inherit;
	font-family: "Noto Sans";
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.15s;
}

.share-dropdown__menu a:hover,
.share-dropdown__menu button:hover {
	color: #0e81fb;
}

.share-dropdown__menu i {
	width: 16px;
	font-size: 14px;
	text-align: center;
}

.gift-modal {
	display: inline-flex;
}

.gift-modal__overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 20, 25, 0.55);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 150ms, visibility 0s linear 150ms;
}

.gift-modal__overlay.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 150ms, visibility 0s linear 0s;
}

.gift-modal__panel {
	position: relative;
	width: 100%;
	max-width: 480px;
	padding: 32px;
	background: var(--color-white);
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(15, 20, 25, 0.25);
}

@media (max-width: 480px) {
	.gift-modal__overlay {
		padding: 12px;
	}

	.gift-modal__panel {
		padding: 20px;
	}

	.gift-modal__title {
		font-size: 20px;
	}
}

.gift-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 6px;
	background: transparent;
	border: 0;
	color: #5a6472;
	cursor: pointer;
	line-height: 0;
	transition: color 0.15s;
}

.gift-modal__close:hover {
	color: var(--color-black);
}

.gift-modal__title {
	margin: 0 0 6px;
	font-family: Lora;
	font-size: 22px;
	font-weight: 700;
	color: var(--color-black);
}

.gift-modal__subtitle {
	margin: 0 0 20px;
	font-family: "Noto Sans";
	font-size: 14px;
	color: #5a6472;
	line-height: 1.5;
}

.page_featured_img {
	position: relative;
}

.page_featured_img  .photo-credit {
	position: inherit;
	top: inherit;
	left: inherit;
	padding: 5px 0 0;
	right: inherit;
	bottom: inherit;
	color: #9fadba;
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: italic;
	text-align: right;
	text-shadow: none;
	opacity: 1;
}

.col-12.col-xl-7.col-xxl-8.column_middle  section.pn-template.newsltrsect.mb-5.col-lg-11 {
	margin-top: 30px;
	width: 100%;
	margin-bottom: 30px !important;
	position: relative;
	z-index: 1;
}

.col-12.col-xl-7.col-xxl-8.column_middle  section.pn-template.newsltrsect.mb-5.col-lg-11  .pn-inline {
	padding: 15px;
	border: solid 1px rgb(159 173 186 / 50%);
	background: var(--color-white);
	color: var(--color-black);
}


.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content {

	width: 100%;
}


.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content p,
.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content li {
	color: var(--color-black);
	font-family: "Lora";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6 !important;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 19px;
}

.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content h2.wp-block-heading {
	color: var(--color-black);
	font-family: Lora;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 30px;
	margin-bottom: 0;
}

.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content h3.wp-block-heading {
	color: var(--color-black);
	font-family: Lora;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 30px;
	margin-bottom: 0;
}

.col-12.col-xl-7.col-xxl-8.column_middle  div#entry__content .col-12.col-lg-10.single-content h2.wp-block-heading strong {
	font-weight: 700 !important;
	font-size: 24px;
	font-style: normal;
}

.left-hairline.singlepage {
	border-left: 0 !important;
	padding-top: 20px;
	padding-left: 0 !important;
	padding-right: 0;
}

@media (min-width: 992px) {
	.left-hairline.singlepage {
		padding-top: 40px;
	}
}

.left-hairline.singlepage .row.justify-content-around {
	gap: 40px;
	justify-content: center !important;
}

.left-hairline.singlepage .row.justify-content-around .column_left,
.left-hairline.singlepage .row.justify-content-around .column_right {
	width: calc(25% - 20px);
	position: relative;
	padding: 0;
	overflow: inherit !important;
}

.left-hairline.singlepage .row.justify-content-around .column_middle {
	width: calc(50% - 40px);
	padding: 0;
}

/* Article sidebar visibility: hidden on mobile, visible at tablet+ and sticky
   at 170px from viewport top once scrolled past. On desktop the Keep Reading
   widget has a small 50px top offset inside the sidebar column. */
aside#sidebar.article-sidebar {
	display: none;
}

@media (min-width: 768px) {
	aside#sidebar.article-sidebar {
		display: block;
	}

	.left-hairline.singlepage .row.justify-content-around .column_right {
		display: flex;
		flex-direction: column;
	}

	.column_right .article-sidebar {
		margin-top: 160px;
		flex: 1;
	}

	.article-sidebar-most-read {
		position: sticky;
		top: 170px;
	}

	.left-hairline.singlepage .row.justify-content-around {
		position: relative;
	}

	.left-hairline.singlepage .row.justify-content-around figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha.wp-block-embed-impactalpha {
		position: inherit;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.left-hairline.singlepage .row.justify-content-around figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha.wp-block-embed-impactalpha .entry-content {
		padding: 0 !important;
	}

	.left-hairline.singlepage .row.justify-content-around figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha.wp-block-embed-impactalpha iframe article,
	.left-hairline.singlepage .row.justify-content-around iframe .story-block.story-block--embed.my-5 {
		margin-top: 0 !important;
	}

	.left-hairline.singlepage .row.justify-content-around figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha.wp-block-embed-impactalpha iframe {
		width: 100%;
		max-width: 100%;
	}

	.left-hairline.singlepage .row.justify-content-around figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha.wp-block-embed-impactalpha .wp-block-embed__wrapper {
		position: static;
	}
}

html,
body {
	overflow: inherit !important;
}

body.single-post {
	background: #fcfcfc;
}


.nwc_box {
	display: flex;
	gap: 10px;
}

.nwc_box input#free-newsletter-submit {
	border-radius: 0 2px 2px 0 !important;
	background: var(--color-blue) !important;
	color: var(--color-white) !important;
	font-family: "Noto Sans";
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 24px !important;
	padding: 5px 10px !important;
	width: 90px !important;
	display: inline-block;
	min-width: inherit !important;
	border: 0;
}

.nwc_box input#free-newsletter-email {
	width: calc(100% - 90px) !important;
	border-radius: 2px 0 0 2px !important;
	min-width: inherit !important;
	margin: 0 !important;
}

.nwc_box .pn-inline__form.pn-form div#mc_embed_signup {
	display: flex !important;
	flex-wrap: nowrap;
}

.nwc_box h1.pn-content__title {
	color: var(--color-black);
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

.nwc_box .pn-inline__content.pn-content {
	width: 50%;
}

.nwc_box .pn-inline__form.pn-form {
	width: 50%;
}

.nwc_box .input-group {
	margin-right: 0 !important;
}

.nwc_box span.pn-form__terms {
	display: none;
}

.nwc_box div#mc_embed_signup_scroll {
	margin-bottom: 0 !important;
	flex-wrap: wrap;
}

button.pn-template__close.unbutton {
	top: 5px;
	right: 15px;
	outline: 0 !important;
	display: none !important;
}

.tp-container-inner {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1250px) {

	.col-12.col-xl-7.col-xxl-8.column_middle article.agent-bio {
		display: none;
	}

	body.single main {
		padding-top: 0;
	}

	.left-hairline.singlepage {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	div#entry__content {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}



@media (max-width: 420px) {

	.pn-content__logo {
		max-width: 100% !important;
	}
}

/*css for mid 700px start*/
.tp-container-inner {
	width: 100% !important;
}

.tp-container-inner iframe {
	width: 100%;
}

/* Desktop xl (≥1400px): 2-col with slightly widened article + sidebar,
   still block-centered (article+sidebar pair centered in the viewport). */
@media (min-width: 1200px) {

	.left-hairline.singlepage .row.justify-content-around .column_middle {
		width: 700px;
	}

	.left-hairline.singlepage .row.justify-content-around .column_left,
	.left-hairline.singlepage .row.justify-content-around .column_right {
		width: calc(calc(100% - 780px) / 2);
	}
}

.col-12.col-xl-7.col-xxl-8.column_middle section.pn-template.newsltrsect.mb-5.col-lg-11 .pn-inline .plcytxt em {
	font-style: normal !important;
	font-size: 10px !important;
	color: #000;
}

.col-12.col-xl-7.col-xxl-8.column_middle section.pn-template.newsltrsect.mb-5.col-lg-11 .pn-inline .plcytxt em a {
	text-decoration: underline;
}

.col-12.col-xl-7.col-xxl-8.column_middle div#entry__content .col-12.col-lg-10.single-content h3.wp-block-heading {
	line-height: normal;
	font-weight: 700 !important;
}

.col-12.col-xl-7.col-xxl-8.column_middle div#entry__content .col-12.col-lg-10.single-content h3.wp-block-heading strong {
	font-weight: 700;
}


.tp-container-inner {
	margin: 0;
}

div#nss .tp-container-inner {
	margin: 0 !important;
}

div#nss p.pn-article-share-header {
	font-family: "Noto Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 19.07px;
	text-align: left;
	color: #000;
}

div#nss p.pn-article-share-content {
	font-size: 10px;
	font-weight: 400;
	line-height: 13.62px;
	text-align: left;
	margin-bottom: 0;
	color: #000;
	font-family: "Noto sans", sans-serif;
}

div#nss .nss_btns {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
}

div#nss .nss_btns a {
	font-family: "Noto Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 19.07px;
	text-align: left;
	border: solid 1px #9fadba;
	padding: 10px 12.5px;
}

#mc_embed_signup {
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

#mc-embedded-subscribe-form input[type="checkbox"] {
	display: inline;
	width: auto;
	margin-right: 10px;
}

#mergeRow-gdpr {
	margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
	font-weight: 400;
}

#mc-embedded-subscribe-form .mc_fieldset {
	border: none;
	min-height: 0;
	padding-bottom: 0;
}

/* =========================================================================
   Article sidebar widgets + end-of-article subscriber CTA card.
   Class namespace .article-sidebar-* is shared between the sidebar
   "Most read" widget and the CTA card (which renders at the end of the
   article flow).
   ========================================================================= */

/* --- Subscriber CTA card (Slack / Dealflow / Impact Voices) ---
   Layout: [body (head + desc)] [button]. Compact horizontal bar. */
.article-sidebar-cta {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 28px;
	border-radius: 3px;
	margin: 0 0 20px;
	/* Default (pending): space reserved, invisible — no layout shift when
	   dataStore resolves for non-cached subscribers. */
	visibility: hidden;
	opacity: 0;
}

.article-sidebar-cta[data-cta-state="visible"] {
	visibility: visible;
	opacity: 1;
	animation: article-sidebar-cta-in 220ms ease-out;
}

.article-sidebar-cta[data-cta-state="hidden"] {
	display: none;
}

@keyframes article-sidebar-cta-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.article-sidebar-cta__brand-col {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-sidebar-cta__body {
	flex: 1;
	min-width: 0;
}

.article-sidebar-cta__headline {
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.005em;
	margin: 0 0 3px;
	text-transform: none;
}

.article-sidebar-cta__desc {
	font-family: "Noto Sans", Inter, sans-serif;
	font-size: 13.5px;
	line-height: 1.4;
	margin: 0;
}

.article-sidebar-cta__btn {
	flex-shrink: 0;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	font-family: "Noto Sans", Inter, sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

/* Slack variant: aubergine gradient */
.article-sidebar-cta--slack {
	background: linear-gradient(150deg, #4A154B 0%, #611f64 100%);
	color: var(--color-white);
}
.article-sidebar-cta--slack .article-sidebar-cta__headline { color: var(--color-white); }
.article-sidebar-cta--slack .article-sidebar-cta__desc { color: rgba(255, 255, 255, 0.78); }
.article-sidebar-cta--slack .article-sidebar-cta__btn { background: var(--color-white); color: #4A154B; }
.article-sidebar-cta--slack .article-sidebar-cta__btn:hover { background: #f3f5f7; }

/* Dealflow variant: white card, thin grey border */
.article-sidebar-cta--dealflow {
	background: var(--color-white);
	border: 1px solid #e4e6ea;
	color: var(--color-black);
}
.article-sidebar-cta--dealflow .article-sidebar-cta__headline { color: var(--color-black); }
.article-sidebar-cta--dealflow .article-sidebar-cta__desc { color: #5a6472; }
.article-sidebar-cta--dealflow .article-sidebar-cta__btn { background: var(--color-blue); color: var(--color-white); }
.article-sidebar-cta--dealflow .article-sidebar-cta__btn:hover { background: #41a2fc; }

/* Impact Voices variant: same palette as Dealflow (white card, blue button). */
.article-sidebar-cta--voices {
	background: var(--color-white);
	border: 1px solid #e4e6ea;
	color: var(--color-black);
}
.article-sidebar-cta--voices .article-sidebar-cta__headline { color: var(--color-black); }
.article-sidebar-cta--voices .article-sidebar-cta__desc { color: #5a6472; }
.article-sidebar-cta--voices .article-sidebar-cta__btn { background: var(--color-blue); color: var(--color-white); }
.article-sidebar-cta--voices .article-sidebar-cta__btn:hover { background: #41a2fc; }

.article-sidebar-cta--edge {
	background: #e8f2fe;
	border: 1px solid #d3e6fc;
	color: var(--color-black);
}
.article-sidebar-cta--edge .article-sidebar-cta__headline { color: #0a2540; }
.article-sidebar-cta--edge .article-sidebar-cta__desc { color: #4a5867; }
.article-sidebar-cta--edge .article-sidebar-cta__btn { background: var(--color-blue); color: var(--color-white); }
.article-sidebar-cta--edge .article-sidebar-cta__btn:hover { background: #0363ba; }

/* Mobile: stack so the button doesn't cramp into copy. */
@media (max-width: 640px) {
	.article-sidebar-cta {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.article-sidebar-cta__brand-col { display: none; }
	.article-sidebar-cta__btn { align-self: flex-start; }
}

/* --- Keep reading widget --- */
.article-sidebar-most-read {
	margin-top: 40px;
	padding: 0 4px;
}

.article-sidebar-widget__head {
	font-family: "Noto Sans", Inter, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #5a6472;
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e6ea;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.4;
}

.article-sidebar-widget__head-cat {
	color: var(--color-blue);
}

.article-sidebar-most-read__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-sidebar-most-read__item {
	padding: 14px 0;
	border-bottom: 1px solid var(--color-line-soft);
}

.article-sidebar-most-read__item:last-child {
	border-bottom: 0;
}

.article-sidebar-most-read__date {
	font-family: "Noto Sans", Inter, sans-serif;
	font-size: 11px;
	color: #5a6472;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 0 4px;
}

.article-sidebar-most-read__title {
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
	font-size: 14.5px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
	display: block;
}

.article-sidebar-most-read__title:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

/* =========================================================================
   Related Stories
   ========================================================================= */
.related-stories {
	margin: 60px 0;
}

.related-stories__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e6ea;
}

.related-stories__title {
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--color-black);
	line-height: normal;
	margin: 0;
}

.related-stories__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.related-stories__card-thumb {
	display: block;
	aspect-ratio: 3/2;
	background: #9fadba;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 14px;
}

.related-stories__card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.related-stories__card:hover:not(:has(.entry_meta:hover)) .related-stories__card-thumb img {
	opacity: 0.9;
}

.related-stories__card .entry_meta {
	margin: 0 0 10px;
}

.related-stories__card .entry_meta a.link:hover {
	color: var(--color-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.related-stories__card .entry_meta span {
	font-weight: 500;
}

.related-stories__card-title {
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.005em;
	color: var(--color-black);
	margin: 0;
}

.related-stories__card-title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.related-stories__card:hover:not(:has(.entry_meta:hover)) .related-stories__card-title a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

/* =========================================================================
   End-of-article block — share prompt + author card(s).
   ========================================================================= */

.end-of-article {
	margin: 48px 0 0;
}

/* =========================================================================
   Mobile overrides (<768px).
   ========================================================================= */
@media (max-width: 767px) {

	.page-title h1 {
		font-size: 24px;
	}

	.col-12.col-xl-7.col-xxl-8.column_middle div#entry__content .col-12.col-lg-10.single-content p,
	.col-12.col-xl-7.col-xxl-8.column_middle div#entry__content .col-12.col-lg-10.single-content li {
		font-size: 18px;
	}

	.left-hairline.singlepage .row.justify-content-around {
		gap: 0;
		--bs-gutter-x: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.left-hairline.singlepage .row.justify-content-around .column_right {
		order: 2;
		width: 100%;
		padding-top: inherit;
	}

	.left-hairline.singlepage .row.justify-content-around .column_middle {
		width: 100%;
	}

	.col-12.col-xl-7.col-xxl-8.column_middle section.pn-template.newsltrsect.mb-5.col-lg-11 {
		padding: 0 !important;
	}

	.col-12.col-xl-4.col-xxl-3.mb-6.column_right {
		margin-bottom: 0 !important;
	}

	.col-12.col-xl-4.col-xxl-3.mb-6.column_right article.story-block {
		display: block;
		width: calc(100% - 20px);
	}

	.col-12.col-xl-7.col-xxl-8.column_middle main div#entry__content {
		padding-bottom: 0 !important;
		margin-bottom: 20px !important;
	}

	.col-12.col-xl-7.col-xxl-8.column_middle div#entry__content .col-12.col-lg-10.single-content p:last-child {
		margin-bottom: 0;
	}

	.author_share {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tp-container-inner iframe {
		width: 100% !important;
	}

	.nwc_box {
		flex-wrap: wrap;
	}

	.nwc_box .pn-inline__content.pn-content,
	.nwc_box .pn-inline__form.pn-form,
	.nwc_box div#mc_embed_signup_scroll {
		width: 100%;
	}

	.related-stories {
		margin: 15px 0;
	}

	.related-stories__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.related-stories__card-thumb {
		display: none;
	}

	.related-stories__card {
		padding: 18px 0;
		border-top: 1px solid var(--color-line-soft);
	}

	.related-stories__card:first-child {
		padding-top: 4px;
		border-top: 0;
	}

	.related-stories__card-title {
		font-size: 17px;
	}

	.related-stories__card-title a {
		display: block;
	}

	body main .left-hairline.singlepage .row.justify-content-around .column_middle,
	.col-12.col-xl-4.col-xxl-3.mb-6.column_right {
		padding: 0;
	}

	body main .left-hairline.singlepage .row.justify-content-around .col-12.col-xl-4.col-xxl-3.mb-6.column_right {
		padding-top: 0;
		padding-bottom: 0;
	}

	body main .left-hairline.singlepage .row.justify-content-around .column_middle div#piano-container-end.mb-5 {
		margin: 0 !important;
	}
}
