.eb-wrapper-0c412bf1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	padding: 20px 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	gap: 20px;
	flex-wrap: wrap;
}

.eb-date-0c412bf1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 25px;
	border-right: 2px solid #e2e8f0;
	min-width: 70px;
}

.eb-day-0c412bf1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #1e293b;
}

.eb-month-0c412bf1 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #64748b;
	margin-top: 5px;
}

.eb-content-0c412bf1 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.eb-label-0c412bf1 {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 4px;
	font-weight: 500;
}

.eb-title-0c412bf1 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}

.eb-announcement-0c412bf1 {
	font-size: 13px;
	color: #64748b;
	margin: 5px 0 0 0;
	max-width: 300px;
}

.eb-action-0c412bf1 {
	display: flex;
	align-items: center;
}

.eb-btn-0c412bf1 {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background-color: #2563eb;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 15px;
	transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.eb-btn-text-0c412bf1 {
	margin-right: 12px;
}

.eb-btn-icon-0c412bf1 {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eb-btn-icon-0c412bf1::before {
	content: "—";
	position: absolute;
	font-size: 14px;
	transition: opacity 0.3s ease, transform 0.3s ease;
	line-height: 1;
}

.eb-btn-icon-0c412bf1::after {
	content: "→";
	position: absolute;
	font-size: 16px;
	opacity: 0;
	transform: translateX(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	line-height: 1;
}

.eb-btn-0c412bf1:hover .eb-btn-icon-0c412bf1::before {
	opacity: 0;
	transform: translateX(10px);
}

.eb-btn-0c412bf1:hover .eb-btn-icon-0c412bf1::after {
	opacity: 1;
	transform: translateX(0);
}

@media (max-width: 767px) {
	.eb-wrapper-0c412bf1 {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.eb-date-0c412bf1 {
		border-right: none;
		border-bottom: 2px solid #e2e8f0;
		padding-right: 0;
		padding-bottom: 15px;
		width: 100%;
		align-items: flex-start;
	}
	.eb-content-0c412bf1 {
		width: 100%;
	}
	.eb-announcement-0c412bf1 {
		max-width: 100%;
	}
}