body.dia-haaitza-native-news-archive {
	background: #faebdf;
}

body.dia-haaitza-native-news-archive .dia-news-archive,
body.dia-haaitza-native-news-archive .dia-news-archive * {
	box-sizing: border-box;
}

body.dia-haaitza-native-news-archive .dia-news-hero,
body.dia-haaitza-native-news-archive .dia-news-hero *,
body.dia-haaitza-native-news-archive #diadao-mainmenu-open,
body.dia-haaitza-native-news-archive #diadao-header .diadao-sdk-button-booking {
	animation: none !important;
	transition: none !important;
}

body.dia-haaitza-native-news-archive #diadao-header .header-buttons .logo-picto,
body.dia-haaitza-native-news-archive #diadao-header .header-buttons .logo-picto.visible {
	display: block !important;
	top: 15px !important;
	left: 50% !important;
	width: 50px !important;
	height: 56px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateX(-50%) !important;
}

.dia-news-archive-shell {
	width: min(1320px, calc(100% - 64px));
	margin: 0 auto;
	padding-bottom: 96px;
}

.dia-news-archive-intro {
	width: min(820px, 100%);
	margin: 8px auto 52px;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.dia-news-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.dia-news-archive-card {
	background: #fbf2eb;
}

.dia-news-archive-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #dbc9bc;
}

.dia-news-archive-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dia-news-archive-card-body {
	padding: 28px 26px 32px;
}

.dia-news-archive-card time {
	display: block;
	margin-bottom: 13px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dia-news-archive-card h2 {
	margin: 0 0 17px;
	font-family: "Perpetua", Georgia, serif;
	font-size: clamp(24px, 2.25vw, 34px);
	font-weight: 400;
	line-height: 1.12;
	text-transform: uppercase;
}

.dia-news-archive-card h2 a,
.dia-news-archive-link {
	color: inherit;
	text-decoration: none;
}

.dia-news-archive-excerpt {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.65;
}

.dia-news-pagination {
	margin-top: 56px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.dia-news-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.dia-news-pagination a,
.dia-news-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	border: 1px solid rgba(22, 22, 22, 0.3);
	color: inherit;
	text-decoration: none;
}

@media (max-width: 991px) {
	.dia-news-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.dia-news-archive-shell {
		width: min(100% - 32px, 1320px);
		padding-bottom: 70px;
	}

	.dia-news-archive-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}
