.single-post .post-header .content-text {
	text-align: center;
	color: #fff;
}

.single-post .post-header .content-text .date {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}

.single-post .post-header .content-text h1 {
	font-size: 45px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.single-post .main > .content {
	padding-top: 50px;
}

.next-post .description h2 {
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: black;
}

.next-post .description a {
	color: black;
}

.post-content .content-text h2,
.post-content .content-text h3 {
	color: black;
	font-family: Agenda;
}

b {
	color: black;
}

.single-post .content-text .content p {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.container-preview-blog {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.container-preview-blog h2 {
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.container-preview-blog p {
	padding-bottom: 40px;
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.posts-preview-outer .posts-preview .post .wrapper .content h3 {
	color: white;
	font-family: Agenda;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 16px;
}

.posts-preview-outer .posts-preview .post .wrapper .content p {
	display: none;
}

.posts-preview-outer .posts-preview .post .wrapper .content .button-wrapper a.button.underline-button {
	color: #FFF;
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-transform: uppercase;
	text-align: left;
}

.posts-preview-outer .posts-preview .thumbnail .wrapper {
	background: var(--aubergine);
}

.posts-preview-outer .posts-preview .thumbnail .wrapper h3 {
	color: white;
	font-family: Agenda;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

.posts-preview-outer .posts-preview .thumbnail .wrapper a {
	display: flex;
	min-width: 140px;
	min-height: 40px;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	text-align: center;
	font-family: Agenda;
	font-size: 13px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	color: black;
}

.post-preview .tile .wrapper:hover .content .button {
	color: inherit;
    border-color: inherit;
    background-color: inherit;
}

.single-post .content-text .content a:not(.button) {
	color: #000;
}