


.author {
    display: flex;
    width: 100%;
    margin: 10px auto 10px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

    .author .author-data a {
        display: flex;
        color: #000;
        gap: 10px;
        align-items: flex-start;
    }

        .author .author-data a .name {
            color: #0a72a9;
            font-size: 12px;
            text-align: left;
            text-wrap: nowrap;
        }

        .author .author-data a .author-name {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

.author-data {
    width: 50%;
    display: flex;
    justify-content: end;
}

.author .published-date {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 55px);
}

    .author .published-date span {
        font-size: 12px;
        color: #0a72a9;
    }

        .author .published-date span.day {
            font-size: unset;
            color: #000;
        }

.author .author-data a img.author-image {
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgb(150 150 150 / 30%);
    position: relative;
    z-index: 2;
    height: 50px;
    width: 50px;
}

.author .published-date .modified,
.author .published-date .modified * {
    font-size: 9px;
    margin-top: 3px;
}

article .article-body {
    margin: 10px 0;
    padding: 10px;
    font-size: var(--size);
}

    article .article-body .article-content {
        line-height: 30px;
        font-size: 16px;
        word-spacing: 3px;
    }

        article .article-body .article-content p, article .article-body .article-content h2 {
            margin-bottom: 15px;
        }

        article .article-body .article-content a {
            color: #0a72a9;
            background: #f1f4f6;
            border-bottom: 1px solid #0a72a9;
            padding: 3px var(--gap);
        }

        article .article-body .article-content iframe {
            width:100%;
        }


article .article-image-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    article .article-image-box .article-image-top {
        display: none;
    }

    article .article-image-box .article-image-bottom {
        display: none;
    }

    article .article-image-box.sponsored {
        border-radius: var(--gap);
        margin-bottom: var(--size);
    }

        article .article-image-box.sponsored .article-image img {
            border-radius: var(--gap);
            width: 100%;
        }

article .responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover; 
}

        article .article-image-box.sponsored .article-image-top {
            display: flex;
            align-content: end;
            flex-wrap: wrap;
            justify-content: center;
            max-height: 45px;
        }

        article .article-image-box.sponsored .article-image-bottom {
            display: flex;
            align-content: start;
            flex-wrap: wrap;
            justify-content: center;
            max-height: 45px;
        }

            article .article-image-box.sponsored .article-image-bottom iframe,
            article .article-image-box.sponsored .article-image-top iframe {
                height: 100%;
                width: 100%;
            }



.readMore {
    /*max-width: min(300px, 100%);*/
/*    float: left;
*/    position: relative;
    padding: 45px 10px 30px;
/*    margin: 0 15px 15px 0;
*/    border-radius: var(--gap);
    overflow: hidden;
    background: #f1f4f6;
}

    .readMore::after {
        content: "اقرأ ايضا";
        font-size: 14px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding: 10px 0;
        background: #e6ecef;
        color: #385167;
    }

    .readMore ul {
        display: flex;
        flex-direction: column;
        gap: 3px;
        padding-right: 20px;
    }

        .readMore ul li {
            list-style: square;
            color: #e88301;
            padding: 2px 0;
        }

            .readMore ul li a {
                color: #fff;
                color: #0a72b0;
                font-size: 14px;
            }

                .readMore ul li a:hover {
                    color: #385e6d;
                }




.atags {
    padding-top: 30px;
}

    .atags ul {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        flex-grow: 1;
    }

    .atags li {
        border: 1px solid #0a72a9;
        border-radius: 4px;
        width: auto;
        /*    flex-grow: 1;*/
        overflow: hidden;
        text-align: center;
    }

        .atags li a {
            color: #0a72a9;
            background: #f1f4f6;
            padding: 3px 10px var(--gap);
            display: block;
        }

        .atags li:hover a {
            background: #0a72a9;
            color: #fff;
        }



.social-card {
    min-height: auto;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .social-card .social-share {
        display: flex;
        align-items: baseline;
        margin: 0;
        gap: 5px;
        justify-content: center;
    }
        .social-card .social-share .sbtn {
            border-radius: 25px;
            margin: 0 !important;
            background-size: cover;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px
        }
            .social-card .social-share .sbtn i {
                width: 30px;
                height: 30px;
                font-size: 15px;
                text-align: center;
                line-height: 30px;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: var(--fa-display, inline-block);
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                text-rendering: auto;
            }

        .social-card .social-share .bg-facebook {
            background-image: url( "/assets2/images/social-media-icons/fb-30x30.webp");
            background-color: #3b5998 !important;
            color: #fff;
        }
        .social-card .social-share .bg-x-twitter {
            background-image: url( "/assets2/images/social-media-icons/x.png");
        }
        .social-card .social-share .bg-whatsapp {
            background-image: url( "/assets2/images/social-media-icons/wa.png");
        }
        .social-card .social-share .bg-telegram {
            background-image: url( "/assets2/images/social-media-icons/telegram.webp");
        }
        .social-card .social-share .bg-blue-dark {
            background-image: url( "/assets2/images/social-media-icons/mail-30x30.webp");
        }

#taboola-sponsored-below-article, #taboola-alternating-below-article {
    background-color: #fff;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: var(--gap);
}


@media screen and (min-width: 723px) {

    article .article-image-box.sponsored .article-image-top,
    article .article-image-box.sponsored .article-image-bottom {
        max-height: 95px;
    }
}