.single-container {
	max-width: 1200px !important;
}
.single-blog-cat.card-blog-cat {
	background: var(--color-accent3);
	color: var(--color-accent2) !important;
	border: 1px solid var(--color-accent2);
}
.post-dates {
	font-size: 12px;
	font-weight: 325;
	color: var(--color-gray);
}
.post-dates b {
	color: var(--color-text);
	font-size: 12px;
	font-weight: 325;
}
.afra-single-author-box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.user-image {
	width: 56px;
	height: 56px;
	background-size: cover;
	background-position: top;
	position: relative;
}
.user-text {
	font-size: 10px;
	font-weight: 150 !important;
	line-height: 100% !important;
	margin: 0;
	color: var(--color-gray);
}
.user-name {
	font-size: 12px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-gray);
}
.user-name a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
.view-bio {
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-secondary);
}
.afra-why-trust {
	background: var(--color-accent1);
	border: 1px solid var(--color-tertiary);
}
.afra-why-content p {
	font-size: 16px;
	font-weight: 325;
	line-height: 32px;
}
.afra-post-thumbnail img {
	display: block;
}
.share-icon button {
    width: 40px !important;
    height: 40px !important;
    min-width: auto !important;
    border-color: var(--color-accent2) !important;
    padding: 0 !important;
}
.view-comments{
   	border-color: var(--color-accent2) !important; 
}
.share-icon button::after , .view-comments button::after {
	background: var(--color-accent3) !important;
}

.toc-container {
    direction: rtl;
    font-family: sans-serif;
    border-radius: 8px;
    margin: 30px 0;
    background: #fff;
}

.toc-title {
    font-weight: 725;
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 25px;
    line-height: 100%;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list button {
    background: none;
    border: none;
    color: var(--color-secondary);
    font-weight: 325;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    transition: color 0.3s;
    line-height: 100%;
}

.toc-list button:hover {
    color: #007bff;
}

.toc-list .sub-link {
    font-size: 12px;
    display: inline-block;
    color: var(--color-secondary);
    font-weight: 325;
    line-height: 100%;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: var(--color-tertiary);
    display: inline-block;
    margin-left: 6px;
}

.question-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 8px;
}

.question-item h3 {
    margin: 0 !important;
    line-height: 100%;
    font-size: 20px;
    font-weight: 600;
}

.question-item p {
    font-size: 16px;
    font-weight: 325;
    line-height: 36px;
}
.tag-item {
    background: #fff;
}

.tag-item-text {
    text-align: center;
}
.tag-item-text {
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    padding: 12px;
}
.social-link {
    width: 48px !important;
    height: 48px !important;
    min-width: auto !important;
    border: 1px solid var(--color-tertiary) !important;
    background: var(--color-tertiary) !important;
    padding: 0 !important;
}
.social-link::after {
    background: var(--color-tertiary) !important;
}

.user-block-content {
    background: var(--color-whit-bg);
}
.prev-post a,
.next-post a {
    background: #fff;
}
.post-navigation>div {
    width: 50%;
}
.post-nav-img img {
    display: block;
}
.post-nav-detailes span {
    font-weight: 325;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-gray);
}
.share-box h4 {
    margin: 0;
}
.section-space.space-has-before::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color-divider);
    position: absolute;
    top: 50%;
}
/* comments */
#commentform {
	background: #fff;
	position: relative;
	padding: 15px;
}
#commentform input, #commentform textarea {
	border: 1px solid var(--color-gray);
	width: 100%;
	opacity: 0.2;
	margin-top: 8px;
}
#commentform label {
	font-weight: 325;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: var(--color-text);
}
#commentform .form-submit {
	display: none;
}
.comment-notes {
	display: none;
}
.comment-form-footer .link-box {
	width: 100% !important;
}
.comment-form-footer .box-inner::after {
	background: var(--color-accent3) !important;
}
.comment-form-footer .box-inner {
    color: var(--color-secondary) !important;
    font-weight: 450 !important;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
#commentform .logged-in-as {
    display: none;
}