/* Base wrapper (keep as-is if you already have this) */
.modu-image-caption del {
    -webkit-text-stroke: rgba(0, 0, 0, 1) 0px;
}

.modu-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.modu-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.modu-variation-price-badge {
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 6px 22px;
	z-index: 20;
    /* display: inline-block; */
    /* padding: 25px 15px 20px 15px; */
    margin-bottom: 12px;
    /* width: 100%; */
    color: #88ab2e;
    text-align: center;
    font-size: 2.5em;
    /* border: solid 1px #2e3535; */
}
.modu-variation-price-badge .vat{
display: block;
    margin: 8px 10px;
    color: #2e3535;
    font-size: 40%;
}
.modu-image-wrapper {
	position: relative;
}

/* NEW: caption strip that always shows at the bottom of the image */
.modu-image-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* light grey, tweak to match your design */
	
	color: #000;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* this limits it to just a band at the bottom */
	min-height: 48px;
	max-height: 35%;
	overflow: hidden;
	/* always visible – no hover opacity */
	opacity: 1;
	visibility: visible;
	
}
.modu-image-overlay:has(.modu-image-caption:not([style*="display:none"]),
                       .modu-enquire-btn:not([style*="display:none"])) {
    background: rgba(240, 240, 240, 0.7);
}
.modu-image-overlay {
    border-left: solid 2px #e3ebcd;
    border-right: solid 2px #e3ebcd;
    border-bottom: solid 2px #e3ebcd;
}

/* Caption text */
.modu-image-caption {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight:600;
	text-align: center;
}
.modu-image-caption p{
	margin-bottom:10px;
	font-size: 120%;
    color: #243032;
}

/* Enquire button (only for variation-linked images) */
.modu-enquire-btn,
.modu-image-enquire-btn {
	display: block;
	padding: 8px 14px;
	background: #f36f31 !important;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	margin:auto;
	margin-bottom:6px;
}

.modu-enquire-btn:hover,
.modu-image-enquire-btn:hover {
	background: #f19062 !important;
}

/* Optional tag in top-left if you use it */
.modu-image-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ffffff;
	color: #000;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
	letter-spacing: 0.5px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
	.modu-image-overlay {
		padding: 8px 12px;
		min-height: 42px;
	}
	.modu-image-caption {
		font-size: 13px;
	}
	.modu-enquire-btn,
	.modu-image-enquire-btn {
		font-size: 12px;
		padding: 6px 10px;
	}
}

span.price-from {
    font-style: italic;
}