.ed-widget-container-154da08a {
	font-family: inherit;
	background: #fdfdfd;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 24px;
}

.ed-widget-container-154da08a .ed-title {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.ed-grid-154da08a {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.ed-card {
	background: #fff;
	padding: 16px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	text-align: center;
}

.ed-card h4 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #555;
	font-size: 14px;
	text-transform: uppercase;
}

.ed-card img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin-top: 10px;
	max-height: 150px;
	object-fit: cover;
}

.ed-info-list-154da08a {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 15px;
	margin-bottom: 24px;
	background: #fff;
	padding: 16px;
	border-radius: 6px;
	border: 1px solid #eee;
}

.ed-info {
	display: flex;
	flex-direction: column;
}

.ed-info strong {
	font-size: 12px;
	color: #777;
	margin-bottom: 4px;
}

.ed-comments-container {
	background: #fff;
	padding: 16px;
	border-radius: 6px;
	border: 1px solid #eee;
	margin-bottom: 24px;
}

.ed-comments {
	margin: 8px 0 0;
	color: #444;
	line-height: 1.5;
}

.ed-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
}

.ed-btn:hover {
	background: #333;
}

.ed-video-154da08a {
	text-align: center;
	margin-bottom: 24px;
}

.ed-gallery-154da08a h4 {
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.ed-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.ed-gallery-grid img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.ed-grid-154da08a {
		grid-template-columns: 1fr;
	}
	.ed-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
