/*
Theme Name: Mercury Child Theme
Theme URI:  https://mercurytheme.com/
Author:     Dev
Author URI: https://mercurytheme.com/
Template:   mercury
Version:    1.0
License:    GNU General Public License v2 or later
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
h2 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;		
	color:#000000
}

.space-header-height .space-header-search {
	display: none;
}

.space-mobile-menu-icon {
	background-color: #F5F9FC;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 9px 12px;
	width: 40px;
	height: 34px;
}

.space-mobile-menu-icon div:nth-child(1),
.space-mobile-menu-icon div:nth-child(2),
.space-mobile-menu-icon div:nth-child(3) {
	background-color: #00AE99;
	border-radius: 0;
	width: 16px;
	height: 1.6px;
}

.space-mobile-menu-icon div:not(:last-child) {
	margin-bottom: 3.2px;
}

.space-mobile-menu-icon div:nth-child(2) {
	width: 8px;
}

}
@media screen and (max-width: 768px) {
    #ays-quiz-container-8 {
        width: 100%;
    }
}
.space-title-box-h1{
	margin:0 150px;
}
.space-content-section.no-sidebar {
    max-width: 760px;
}
div#ez-toc-container {
    border-width: 3px;
	border-radius: 8px;
	border-bottom: none;
	border-right: none;
	padding: 24px 32px;
	position: relative;
	overflow: hidden;
}
div#ez-toc-container:before {
	    content: '';
    box-shadow: 0px -6px 20px 2px #05A7B4;
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
}
#ez-toc-container nav{
	padding-left: 40px;
}
#ez-toc-container nav>ul{
	margin-top: 24px;
}
#ez-toc-container nav>ul>li:not(:last-child){
	border-bottom: 1px solid #5696AB52;
	margin-bottom: 10px;
	
}
#ez-toc-container a:before{
	content: '';
}
#ez-toc-container a:hover{
	font-weight: 700;
}
ul.wp-block-list li::marker{
	color: #05A7B4;
	font-size: 28px;
}
.space-page-content-meta-ins{
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
}
.space-page-content-meta-author{
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #05A7B4;
	background-color: #05A7B4;
	color: #ffffff;
	width: max-content;
	padding: 8px 10px;
	font-size: 14px;
	color: #ffffff;		
	line-height: 100%;
}
.space-page-content-meta-author a{
	color: #ffffff;
	text-decoration: none;
}
.space-page-content-meta-data{
	width: max-content;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #1e1e1e;
	border-radius: 8px;
	background-color: transparent;
	color: #1e1e1e;
	width: max-content;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 100%;
}
.space-page-content-meta-data span {
    margin-right: 0;
}
/* .wp-block-image{
	border-style: solid;
	border-width: 3px;
	border-radius: 8px;
	border-bottom: none;
	border-right: none;	
	border-color: #05A7B4;
} */
.saboxplugin-wrap .saboxplugin-desc {
    float:right;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
    aspect-ratio: 1;
    object-fit: cover;
}
.saboxplugin-wrap {
    border-radius: 14px;
}
.saboxplugin-wrap .saboxplugin-gravatar {
    padding-bottom: 0!important;
}
