.gold-content-locked-notice > [aria-hidden="true"],
.gold-content-locked-notice > a {
	display: none !important;
}

.gold-content-locked .entry-title,
.gold-content-locked .entry-title a,
.gold-content-locked .post-title,
.gold-content-locked .post-title a,
.gold-content-locked .elementor-post__title,
.gold-content-locked .elementor-post__title a,
.gold-content-locked .wp-block-post-title,
.gold-content-locked .wp-block-post-title a {
	color: #8a8a8a;
}

/*
 * The theme lets the thumbnail column grow when the replacement title/excerpt
 * is shorter than public content. Reserve the normal remaining width for the
 * text column: 100% - 465px thumbnail - 30px theme gutter.
 */
.gold-content-locked .post-content-area {
	min-width: calc(100% - 495px);
}

.gold-content-locked-notice {
	background: #f3f3f3;
	border-left: 3px solid #9a9a9a;
	color: #555;
	display: block;
	padding: 0.75rem 0.9rem;
}
