body.single-slideshow .gallery-item img {
	width: auto;
}

.article-separator {
	clear: both;
	margin: 1em 0 3em 0;
}

.fa-youtube:before {
	content: "\f0e1" !important;
}

.npp-ad {
	text-align: center;
}

.header-ainfo.float-right {
	margin-bottom: 1em;
}

@media handheld,
only screen and (max-width: 768px) {
	#NPP-prestitial-modal,
	#NPP-prestitial-control,
	#NPP-prestitial-modal-ad,
	#pres_wrapper,
	#offer,
	#NPP-prestitial-bg {
		/* cause the prestitional looks terrible on mobile */
		display: none !important;
	}

}


/* Highlights and Latest Sections - MG 9 May 2026 */
.section-title {
    color: #147a99;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #147a99;
    display: inline-block;
    padding-bottom: 5px;
}

.npp-highlights-wrap {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
}

.npp-highlights-grid {
    display: flex;
    gap: 25px;
}

.highlights-main {
    flex: 0 0 60%;
}

.highlights-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.highlights-thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.highlights-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.highlights-title a {
    color: #000;
    text-decoration: none;
}

.highlights-excerpt {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.highlights-item {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.highlights-item:last-child {
    border-bottom: none;
}

.highlights-item-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.highlights-item-title a {
    color: #000;
    text-decoration: none;
}

.latest-title-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Response Highlights */
@media (max-width: 991px) {
    .npp-highlights-grid {
        flex-direction: column;
    }
    .highlights-main {
        flex: 1;
    }
}



/* Industry Center Topic Pages - MG 9 May 2026 */
.industry-center-title {
    background: #147a99;
    color: #fff;
    padding: 15px 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.topic-latest-wrap {
    margin-top: 30px;
}

.topic-posts-list {
    margin-top: 20px;
}

.topic-post-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.topic-post-item:last-child {
    border-bottom: none;
}

.topic-post-thumb {
    flex: 0 0 200px;
}

.topic-post-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.topic-post-content {
    flex: 1;
}

.topic-post-tax {
    margin-bottom: 5px;
}

.post-cat-label {
    color: #147a99;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.topic-post-title {
    font-size: 20px;
    font-weight: 800;
    margin: 5px 0 10px;
}

.topic-post-title a {
    color: #000 !important;
    text-decoration: none;
}

.topic-post-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.topic-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

/* Responsive Topic Page */
@media (max-width: 600px) {
    .topic-post-item {
        flex-direction: column;
    }
    .topic-post-thumb {
        flex: 0 0 auto;
    }
}


/* MG - 11 May 2026 - Webinar registration CTA button on single-webinar.php */
.webinar-cta-wrap {
    margin: 24px 0;
    text-align: center;
}

/* MG - 11 May 2026 - Reuses .download-btn base style from resource flow;
   override colour to distinguish webinar CTA visually */
.webinar-watch-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8a1a75;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.webinar-watch-btn:hover {
    background-color: #6b1259;
    color: #fff;
    text-decoration: none;
}

/* MG - 11 May 2026 - Excerpt area shown to unregistered users on single-webinar.php */
.webinar-gate-excerpt {
    margin-bottom: 16px;
}

/* MG - 11 May 2026 - Register webinar page wrapper inherits resource wrapper styles */
.register-webinar-wrapper {
    max-width: 760px;
    margin: 32px auto;
    padding: 0 16px;
}

/* MG - 11 May 2026 - Thank you webinar page inherits thank-you-resource-page styles */
.thank-you-webinar-page {
    max-width: 760px;
    margin: 48px auto;
    padding: 0 16px;
    text-align: center;
}
