/* Prevent CLS: contain layout so DOM rearrangement doesn't shift content */
.share-article-embedv2-section {
    contain: layout;
}

.share-article-embedv2-section>div.section.fragment-container {
    margin: 0;
}

.share-article-embedv2-section .share-article-wrapper .share-article {
    border: 1px solid #1111111f;
    padding: 16px 20px;
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 170px;
}

.share-article-embedv2-section .share-article-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 35px 20px;
    flex-direction: column;
    margin-top: 0 !important;
    border-radius: 12px;
    /* position: sticky;
    top: 0; */
}

.share-article-embedv2-section .share-the-articles {
    max-width: 60%;
}

.share-article-embedv2-section .share-article-container .share-article-heading h3 {
    margin: 0;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .rb-heading {
    margin-bottom: 20px;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-title p,
.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-title a {
    font-size: 16px;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-text {
    padding: 15px;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-date,
.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-category {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.6);
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card-image img {
    width: 100%;
}

.share-the-articles .embedv2-wrapper {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.share-the-articles .embedv2-wrapper .embedv2 {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.share-article-heading p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

.share-article-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;

}

.share-article-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.share-article-btn {
    /* width: 56px;
  height: 56px; */
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.share-article-btn img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.share-article-label {
    font-size: 12px;
    color: #333;
}


.share-article-embedv2-section .share-article-wrapper .related-blogs .blog-carousel .blog-carousel-card {
    min-height: 100px;
}

@media (max-width: 767px) {

    .share-article-embedv2-section {
        flex-direction: column;
    }

    .share-article-embedv2-section .share-the-articles {
        max-width: 100%;
    }

    .share-article-wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }

    .share-article-heading {
        flex-basis: 100%;
    }

    .share-article-embedv2-section .share-article-wrapper {
        padding: 0 0 40px;
    }

    .share-article-embedv2-section .share-article-wrapper .share-article {
        border: none;
        border-top: 1px solid #1111111f;
    }

    .share-article-embedv2-section .share-article-container .share-article-heading h3 {
        font-size: 16px;
        justify-content: center;
        display: flex;
    }
}