section#single-blog {
	font-family: var(--default-font);
	margin: 60px var(--section-margin) 0 var(--section-margin);
	position: relative;
}

section#single-blog h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

section#single-blog h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#single-blog h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

section#single-blog .main-banner {
	width: auto;
	max-height: 50vh;
	max-width: 100%;
	/*border-radius: 45px;*/
	object-fit: contain;
}

section#single-blog .blogs-container img {
	width: 100%;
	max-width: 800px;
}

section#single-blog form[role='search'] {

}

section#single-blog form[role='search']:before {
	content: url('/static/images/search.svg');
	filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(587%) hue-rotate(167deg) brightness(97%) contrast(89%);
	position: absolute;
	width: 20px;
	top: 13px;
	margin: auto 14px auto auto;
}

html[dir='ltr'] section#single-blog form[role='search']:before {
	margin: auto auto auto 14px;
}

section#single-blog input[type='search']:focus {
	outline-style: none;
	box-shadow: none;
	border-color: var(--btn-primary-color);
	background-color: white;
	color: black;
}

section#single-blog input[type='search'] {
	text-align: right;
	direction: var(--default-direction);
	padding-right: 50px;
	height: 45px;
	border-radius: 30px;
	background-color: white;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	border: 2px solid transparent;
	caret-color: black;
	-webkit-appearance: textfield;
}

html[dir='ltr'] section#single-blog input[type='search'] {
	text-align: left;
	direction: ltr;
	padding-right: 0;
	padding-left: 50px;
}

section#single-blog input[type="search"]::-webkit-search-decoration,
section#single-blog input[type="search"]::-webkit-search-cancel-button,
section#single-blog input[type="search"]::-webkit-search-results-button,
section#single-blog input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

section#single-blog input[type='search']::placeholder {
	font-family: var(--default-font);
	color: #404040;
	font-weight: 500;
	margin-right: 20px;
	text-align: right;
}

html[dir='ltr'] section#single-blog input[type='search']::placeholder {
	margin-right: 0;
	margin-left: 20px;
	text-align: left;
}

section#single-blog .recent-content-container {
	border-radius: 22.5px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	background-color: white;
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	min-width: 300px;
}

section#single-blog .recent-content-container h6 {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 8px;
	border-bottom: 2px ;
}

section#single-blog .recent-content-single-row {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}

section#single-blog .recent-content-single-row:last-of-type {
	border-bottom: unset;
	margin-bottom: unset;
}

section#single-blog .recent-content-single-row a {
	font-family: var(--default-font);
	color: #404040;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	text-align: justify;
	margin: 0 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 255px;
	text-decoration: none;
}

section#single-blog .recent-content-single-row:last-of-type p {
	margin-bottom: unset;
}

section#single-blog .tags-container {
	border-bottom: none;
	border-radius: 22.5px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	background-color: white;
	padding: 10px 15px 10px 25px;
}

section#single-blog .tags-container h6 {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 8px;
	margin-right: 20px;
	border-bottom: 2px ;
}

section#single-blog .tag-tabs {
	margin-right: 15px;
	margin-top: 20px;
}

section#single-blog .tag-link {
	border: none;
	border-radius: 30px;
	background-color: #e7f3f9;
	color: #448fbb;
	text-decoration: none;
	padding: 4px 12px;
	/*cursor: pointer;*/
}

section#single-blog .tag-item {
	margin-left: 10px;
	margin-bottom: 18px;
}

html[dir='rtl'] .related-blogs-container {
	margin-right: 1rem;
}

html[dir='ltr'] .related-blogs-container {
	margin-left: 1rem;
}

html[dir='rtl'] .main-container {
	margin-left: 1rem;
}

html[dir='ltr'] .main-container {
	margin-right: 1rem;
}

@media only screen and (max-width: 1150px) {
	.related-blogs-container {
		display: none !important;
	}
	.main-container {
		margin-left: 0 !important	;
	}
}
