.cta-banner {
	background: #002E5D;
	background: -webkit-linear-gradient(to right, #2774ae, #002E5D, #002E5D);
	background: linear-gradient(to right, #2774ae, #002E5D, #002E5D);
	padding: 40px 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.avatar-img img {
	width: 56px;
	border-radius: 50%;
	height: 55px;
}

.blog-content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 26px;
}

.blog-content h3 {
	font-size: 22px;
	margin-bottom: 16px;
	margin-top: 25px;
}

.blog-content h3 strong {
	font-weight: 600;
}

.wp-block-list li {
	margin-bottom: 9px;
	font-size: 16px;
	list-style-type: none;
	/*display: flex;*/
	align-items: start;
	position: relative;
	padding-left: 28px;
}

.wp-block-list li::before {
	content: "\f00c";
	/* FontAwesome fa-check unicode */
	font-family: "FontAwesome", "Font Awesome 5 Free";
	/* Supports FA4 & FA5 */
	font-weight: 900;
	background-color: #509be2;
	color: #ffffff;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.wp-block-list-right li {
	margin-bottom: 9px;
	font-size: 16px;
	list-style-type: none;
	display: flex;
	align-items: start;
}

.wp-block-list {
	/* padding-left: 0; */
	margin: 20px 0 30px;
}

.wp-block-list li i {
	background-color: #509be2;
	color: #ffffff;
	width: 17px;
	height: 17px;
	text-align: center;
	padding: 4px 5px;
	border-radius: 50%;
	font-size: 9px;
	margin-right: 8px;
	top: 3px;
	position: relative;
}

.wp-block-list li p {
	margin-bottom: 0;
}

.author-link {
	margin-left: 25px;
}

.author-link a {
	background-color: #2774ae;
	margin: 0 0px;
	width: 28px;
	display: inline-block;
	height: 27px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	padding: 3px 0;
}

.author-link a:hover,
.author-link a:active,
.author-link a:focus {
	background-color: #002E5D;
}

.recent-post img {
	width: 100%;
	height: 126px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}

.recent-post a {
	color: #1977cc;
	font-weight: 500;
}

.recent-post a:hover {
	text-decoration: underline;
}

.blog-categories {
	padding-left: 20px;
	border-left: 1px solid #bebdbd;
}

.right-banner {
	background: #002E5D;
	background: -webkit-linear-gradient(to right, #2774ae, #002E5D, #002E5D);
	background: linear-gradient(to right, #2774ae, #002E5D, #002E5D);
	padding: 23px;
	border-radius: 10px;
	margin-top: 20px;

}

.author-content {
	/* background-color: #f2f2f2; */
	padding: 10px;
	border-radius: 10px;
}

.author-content p {
	margin-bottom: 0;
	/* font-size: 14px; */
	color: #828282;
}

.author-content {
	display: none;
}

.share-article {
	display: flex;
	align-items: center;
	margin: 20px 0;
	justify-content: end;
}

.share-article ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	margin-bottom: 0;
	gap: 9px;
}

.share-article ul li {
	font-size: 20px;
}


.table-of-contents li {
	list-style-type: none;
	margin-bottom: 8px;
}

.table-of-contents li a {
	color: #000000;
}

.table-of-contents li a:hover {
	color: #1977cc;
}

.right-banner li {
	font-size: 16px;
}

.table-of-contents ul {
	border-left: 1px solid #6e6e6e;
	padding-left: 17px;
}

.table-of-contents li {
	list-style-type: none;
	margin-bottom: 5px;
}

.table-of-contents li a {
	font-size: 16px;
}

.toc-toggle {
	cursor: pointer;
	font-size: 16px;
	color: #1977cc;
	margin-left: 8px;
}

/* .table-of-contents {
	height: calc(100vh - 120px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;

	transition: scrollbar-color 0.3s ease;
} */

.table-of-contents:hover {
	scrollbar-color: #888 #f1f1f1;
	/* Firefox: reveal on hover */
}

.table-of-contents::-webkit-scrollbar {
	width: 4px;
}

.table-of-contents::-webkit-scrollbar-track {
	background: transparent;
	/* WebKit: track hidden initially */
}

.table-of-contents:hover::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* WebKit: reveal track on hover */
}

.table-of-contents::-webkit-scrollbar-thumb {
	background: transparent;
	/* WebKit: thumb hidden initially */
	border-radius: 4px;
}

.table-of-contents:hover::-webkit-scrollbar-thumb {
	background: #888;
	/* WebKit: reveal thumb on hover */
}

.table-of-contents::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.wp-block-list.wp-block-list-right li::before {
	content: inherit;
	display: none;
}

.wp-block-list.wp-block-list-right li {
	padding-left: 0;
}
table{
	width:100%;
	border:1px solid #000;
}
table tr td, table tr th{
	border:1px solid #000;
	padding:7px;
}



/* Responsive Media Queries */
@media (max-width: 991px) {
	.cta-banner {
		padding: 30px;
	}

	.blog-categories {
		padding-left: 0;
		border-left: none;
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.cta-banner {
		flex-direction: column;
		padding: 20px;
		gap: 15px;
		align-items: self-start;
	}

	.share-article {
		justify-content: flex-start;
	}

	.wp-block-list {
		padding-left: 0;

	}



}

@media (max-width: 576px) {

	.blog-content p {
		font-size: 15px;
		line-height: 23px;
	}


}
