
/*
 * MG Offers — Base structural styles (v2.4.0)
 * Visual styling is handled per-site via Elementor kit custom CSS or theme.
 * These defaults provide only layout and structure.
 */
.offers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	padding: 1rem 0;
	margin: 0 auto;
	width: 100%;
}

.offer {
	text-align: center;
}

.offer-content {
	height: 100%;
	position: relative;
}

.offer-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	color: unset;
}

.offer-body:hover, .offer-body:focus {
	text-decoration: none;
}

.offer-deal {
	font-weight: bold;
}

.offer-deal .deal-highlight {
	color: inherit;
	font-weight: inherit;
}

.offer ul, .offer ol {
	text-align: left;
}

.street-number {
	display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
