/* Timeline styles for child theme */
.utcs-timeline, .archive {
	max-width: 1280px;
	margin: 0 auto 3rem;
/*	padding: 0 1rem;*/
}
.utcs-timeline__intro,
.utcs-timeline__rail,
.utcs-timeline__content,
.utcs-timeline__tools{
	background: #fff;
	border: 1px solid #dfe4ef;
	border-radius: 18px;
}
.utcs-timeline__intro{
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.utcs-timeline__intro h1{
	margin: 0 0 .35rem;
	font-size: clamp(2rem, 2.6vw, 2.75rem);
}
.utcs-timeline__intro p,
.utcs-breadcrumbs{
	color: #6b738a;
}
.utcs-breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin-bottom: .8rem;
	font-size: .98rem;
}
.utcs-timeline__layout{
	display: grid;
	grid-template-columns: 190px minmax(0,1fr) 260px;
	gap: 1rem;
}
.utcs-timeline__rail,
.utcs-timeline__content,
.utcs-timeline__tools{
	padding: 1.2rem;
}
.utcs-year-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.utcs-year-list li + li{
	margin-top: .65rem;
}
.utcs-year-list a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .8rem 1rem;
	border: 1px solid #dfe4ef;
	border-radius: 1rem;
	text-decoration: none;
	color: inherit;
	background: #fff;
}
.utcs-year-list a:hover {
	color: #2C5697;
	border-color: #2C5697;
}
.utcs-year-list a.is-current,
.utcs-month-nav a.is-current{
	background: #eef4ff;
	border-color: #2C5697;
	color: #2C5697;
	font-weight: 700;
}
.utcs-month-nav{
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin: 1rem 0 1.25rem;
}
.utcs-month-nav a{
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0 1rem;
	border: 1px solid #dfe4ef;
	border-radius: 999px;
	text-decoration: none;
	color: inherit;
	background: #fff;
}
.utcs-timeline__content-head{
	display: flex;
	align-items: baseline;
	gap: .7rem;
}
.utcs-timeline__content-head h2{
	margin: 0;
	font-size: 2rem;
}
.utcs-timeline__content-head p{
	margin: 0;
	color: #6b738a;
}
.utcs-group-heading{
	margin: 1.5rem 0 .7rem;
	font-size: 1.5rem;
}
.utcs-post-grid{
	display: grid;
	gap: .85rem;
}
.utcs-post-card{
	padding: 1rem;
	border: 1px solid #dfe4ef;
	border-radius: 16px;
	background: #f8faff;
}
.utcs-post-card__meta{
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: .75rem;
}
.utcs-post-card__meta span{
	display: inline-flex;
	align-items: center;
	min-height: 1.9rem;
	padding: 0 .75rem;
	border-radius: 999px;
	border: 1px solid #dfe4ef;
	background: #fff;
	color: #6b738a;
	font-size: .9rem;
}
.utcs-post-card__title{
	margin: 0 0 .75rem;
	font-size: clamp(1.25rem, 1.6vw, 1.55rem);
	line-height: 1.2;
}
.utcs-post-card__title a{
	text-decoration: none;
}
.utcs-post-card__footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: .8rem;
}
.utcs-post-card__date,
.utcs-post-card__translation{
	color: #2563eb;
	text-decoration: none;
}
.utcs-timeline__tools ul{
	margin: 0;
	padding-left: 1.2rem;
}
.archive-header, .archive {
	padding-top: 88px !important;
}
@media (min-width: 1800px) {
	.archive-header, .archive {
		padding-top: 0 !important;
	}
}
@media (max-width: 980px){
	.utcs-timeline__layout{
		grid-template-columns: 1fr;
	}
}
