/* ==========================================================================
	Theme Name: Daze MN Child
	Theme URI: http://daze.nordwoodthemes.com/
	Description: Child theme for Daze MN (modernized fork)
	Author: NordWood Themes (forked by MN)
	Author URI: http://nordwoodthemes.com/
	Template: daze-mn
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, translation-ready
	Text Domain: daze-mn-child
========================================================================== */

/* Custom styles
========================================================================== */

/* Contextual Related Posts — match Daze theme style */
.crp_related.crp-rounded-thumbs {
	--crp-thumb-width: 200px;
	--crp-thumb-height: 200px;
	--crp-border-radius: 4px;
	--crp-border-color: #e8e8e8;
	--crp-border-hover: #ccc;
	--crp-overlay-bg: rgba(0, 0, 0, 0.45);
	--crp-overlay-hover: rgba(0, 0, 0, 0.65);
	--crp-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	--crp-shadow-hover: 0 3px 12px rgba(0, 0, 0, 0.2);
	margin-top: 2rem;
}

.crp_related.crp-rounded-thumbs h2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 1rem;
}

.crp_related.crp-rounded-thumbs ul {
	justify-content: flex-start;
}

.crp_related.crp-rounded-thumbs .crp_title {
	font-size: 0.8em;
	padding: 0.4rem 0.3rem;
}

@media (max-width: 768px) {
	.crp_related.crp-rounded-thumbs {
		--crp-thumb-width: 150px;
		--crp-thumb-height: 150px;
	}

	.crp_related.crp-rounded-thumbs ul {
		justify-content: center;
	}
}