/* Strictly for the featured-post block */
.blog-main-featured-post .component-right {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.blog-featured-post {
	padding: 24px 0 48px !important;
}

.blog-main-featured-post {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	max-height: 490px;
}

.blog-main-featured-post .component-left {
	flex: 1;
	color: #2D3032;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #d4d4d4;
	border-left: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
}

.blog-main-featured-post .component-left .block-content {
	padding: 64px;
}

.blog-main-featured-post .component-left .block-content .pre-title {
	color: #2D3032;
	text-transform: capitalize;
	/*font-weight: 500;*/
	margin-bottom: 20px;
	display: block;
	background: #E6F5FE;
	max-width: max-content;
	padding: 10px 20px;
	border-radius: 30px;
	/*font-family: "DM Sans", sans-serif;
	font-size: 14px;*/

	color: var(--Rebrand-Charcoal, #2D3032);
	font-family: "Source Sans 3";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.blog-main-featured-post .component-left .block-content h2 {
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size: 26px;
	color: var(--Rebrand-Charcoal, #2D3032);
	font-family: Merriweather;
	font-size: var(--sds-typography-subtitle-size-small, 24px);
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}

.blog-main-featured-post .component-left .block-content h2 a {
	text-decoration: none;
}
.blog-main-featured-post .component-left .block-content .text-content p {
	margin: 0 0 20px 0;
	line-height: 30px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-size: 17px;
}

.blog-main-featured-post .component-left .block-content .text-content ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.blog-main-featured-post .component-left .block-content .text-content ul li {
	font-family: "Lora", serif;
	font-size: 22px;
	margin-bottom: 0px;
	list-style: none;
	line-height: 15px;
}

.blog-main-featured-post .component-left .block-content .text-content ul li:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	left: -50px;
	top: 20px;
	background: url("../public/images/Icon_Check.png");
	background-size: contain;
}

.blog-main-featured-post .component-left .block-content .author {
	display: grid;
	gap: 20px;
	grid-template-columns: 32px 1fr;
}

.blog-main-featured-post .component-left .block-content .author .author-name {
	font-family: "DM Sans", sans-serif;
}

.blog-main-featured-post .component-left .block-content .author .post-date {
	font-family: "DM Sans", sans-serif;
}

.blog-main-featured-post .component-left .author h5 {
	color: var(--Rebrand-Charcoal, #2D3032);
	font-family: "DM Sans", sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;

	margin-bottom: 0;
}


.blog-main-featured-post .component-left .author .date {
	font-weight: 500;
	font-family: "DM Sans", sans-serif !important;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: var(--Rebrand-Charcoal, #2D3032);
}

.blog-main-featured-post .component-left .button-set {
	margin-left: 0;
	margin-top: 40px;
}

.blog-main-featured-post .component-left .button-set .btn-info {
	margin-left: 0;
}

.blog-main-featured-post .component-right {
	flex: 1;
	aspect-ratio: 1;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
	display: flex;
	box-sizing: border-box;
	border-left: 1px solid transparent;
	position: relative;
}

.blog-main-featured-post .component-right .blogLabel {
	position: absolute;
	left: 30px;
	top: 30px;
}

@media (max-width: 991px) {
	.blog-main-featured-post {
		max-height: none;
	}
}

@media (max-width: 768px) {
	.blog-main-featured-post {
		flex-direction: column;
	}

	.blog-main-featured-post .component-left,
	.blog-main-featured-post .component-right {
		width: 100%;
	}

	.blog-main-featured-post .component-left {
		border-radius: 0 0 12px 12px;
	}

	.blog-main-featured-post .component-right {
		width: 350px;
		height: 200px;
		aspect-ratio: unset;
		flex: none;
		margin: 0 auto;
		border-radius: 12px 12px 0 0;
	}

	.blog-main-featured-post .component-right img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.blog-main-featured-post .component-left .block-content {
		padding: 24px 32px 32px 32px;
		border-left: 1px solid #d4d4d4;
        border-radius: 0 0 12px 12px;
		border-top: none;
	}

	.blog-main-featured-post {
		margin-bottom: 0px !important;
	}
}

@media (max-height: 500px) and (orientation: landscape) {
	.blog-main-featured-post .component-left .block-content {
		padding: 15px;
	}
}
