.recent-posts.large-version .title-flex {
	justify-content: center;
}
.recent-posts.large-version .archive-wrap {
	max-width: 1300px;
}
.recent-posts.large-version .archive-wrap.four-cols article{
	width:311px;
}
.recent-posts.large-version .archive-wrap.four-cols article img {
	height:460px;
}
.recent-posts.large-version .title-flex {
	margin: 0px auto 28px;
}
.recent-posts.large-version .archive-wrap h3 {
	font-size: 19px;
	line-height: 25px;
	margin: 10px 0;
}
.recent-posts.large-version .bottom-link {
	height: 45px;
	font-weight: 400;
	letter-spacing: 0.12rem;
	width: 220px;
	padding: 10px 0 0;
	margin: 15px auto 0;
	margin: 15px auto 0;
}
/* .recent-posts.large-version .bottom-link:hover {
	background-color: transparent;
	color: black;
	opacity: 1;
	background-image: url(https://bromabakerycom.bigscoots-staging.com/wp-content/themes/MTT_2024/assets/icons/utility/inverted-small-arrow.png);
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: center right;
} */
.recent-posts .mobile-show {
	display: none;
}
.recent-posts {
	padding: 33px 0 50px;
}
.recent-posts .title-flex {
	max-width: 1000px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.recent-posts .title-flex .title  {
	width: 50%;
	max-width: 380px;
}
.recent-posts .title-flex .title h2 {
	margin: 0;
	letter-spacing: -0.05rem;
}
.recent-posts.recent-posts-by-cat .title-flex .right-link{
	margin: 11px 0 0;
}
.recent-posts .title-flex .right-link {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1rem;
	background-image: url(../png/extra-long-right-arrow.png);
	background-repeat: no-repeat;
	background-size: 95px;
	background-position: right top 5px;
	display: block;
	margin: 0 0 0;
	width: fit-content;
	padding: 0 105px 0 0;
	color: #302B28;
	filter: brightness(0%);
}
.recent-posts .title-flex .right-link:hover {
	filter: brightness(1);
}
/* .recent-posts .title-flex .right-link:hover {
	background-image: url(https://bromabakerycom.bigscoots-staging.com/wp-content/themes/MTT_2024/assets/icons/utility/inverted-small-arrow.png);
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: center right;
	opacity: 1;
} */

.recent-posts .archive-wrap {
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}

.recent-posts .archive-wrap article p {
	display: none;
}
.recent-posts .archive-wrap article br {
	display: none;
}
.recent-posts .bottom-link {
	background: #000000;
	color: white;
	border: none;
	text-align: center;
	display: block;
	width: 192px;
	margin: 66px auto 33px;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: 400;
	letter-spacing: 0.07rem;
	height: 40px;
	border-radius: 25px;
	padding: 9px 0 0;
	background: #FFD8DB;
	color: #620202;
}
.recent-posts .bottom-link:hover {
	background: #E78F96;
	opacity: 1;
}
@media all and (max-width:1300px) {
	.recent-posts.large-version .archive-wrap {
		max-width: 1200px;
	}
	.recent-posts.large-version .archive-wrap.four-cols article {
		width: 24%;
	}
}
@media all and (max-width: 1240px) {
	.recent-posts .title-flex, .recent-posts .archive-wrap, .recent-posts.large-version .archive-wrap {
		max-width: 1000px;
	}
	.recent-posts .archive-wrap.four-cols article img {
		width: 100%;
	}
}
@media all and (max-width:1040px) {
	.recent-posts .title-flex, .recent-posts .archive-wrap, .recent-posts.large-version .archive-wrap {
		max-width: 750px;
	}
	.recent-posts.large-version .archive-wrap h3 {
		font-size: 25px;
		line-height: 31px;
		margin: 11px 0;
	} 
	.recent-posts .title-flex {
		display: block;
		text-align: left;
	}
	.recent-posts .title-flex .right-link {
		display:none;
	}
	.recent-posts .bottom-link {
		margin: 15px auto 10px;
	}
}
@media all and (max-width:768px) {
	.recent-posts .title-flex, .recent-posts .archive-wrap, .recent-posts.large-version .archive-wrap {
		max-width: 90%;
		grid-template-columns: repeat(2, 1fr);
	}
	.recent-posts .title-flex .title h2 {
		margin: 0;
		letter-spacing: -0.05rem;
		font-size: 36px;
		line-height: 40px;
	}
	.recent-posts .title-flex .title {
		width: 100%;
		max-width: 380px;
	}
}
