.blogs-detail {
	font-family: 'Aeonik', sans-serif
}

.blogs-detail>* {
	margin-top: 0;
	margin-bottom: 24px
}

.blogs-detail>*:last-child {
	margin-bottom: 0
}

.blogs-detail p {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #0F1420C7;
	text-align: left
}

.blogs-detail h1,
.blogs-detail h2,
.blogs-detail h3,
.blogs-detail h4,
.blogs-detail h5,
.blogs-detail h6 {
	font-family: 'Aeonik', sans-serif;
	color: #0F1420;
	font-weight: 500;
	line-height: 1.2
}

.blogs-detail h1 {
	font-size: 32px;
	margin-top: 36px;
	margin-bottom: 12px
}

.blogs-detail h2 {
	font-size: 26px;
	margin-top: 32px;
	margin-bottom: 8px;
	font-weight: 400;
	line-height: 36px
}

.blogs-detail h3 {
	font-size: 22px;
	margin-top: 28px;
	margin-bottom: 8px
}

.blogs-detail h4 {
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 6px
}

.blogs-detail h5 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 4px
}

.blogs-detail h6 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 4px
}

.blogs-detail figure {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
	margin-bottom: 24px
}

.blogs-detail figure div {
	width: 100%;
	aspect-ratio: 760 / 428;
	overflow: hidden;
	background-color: #F4F6FB;
	border: 1px solid #E0E3EC
}

.blogs-detail figure img,
.blogs-detail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms
}

.blogs-detail figure img:hover,
.blogs-detail img:hover {
	transform: scale(1.01)
}

.blogs-detail figcaption {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #0F142080;
	text-align: left
}

.blogs-detail ul {
	list-style: none;
	padding-left: 0;
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px
}

.blogs-detail ul li {
	position: relative;
	padding-left: 24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #0F1420C7
}

.blogs-detail ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #CBF86C
}

.blogs-detail ol {
	list-style-type: decimal;
	padding-left: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px
}

.blogs-detail ol li {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #0F1420C7
}

.blogs-detail a {
	color: #3B4AFF;
	text-decoration: underline;
	transition: color 0.2s ease-in-out
}

.blogs-detail a:hover {
	color: #2A39E6
}

/* Energy Efficiency Styling (System) */
.blogs-detail .energy-efficiency {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
	margin-bottom: 24px;
}

.blogs-detail .energy-efficiency > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 32px 24px;
	border-right: 1px solid #E0E3EC;
	gap: 8px;
}

.blogs-detail .energy-efficiency > div:last-child {
	border-right: none;
}

.blogs-detail .energy-efficiency div p {
	margin: 0;
	width: 100%;
}

.blogs-detail .energy-efficiency div p:first-child,
.blogs-detail .energy-efficiency div .number {
	color: #3B4AFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	width: 100%;
}

.blogs-detail .energy-efficiency div p:last-child,
.blogs-detail .energy-efficiency div .title {
	color: #0F1420;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	max-width: 100%;
}

/* Custom Table Styling */
body .blogs-detail table {
	width: 100% !important;
	margin: 2.5rem 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 0px !important;
	overflow: hidden !important;
	border: 1px solid #E0E3EC !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03) !important;
}

/* Header Styles */
body .blogs-detail table th {
	background-color: #CBF86C !important;
	color: #0F142080 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	letter-spacing: 0.05em !important;
	padding: 14px 20px !important;
	text-align: left !important;
	border-bottom: 2px solid #E0E3EC !important;
	border-right: 1px solid #E0E3EC !important;
}

body .blogs-detail table td {
	padding: 14px 20px !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #0F1420 !important;
	border-bottom: 1px solid #E0E3EC !important;
	border-right: 1px solid #E0E3EC !important;
	background-color: #ffffff !important;
}

body .blogs-detail table td:last-child,
body .blogs-detail table th:last-child {
	border-right: none !important;
}

body .blogs-detail table tr:last-child td {
	border-bottom: none !important;
}

/* Responsive overrides for Energy Efficiency (vertical list stats) */
@media (max-width: 767px) {
	.blogs-detail .energy-efficiency {
		display: flex;
		flex-direction: column;
	}

	.blogs-detail .energy-efficiency > div {
		border-right: none !important;
		border-bottom: 1px solid #E0E3EC !important;
		padding: 20px 0 !important;
		gap: 8px;
	}

	.blogs-detail .energy-efficiency > div:last-child {
		border-bottom: none !important;
	}

	.blogs-detail .energy-efficiency div p:first-child,
	.blogs-detail .energy-efficiency div .number {
		font-size: 40px;
		line-height: 1.1;
	}

	.blogs-detail .energy-efficiency div p:last-child,
	.blogs-detail .energy-efficiency div .title {
		font-size: 16px;
		line-height: 24px;
		max-width: 100%;
	}
}
