/* newa final page */
.news-final-page {
    background: #F4F4F4;
}

.news-final-footer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}

.news-body-content {
    box-shadow: 0px -2px 30px 0px #0000000F;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.news-body-content img {
    border-radius: 10px;
}

.author-name-news {
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 20px;
    letter-spacing: -2%;
}

.news-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.news-social {
    display: flex;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: -webkit-fit-content;
    height: fit-content;
    z-index: 5;
    margin-right: 18px;
}

.news-social a {
    color: var(--green);
    border: 0.6px solid #0D5A36;
    margin-bottom: 6px;
}

.news-social a:hover {
    color: #fff;
    border: 0.6px solid #0D5A36;
    background: var(--green);
}

/* SME's sinal page  */

.sme-final-page-content {
    background: #fff;
    border-radius: 10px;
}

.sme-final-page-bottom-content {
    padding: 30px;
}

.sme-img img {
    border-radius: 10px 10px 0 0;
}

/* corporate  multiple page */
.corporate-final-page {
    background: #F4F4F4;
}

/* podcast multiple page  */
.podcats-multiple-page {
    background: #F4F4F4;
}

.podcats-multiple-page .section-label__text {
    color: var(--green);
}

/* clinic multiplr page  */
.clinic-multiple-page .clinic-card-media {
    width: 250%;
}

.clinic-multiple-page {
    padding: 70px 0;
}

.clinic-multiple-page .clinic-card {
    height: 100%;
}

@media (max-width: 992px) {
    .sme-multiple-page .tag {
        display: none;
    }

    .sme-story-card__content {
        padding: 0;
    }
}

.notfound-content-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notfound-content-body .btn {
    margin-top: 40px;
}

.notfound-content-body .page-content {
    margin-top: 12px;
}

.not-found {
    background: #F4F4F4;
}