/*
Theme Name: MS & Associates - Minimal
Author: Rajiv
Version: 1.0
Description: Custom theme for audit-dushanbe.life
*/
.istable {
	overflow-x: auto;
	font-size: .7rem;
	margin-bottom: 20px;
}
.istable .table th {
	padding: 15px 10px;
    line-height: 1.5em;
	background-color: #e8f2fd;
	font-weight: bold;
	color: #292DD1;
}
.istable .table td {
	padding: 10px 10px !important;
}

.blog .post-content hr {
	margin: 2em 0 !important;
}
.blog .post-content h2 {
	font-size: 26px;
	margin-top: 50px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.blog .post-content h3 {
	font-size: 22px;
	color: var(--bs-primary);
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}
.blog .post-content h4 {
	font-size: 20px;
	color: #34b969;
}
.blog .post-content ol li {
	padding-bottom:8px;
}
.blog .post-content blockquote {
    border-left: 5px solid var(--bs-primary);
    padding: 1rem 0.75rem;
	margin: 1.5rem 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
	background-color: #eeeefd;
}
.blog .post-content blockquote > p:last-of-type {
  margin-bottom: 0;
}
.author-box {
    border-top: 1px solid #eee;
    padding: 20px 15px 5px 15px;
	background-color:#E8F8ED;
														
}
.author-avatar img {
    border-radius: 50%;
	border: 2px solid #fff;
	padding: 2px;
    background-color: #fff;
}
.author-name {
    font-weight: 700;
	color: #1928CF;
	font-size: 16px;
}
.author-name a {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #fff;
}
.post-author-meta .author-name {
	font-size: 14px;
	line-height: 1.4em;
}
.author-bio {
    font-size: 13px;
    line-height: 1.5em;
	color:#4B4848;
}
.author-linkedin i {
	font-size: 24px;
}
@media (max-width: 575.98px) { 
	.blog .post-content h2 {
		font-size: 22px;
	}
	.blog .post-content h3 {
		font-size: 20px;
	}
	.blog .post-content h4 {
		font-size: 18px;
	}
	.blog .card-body {
		padding: 20px 15px;
	}

    .author-avatar img {
        width: 64px;
        height: 64px;
    }
}