.mean-container .mean-bar .logo-small {
    width: 70px !important;
}

.pagination .current {
    background-color: #41b278 !important;
}
.schema-faq.wp-block-yoast-faq-block {
    margin-top: 20px;
}
/* excerpt content accordion */

.entry-content.single-blog-content-holder .accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .5);
    width: 100%;
    margin: 0 auto 25px !important;
}
.entry-content.single-blog-content-holder .accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.entry-content.single-blog-content-holder .accordion-wrapper .accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.entry-content.single-blog-content-holder .accordion:last-child {
    margin-bottom: 0;
}
.entry-content.single-blog-content-holder .accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #dcbf83;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    align-items: center;
    padding-left: 35px;
    transition: all .3s;
    margin: 0 !important;
}

.entry-content.single-blog-content-holder .accordion-label::after {
    content: '';
    width: 26px;
    height: 26px;
    background: url(https://smileclinicc.com/wp-content/themes/medilink-child/assets/images/newArrow-white.svg);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-content.single-blog-content-holder .accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.entry-content.single-blog-content-holder .accordion-content p {
    margin: 0 !important;
    color: rgba(4,57,94,.7) !important;
    font-size: 18px !important;
}
.entry-content.single-blog-content-holder input:checked + .accordion-label {
    background: #dcbf83;
}
.entry-content.single-blog-content-holder input:checked + .accordion-label::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.entry-content.single-blog-content-holder input:checked ~ .accordion-content {
    max-height: 430px !important;
    padding: 16px !important;
    overflow-y: auto !important;
}

.entry-content.single-blog-content-holder article .entry-content .accordion-wrapper h2 ,article .entry-content .accordion-wrapper h3 ,article .entry-content .accordion-wrapper h4,article .entry-content .accordion-wrapper h5 ,article .entry-content .accordion-wrapper h6 {
    margin: 0 !important;
    float: unset !important;
}

.schema-faq-section {
    background: #f3f7fa;
    border-radius: 14px
}

.schema-faq-question {
    cursor: pointer;
    font-size: 14px;
    line-height: 30.8px;
    font-weight: 400;
    background: #f3f7fa;
    color: #303030;
    border-radius: 12px;
    padding: 16px 16px 16px 50px;
    margin-top: 8px;
    width: 100%;
    display: block;
    position: relative
}

.schema-faq-question.open {
    font-weight: bold!important
}

.schema-faq-answer {
    display: none;
    font-size: 14px!important;
    line-height: 30.80px!important;
    font-weight: 400!important;
    background: #f3f7fa!important;
    color: #303030!important;
    border-radius: 0 0 12px 12px!important;
    padding: 0 16px 16px 16px!important
}