.smg-236d2fbe-grid {
	display: grid;
	gap: 20px;
	/* Column count is dynamic via Elementor settings, default 3 */
	grid-template-columns: repeat(3, 1fr);
}
.smg-236d2fbe-card {
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
	background: #fff;
}
.smg-236d2fbe-image {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 15px;
}
.smg-236d2fbe-name { margin: 0 0 5px; }
.smg-236d2fbe-title { margin-bottom: 15px; color: #666; }
.smg-236d2fbe-btn {
	background: #333;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}
/* Modal Styles */
.smg-236d2fbe-modal-wrapper {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}
.smg-236d2fbe-modal-wrapper.is-open {
	display: flex;
}
.smg-236d2fbe-modal-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
}
.smg-236d2fbe-modal-content {
	position: relative;
	background: #fff;
	padding: 40px;
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10000;
	border-radius: 8px;
}
.smg-236d2fbe-modal-close {
	position: absolute;
	top: 15px; right: 15px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.smg-236d2fbe-modal-image {
	max-width: 150px;
	border-radius: 50%;
	margin-bottom: 20px;
}
