.savernake-sticky-post {
	display: grid;
	grid-template-columns: 6fr 4fr;
	align-items: center;
	gap: 44px;
}

.savernake-sticky-post__image {
	grid-column: 1 / 2;
}

.savernake-sticky-post__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.savernake-sticky-post__details {
	grid-column: 2 / 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	gap: 16px;
}

.savernake-sticky-post__date {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}

.savernake-sticky-post__title {
	margin: 0;
	font-family: 'Newsreader', serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.01em;
	color: #111111;
}

.savernake-sticky-post__title a {
	text-decoration: none;
	color: #111111;
}

.savernake-sticky-post__title a:hover {
	color: #111111;
	opacity: 1;
}

.savernake-sticky-post__excerpt {
	margin: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.savernake-sticky-post__read-more {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	gap: 6px;
	border-radius: 38px;
	text-decoration: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FF4713;
}

.savernake-sticky-post__read-more:hover,
.savernake-sticky-post__read-more:active,
.savernake-sticky-post__read-more:visited {
	color: #FF4713;
	text-decoration: none;
}

.savernake-sticky-post__read-more svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.savernake-sticky-post__read-more:hover svg {
	transform: translateX(4px);
}

@media (max-width: 1024px) {
	.savernake-sticky-post {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.savernake-sticky-post__image {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.savernake-sticky-post__title {
		font-size: 32px;
		line-height: 40px;
	}
}
