.event-page {
	background: #fff;
	color: #111827;
}

.event-page__inner {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
}

.event-hero {
	background:
		linear-gradient(110deg, rgba(190, 232, 241, 0.88), rgba(255, 255, 255, 0.86) 48%, rgba(255, 217, 232, 0.88)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%) 0 0 / 42px 42px;
}

.event-hero .event-page__inner {
	min-height: 150px;
	padding: 24px 0 34px;
}

.event-hero__breadcrumb {
	margin: 0 0 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 14px;
}

.event-hero__breadcrumb span {
	display: flex;
	align-items: center;
}

.event-hero__breadcrumb span:not(:last-child)::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	margin: 0 10px;
	background: #8c8c8c;
}

.event-hero__breadcrumb a {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.event-hero__eyebrow {
	margin: 0 0 8px;
	color: #0b57b7;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0;
}

.event-hero h1 {
	margin: 0;
	font-size: 1.95rem;
	line-height: 1.3;
}

.event-content {
	padding: 64px 0 82px;
}

.event-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	gap: 72px;
	align-items: start;
}

.event-page__lead {
	margin-bottom: 30px;
	color: #374151;
	font-size: 0.84rem;
	line-height: 2;
}

.event-page__lead > *:first-child {
	margin-top: 0;
}

.event-filter {
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
}

.event-filter__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	min-height: 30px;
	background: #fff1f5;
	color: #111827;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.event-filter__btn.is-active {
	background: #ef2d2d;
	color: #fff;
}

.event-filter__btn[href*="status=end"] {
	display: none;
}

.event-list {
	border-top: 1px solid #d7deea;
}

.event-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 82px;
	gap: 18px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #d7deea;
}

.event-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	color: #6b7280;
	font-size: 0.72rem;
}

.event-card__date {
	position: relative;
	padding-left: 18px;
}

.event-card__date::before {
	content: "";
	position: absolute;
	top: 0.12em;
	left: 0;
	width: 12px;
	height: 12px;
	background: url("../../images/icon_calendar.svg") center / contain no-repeat;
}

.event-card__status {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 10px;
	border: 1px solid #ffb6c8;
	background: #fff;
	color: #e73560;
	font-size: 0.64rem;
	font-weight: 700;
}

.event-card__status--ended {
	border-color: #6b7280;
	background: #6b7280;
	color: #fff;
}

.event-card__title {
	margin: 0 0 6px;
	font-size: 0.9rem;
	line-height: 1.65;
	padding-bottom: 0;
}
.event-card__title::before,
.event-card__title::after{
	display: none;
}

.event-card__title a {
	color: #111827;
	text-decoration: none;
}

.event-card__title a:hover {
	color: #0b57b7;
}

.event-card__summary {
	margin: 0;
	padding: 8px 12px;
	background: #f3f6fb;
	color: #4b5563;
	font-size: 0.72rem;
	line-height: 1.75;
}

.event-card__image {
	width: 82px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e5edf7;
}

.event-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-pagination {
	justify-content: center;
}

.event-archive-cta {
	margin: 34px 0 0;
	text-align: center;
}

.event-archive-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 44px;
	background: #356be8;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.event-archive-cta a:hover {
	background: #2358cf;
}

.event-side__title {
	margin: 0 0 20px;
	color: #00428f;
	font-size: 1rem;
	line-height: 1.6;
}

.event-side__all {
	margin: 0 0 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d7deea;
	font-size: 0.76rem;
	font-weight: 700;
	text-align: left;
}

.event-side a {
	color: #00428f;
	text-decoration: none;
}

.event-side__yearlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-side__yearlist li {
	margin-bottom: 12px;
	font-size: 0.82rem;
	font-weight: 700;
}

.event-side__yearlist a.is-active {
	color: #13a8e8;
}

.event-detail-main {
	min-width: 0;
}

.event-detail-meta {
	margin-bottom: 12px;
}

.event-detail-title {
	margin: 0 0 22px;
	color: #111827;
	font-size: 1.35rem;
	line-height: 1.65;
	padding-bottom: 22px;
    border-bottom: 1px solid #BBBBBB;
}

.event-detail-body {
	color: #1f2937;
	font-size: 0.9rem;
	line-height: 2;
}

.event-detail-body > *:first-child {
	margin-top: 0;
}

.event-detail-body p {
	margin: 0 0 1.5em;
}

.event-detail-body h2,
.event-detail-body h3 {
	margin: 2.1em 0 0.8em;
	color: #111827;
	line-height: 1.55;
}

.event-detail-body h2 {
	font-size: 1.15rem;
}

.event-detail-body h3 {
	font-size: 1rem;
}

.event-detail-body ul,
.event-detail-body ol {
	margin: 0 0 1.6em;
	padding-left: 1.5em;
}

.event-detail-body img {
	max-width: 100%;
	height: auto;
}

.event-detail-table {
	margin: 28px 0 0;
	border-top: 1px solid #d7deea;
	font-size: 0.82rem;
	line-height: 1.8;
}

.event-detail-table div {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	border-bottom: 1px solid #d7deea;
}

.event-detail-table dt {
	margin: 0;
	padding: 14px 16px;
	background: #edf5ff;
	color: #00428f;
	font-weight: 700;
}

.event-detail-table dd {
	margin: 0;
	padding: 14px 18px;
}

.event-detail-back {
	margin: 42px 0 0;
	text-align: center;
}

.event-detail-back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 42px;
	background: #eef3fb;
	color: #00428f;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.event-detail-back a:hover {
	background: #dfe9f8;
}
.eventTable table{
	border: none;
}
.eventTable table tr th,
.eventTable table tr td{
	text-align: left;
    font-size: 16px;
    line-height: 175%;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
	border-left: none;
	border-right: none;
    padding: 20px;
	box-sizing: border-box;
}
.eventTable table tr th{
    color: #003B90;
    background: #F2F4F8;
    font-weight: 700;
}
.eventTable table tr td{
	font-weight: 500;
}
.eventTable table tr td p:last-child{
	margin-bottom: 0;
}
.button_datadownload,
.button_contact{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #4073EB;
	text-decoration: none;

}
.button_datadownload {
    padding: 21px 70px 21px 20px;
    background-image: url("../../images/icon_download.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
}
.button_contact {
    padding: 21px 20px;
}
@media (max-width: 800px) {
	.event-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.event-filter {
		overflow-x: auto;
	}

	.event-filter__btn {
		flex: 0 0 auto;
	}

	.event-card {
		grid-template-columns: minmax(0, 1fr) 72px;
		gap: 12px;
	}

	.event-card__image {
		width: 72px;
	}

	.event-side__all {
		text-align: left;
	}

	.event-detail-title {
		font-size: 1.15rem;
        padding-bottom: 1em;
	}

	.event-detail-table div {
		grid-template-columns: 1fr;
	}
	.eventTable table tr th,
	.eventTable table tr td{
		font-size: 14px;
		padding: 10px;
	}
	.eventTable table tr th{
		min-width: 110px;
	}
	.button_datadownload,
	.button_contact{
		font-size: 14px;
	}
	.button_datadownload{
		padding-left: 10px;
	}
	.button_contact{
		padding: 20px 10px;
	}
}
