.single-post .article-content__top-text {
    font-size: 14px;
    line-height: 135%;
    color: #80918F;
    margin-bottom: 20px;
}

.single-post .article-content__top-text p {
    margin: 0;
}

.single-post .article-content__top-text a {
    color: #80918F;
    font-weight: 700;
    text-decoration: underline;
}

.single-post .article-content__top-text a:hover {
    text-decoration: none;
}

/* ------ */

.single-post .article-content__no-ai-used-text,
.single-post .article-content__ai-used-text {
    background: rgba(179, 189, 188, 0.10);
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 135%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 7px;
}

.single-post .article-content__no-ai-used-text p,
.single-post .article-content__ai-used-text p {
    margin: 0;
}

.single-post .article-content__no-ai-used-text a,
.single-post .article-content__ai-used-text a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

.single-post .article-content__no-ai-used-text a:hover,
.single-post .article-content__ai-used-text a:hover {
    text-decoration: none;
}

.single-post .article-content__no-ai-used-text em,
.single-post .article-content__ai-used-text em {
    font-weight: 700;
    font-style: normal;
    margin-right: 5px;
}

.single-post .article-content__no-ai-used-text em {
    color: #0D9A88;
}

.single-post .article-content__ai-used-text em {
    color: #FF9811;
}

.single-post .article-content__no-ai-used-text svg,
.single-post .article-content__ai-used-text svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-right: 8px;
}

/* ------ */

.single-post .experts-quoted-block {
    border-top: 1px solid #B3BDBC;
    padding-top: 10px;
}

.single-post .experts-quoted-block .title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 155%;
    color: #0D9A88;
    margin-bottom: 8px;
}

.single-post .experts-quoted-block .title svg {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.single-post .experts-quoted-block .text {
    font-size: 16px;
    line-height: 150%;
    color: #0B1014;
    margin-bottom: 8px;
}

.single-post .experts-quoted-block .experts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.single-post .experts-quoted-block .experts .expert {
    width: 33.33%;
    padding: 0 4px 8px;
}

.single-post .experts-quoted-block .experts .expert .expert-border {
    border-radius: 12px;
    border: 1px solid #ECE5DF;
    padding: 12px;
}

.single-post .experts-quoted-block .experts .expert .top-holder {
    display: flex;
    align-items: flex-start;
    min-height: 53px;
}

.single-post .experts-quoted-block .experts .expert .top-holder .image {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.single-post .experts-quoted-block .experts .expert .top-holder .image img,
.single-post .experts-quoted-block .experts .expert .top-holder .image svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.single-post .experts-quoted-block .experts .expert .top-holder .right-holder .name {
    font-size: 17px;
    font-weight: 700;
    line-height: 155%;
    color: #01231F;
}

.single-post .experts-quoted-block .experts .expert .top-holder .right-holder .socials {
    display: flex;
    margin-left: -5px;
}

.single-post .experts-quoted-block .experts .expert .top-holder .right-holder .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    transition: transform 0.15s;
}

.single-post .experts-quoted-block .experts .expert .top-holder .right-holder .socials a:hover {
    transform: scale(1.1);
}

.single-post .experts-quoted-block .experts .expert .top-holder .right-holder .socials a svg {
    display: block;
    max-width: 18px;
    height: auto;
}

.single-post .experts-quoted-block .experts .expert .description {
    font-size: 14px;
    line-height: 135%;
    opacity: 0.7;
    color: #4D6562;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .single-post .experts-quoted-block .experts .expert {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .single-post .experts-quoted-block .experts .expert {
        width: 100%;
        padding-bottom: 15px;
    }
}