.dot_notification {
    color: #c00;
    padding-left: 1em;
    position: absolute
}

.dot_notification:after, .dot_notification:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: .75em;
    left: 0;
    position: absolute;
    top: .25em;
    width: .75em
}

.dot_notification:before {
    animation: ping 1.7s ease 3;
    opacity: .25
}

@keyframes ping {
    0% {
        opacity: .5;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(2)
    }
}

.nd-content-body {
    position: relative
}

.nd-content-body .content-art-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px
}

.nd-content-body .content-art-info .content-publish {
    flex-grow: 1;
    margin-bottom: 15px
}

.nd-content-body .content-art-info .author {
    color: #000;
    font-family: var(--font-source-serif-pro);
    font-size: 19px;
    font-weight: 600;
    line-height: 23px
}

.nd-content-body .content-art-info .content-date {
    color: #777;
    font-family: var(--font-source-sans-pro);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px
}

.social-share-ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.social-share-element {
    background-color: transparent;
    border: 1px solid #888;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    height: 35px;
    place-items: center;
    position: relative;
    vertical-align: middle;
    width: 35px
}

.social-share-element.comments {
    background-color: #888;
    border-radius: 20px;
    color: #fff;
    max-width: 70px;
    padding: 0 10px;
    width: auto
}

.social-share-element.comments button {
    align-items: center;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: flex;
    justify-content: center;
    margin: 0;
    max-width: 70px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-shadow: none
}

.social-share-element.comments inc {
    width: auto !important
}

.social-share-element.comments svg {
    display: block
}

.social-share-element.comments .dot_notification {
    color: #c00;
    display: none;
    padding-left: 1em;
    position: absolute;
    right: 0;
    top: -9px
}

.social-share-element.comments .dot_notification:after, .social-share-element.comments .dot_notification:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: .75em;
    left: 0;
    position: absolute;
    top: .25em;
    width: .75em
}

.social-share-element.comments .dot_notification:before {
    animation: ping 1.7s ease 4;
    opacity: .25
}

.social-share-element.comments .comment_Count_Logora {
    font-size: 16px;
    margin-left: 6px
}

.social-share-element:not(:first-child) {
    margin-left: 15px
}

.social-share-element svg {
    fill: #888;
    margin: 0 auto
}

.nd-content-body.wa {
    display: none
}

@media (min-width: 968px) {
    .nd-content-body.wa {
        display: block
    }

    .nd-content-body .content-art-info {
        flex-direction: row
    }
}

.nd-content-body .google-news-follow {
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center
}

.nd-content-body .google-news-follow > a {
    align-items: center;
    color: #666;
    display: inline-flex;
    flex-direction: row-reverse;
    font-family: var(--font-source-sans-pro);
    font-size: 12px;
    font-weight: 400;
    gap: 5px;
    justify-content: center;
    line-height: 12px
}

#content-body {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36
}

#content-body > p {
    margin: 0 0 34px
}

#content-body > p:empty {
    display: none;
    margin-bottom: 0;
    padding-top: 0
}

#content-body > blockquote a, #content-body > p a {
    color: #4f81bd;
    font-family: var(--font-source-serif-pro);
    font-weight: 600
}

#content-body > h2, #content-body > h3, #content-body > h4 {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 10px;
    margin-top: 20px
}

#content-body > h2 {
    font-size: 30px
}

#content-body > h3 {
    font-size: 26px
}

#content-body > h4 {
    font-size: 24px
}

#content-body b, #content-body strong {
    font-family: var(--font-source-serif-pro);
    font-weight: 600
}

#content-body u {
    text-decoration: underline
}

#content-body .fb-post, #content-body .fb-video, #content-body .twitter-tweet {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

#content-body .instagram-media {
    min-width: 300px !important
}

#content-body ::-moz-selection {
    background-color: #fcee21
}

#content-body ::selection {
    background-color: #fcee21
}

@media (max-width: 968px) {
    #content-body > h2 {
        font-size: 24px
    }

    #content-body > h3 {
        font-size: 22px
    }

    #content-body > h4 {
        font-size: 20px
    }
}

camus-script {
    font-size: 0;
    line-height: 0
}