/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Keep case-study cards readable while verified project images are pending. */
.post-type-archive-portfolio .portfolio-entry:not(.has-post-thumbnail) .entry-header::before {
	content: "PROJECT REFERENCE · IMAGE ARCHIVE PENDING";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 2;
	box-sizing: border-box;
	padding: 24px;
	background: linear-gradient(135deg, #30465b 0%, #405a70 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.4px;
	line-height: 1.6;
	text-align: center;
}

/* Reduce contact-widget overlap on the case-study grid. */
.post-type-archive-portfolio .chaty-widget.right-position .chaty-channels {
	transform: scale(0.78);
	transform-origin: bottom right;
}

.post-type-archive-portfolio .chaty-widget.right-position {
	right: 5px !important;
}
