.sfe-events-list {
	margin: 20px 0;
}

.sfe-events {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sfe-event-item {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: box-shadow 0.3s ease;
}

.sfe-event-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sfe-event-image {
	margin-bottom: 15px;
}

.sfe-event-image img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.sfe-event-title {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.sfe-event-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sfe-event-title a:hover {
	color: #0066cc;
}

.sfe-event-date,
.sfe-event-location {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
}

.sfe-event-date strong,
.sfe-event-location strong {
	color: #333;
	font-weight: 600;
}

.sfe-event-excerpt {
	margin-top: 15px;
	color: #555;
	line-height: 1.6;
}

.sfe-event-excerpt p:last-child {
	margin-bottom: 0;
}

.sfe-events-table-wrapper {
	margin: 20px 0;
	overflow-x: auto;
}

.sfe-events-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.sfe-events-table thead {
	background: #f5f5f5;
}

.sfe-events-table th {
	padding: 15px;
	text-align: left;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #ddd;
}

.sfe-events-table td {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}

.sfe-events-table tbody tr:last-child td {
	border-bottom: none;
}

.sfe-events-table tbody tr:hover {
	background: #f9f9f9;
}

.sfe-table-image {
	width: 80px;
	text-align: center;
}

.sfe-table-image img {
	max-width: 60px;
	height: auto;
	border-radius: 4px;
}

.sfe-table-title a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.sfe-table-title a:hover {
	color: #0066cc;
}

.sfe-table-date {
	white-space: nowrap;
	color: #666;
	font-size: 14px;
}

.sfe-table-location {
	color: #666;
	font-size: 14px;
}

.sfe-single-event {
	margin: 30px 0;
}

.sfe-single-header {
	margin-bottom: 30px;
}

.sfe-single-image {
	margin-bottom: 20px;
}

.sfe-single-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.sfe-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 8px;
}

.sfe-meta-item {
	flex: 1;
	min-width: 200px;
}

.sfe-meta-label {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.sfe-meta-value {
	color: #666;
}

.sfe-social-links {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.sfe-social-link {
	display: inline-block;
	padding: 10px 20px;
	background: #0066cc;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.2s ease;
}

.sfe-social-link:hover {
	background: #0052a3;
}

.sfe-social-link.facebook {
	background: #1877f2;
}

.sfe-social-link.facebook:hover {
	background: #165dbb;
}

.sfe-social-link.instagram {
	background: #e4405f;
}

.sfe-social-link.instagram:hover {
	background: #d62752;
}

@media screen and (max-width: 768px) {
	.sfe-event-item {
		padding: 15px;
	}

	.sfe-event-title {
		font-size: 20px;
	}

	.sfe-events-table th,
	.sfe-events-table td {
		padding: 10px;
		font-size: 14px;
	}

	.sfe-table-image {
		display: none;
	}

	.sfe-single-meta {
		gap: 15px;
	}

	.sfe-meta-item {
		min-width: 100%;
	}

	.sfe-social-links {
		flex-direction: column;
	}
}
