.block-area-before-all-posts .selected-posts {
	padding: 33px 0 30px;
}
.block-area .selected-posts {
	padding: 45px 0px;
}
.selected-posts.three-cols .archive-wrap article:first-child{
	grid-column: span 2;
}
.selected-posts.three-cols .archive-wrap article:first-child img{
	aspect-ratio: 18.4 / 13;
}
/* .block-area .selected-posts .title-flex .right-link {
	background-position: right 15px;
	margin: 9px 8px 0 0;
} */
.block-area .selected-posts .title-flex p{
	margin: 0;
}
.selected-posts {
	padding: 10px 0 105px;
}
.selected-posts .mobile-show {
	display: none;
	background: black;
	border-radius: 25px;
	color: white;
	text-transform: lowercase;
	font-weight: 300;
	letter-spacing: 0.15rem;
	height: 45px;
	font-size:12px;
	padding: 9px 20px 0;
	border: 1px solid black;
	text-decoration: none;
	width: fit-content;
}
.selected-posts .title-flex {
	max-width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.selected-posts .title-flex .title {
	width: 50%;
	max-width: 380px;
}
.selected-posts .title-flex .title h2 {
	margin: 0;
	letter-spacing: -0.05rem;
}
.selected-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%);
}
.selected-posts .title-flex .right-link:hover, .recent-posts .title-flex .right-link:hover {
	color:#E78F96;
	opacity: 1;
	filter: brightness(1);
}
.selected-posts .archive-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.selected-posts .archive-wrap p {
	display: none;
}

.selected-posts .archive-wrap.four-cols article:hover img {
	border-radius: 9px;
}

.selected-posts .archive-wrap.five-cols {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 27px;
}
.selected-posts .archive-wrap.five-cols article:hover img {
	border-radius: 9px;
}
.selected-posts .archive-wrap article p {
	display: none;
}
.selected-posts .archive-wrap article br {
	display: none;
}
.selected-posts .bottom-link {
	display: flex;
	justify-content: center;
	text-decoration: none;
	font-family: 'proxima-nova';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05rem;
	background-image: url(../png/small-arrow.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right;
	display: block;
	margin: 0 auto;
	width: fit-content;
	padding: 0 38px 0 0;
}
.selected-posts .archive-wrap article p {
	display: none;
}
.selected-posts .archive-wrap article br {
	display: none;
}
.selected-posts .bottom-link {
	display: flex;
	justify-content: center;
	text-decoration: none;
	font-family: 'proxima-nova';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05rem;
}
@media all and (max-width:1240px) {
	/* .selected-posts .title-flex, .selected-posts .archive-wrap {
		max-width:1000px;
	}
	.selected-posts .archive-wrap.four-cols article {
		width:24%;
	}
	.selected-posts .archive-wrap.four-cols article img {
		height:350px;
	}
	.selected-posts .archive-wrap.five-cols article {
		width: 19%;
	}
	.selected-posts .archive-wrap.five-cols article img {
		height:280px;
	} */
}
@media all and (max-width:1040px) {
	 .selected-posts .title-flex, .selected-posts .archive-wrap {
		 max-width: 750px;
	 } 
	 .selected-posts .title-flex {
		 display: block;
		 text-align: left;
	 }
	 .selected-posts .title-flex .right-link.mobile-hide{
		display: none;
	 }
	 .selected-posts .mobile-show {
		 display:block;
		 background: #FFD8DB;
		 color: #620202;
		 border: none;
		 display: block;
		 font-weight: 500;
		 letter-spacing: 0.05rem;
		 height: 40px;
		 font-size: 12px;
		 padding: 9px 30px 0;
		 text-decoration: none;
		 width: fit-content;
		 border-radius: 25px;
		 margin: 40px auto 0;
	 }
	 .block-area .selected-posts .title-flex .right-link {
		 display: none;
	 }
	 .selected-posts .archive-wrap.five-cols {
		 display: grid;
		 grid-template-columns: repeat(5, 1fr);
		 gap: 12px;
	 }
}
@media all and (max-width:768px) {
	.selected-posts {
		padding: 10px 0 50px;
	}
	.selected-posts .archive-wrap.five-cols {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 27px;
	}
	
	.selected-posts .archive-wrap  {
		max-width:90%;
		grid-template-columns: repeat(4, 1fr);
	}
	.selected-posts .title-flex .title {
		width:100%;
	}
	.selected-posts .title-flex {
		display: block;
		text-align: left;
		max-width: 90%;
	}
	.selected-posts .title-flex .title h2 {
		margin: 0;
		letter-spacing: -0.05rem;
		font-size: 36px;
		line-height: 40px;
	}
	.selected-posts.three-cols .archive-wrap article > *:nth-child(1) {
		grid-column: span 4;
	}
	.selected-posts.three-cols .archive-wrap article:first-child {
		grid-column: span 5;
	}
	.selected-posts .archive-wrap > *:nth-child(1), .selected-posts .archive-wrap > *:nth-child(4) {
	  grid-column: span 4; /* adjust for desktop if needed */
	}
	
	.selected-posts .archive-wrap > *:nth-child(2), .selected-posts .archive-wrap > *:nth-child(3) {
	  grid-column: span 2;
	}
	.selected-posts .archive-wrap > *:nth-child(1) img, .selected-posts .archive-wrap > *:nth-child(4) img  {
		width: 100%;
		height: auto;
		aspect-ratio: 26 / 13;
	}
	.selected-posts .archive-wrap > *:nth-child(2) img, .selected-posts .archive-wrap > *:nth-child(3) img {
		aspect-ratio: 10 / 13;
	}
	.selected-posts .archive-wrap.five-cols > *:nth-child(5), .selected-posts .archive-wrap.five-cols > *:nth-child(4) {
		grid-column: span 2;
	}
	.selected-posts .archive-wrap.five-cols > *:nth-child(4) img,  .selected-posts .archive-wrap.five-cols > *:nth-child(5) img {
		aspect-ratio: 10 / 13;
	}
}
@media all and (max-width:520px) {
	.selected-posts .archive-wrap > *:nth-child(1) img, .selected-posts .archive-wrap > *:nth-child(4) img {
		width: 100%;
		height: auto;
		aspect-ratio: 20 / 13;
	}
}