& * {
    font-family: var(--content__font);
}

h1 {
    font-size: 2rem;
    font-style: italic;
}

& h2 {
    margin: 1.2rem 0;
    color: var(--h2);
}

& h3 {
    color: var(--h3);
}

& h4 {
    color: var(--h4);
}

& h5 {
    color: var(--h5);
}

& ol,
& ul {
    padding-left: 3rem;

    & li {
        margin: 10px 0;
    }
}

& p {
    margin: 20px 0;
}

article {
    max-width: var(--premary_width);
    margin: 1rem auto;
    border-top: 1px solid #0000002e;
    padding-top: 3rem;

    & .ros__featured_image {
        height: 30rem;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 1rem;
        position: relative;

        & .ros__top_info {
            position: absolute;
            background: linear-gradient(to top, black, transparent);
            top: 0;
            width: 100%;
            height: inherit;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 2rem 0 1rem 2rem;

            &.center_info {
                background: linear-gradient(to top, #2c5741, #ff000054) !important;
                justify-content: center;
                align-items: center;
                padding: 0px !important;
            }

            & * {
                color: #fff !important;
            }

            & ul {
                padding: 0 !important;
            }

            .ros__1 {
                display: flex;
                align-items: center;
                gap: 8px;

                & span,
                a {
                    font-size: 14px;
                    color: #ffffff8f !important;
                }

                & ul {
                    display: flex;
                    gap: 5px;
                }
            }

            & .ros__title {
                margin: 15px 0 20px;
            }

            & .author {
                display: flex;
                align-items: center;
                gap: 7px;
                font-size: 13px;

                & img {
                    border-radius: 100%;
                    overflow: hidden;
                    width: 33px;
                    border: 1px solid;
                    padding: 3px;
                }
            }
        }
    }

    & .Ros__Continer {
        display: flex;
        gap: 25px;

        /*  */
        & .left {
            width: 70%;
            overflow: hidden;
        }

        /*  */
        & aside {
            width: 30%;
            position: sticky;
            top: 20px;
        }
    }



    /*  */




    /* .sharing {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 1rem 0;

        & ul {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    } */


}