/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

.scroll-pagination {
    display: none;
}

/* General styling for articles */
.article {
    margin-bottom: 20px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.title-sz-2 i {
    display: inline-block;
    margin-left: 5px;
}

.title-sz-2 a {
    text-decoration: none !important;
    color: black !important;
    font-size: 18px;
}

.ico-arrow-right-danger {
    background-image: url('/wp-content/plugins/ali-post-editor/public/css/ico-arrow-right-danger.svg');
    width: 7px;
    height: 13px;
}

.article h3 {
    font-size: 16px !important;
    padding: 2px;
    margin-left: 6px;
    margin-bottom: 0px !important;
}

.article a {
    text-decoration: none !important;
}

/* Style for thumbnail */
.article .thumbnail-wrap {
    margin-bottom: 10px;
    margin-top: 6px;
    padding-right: 10px;
}

/* Style for thumbnail image */
.thumbnail-link img {
    max-width: 100%;
    height: auto;
}

/* Style for entry title */
.entry-title {
    margin: 0;
}

.entry-content h2 {
    background-color: aliceblue;
}

.article {
    border-top: solid #5caf9e 1px;
    clear: both;
}

.article:nth-of-type(1)
{
    border-top: none !important;
}

/* Media query for desktop (min-width: 768px) */
@media screen and (min-width: 768px) {
    .article .thumbnail-wrap {
        width: 30%;
        float: left;
    }
    /* Two-column layout on desktop */
    .article-feed {
        justify-content: space-between;
    }

    .article .thumbnail-link img {
        border-radius: 5px;
        max-height: 200px;
    }

}

/* Media query for mobile (max-width: 767px) */
@media screen and (max-width: 767px) {

    .article .thumbnail-wrap {
        width: 45%;
        float: left;
    }

    .article .thumbnail-link img {
        border-radius: 5px;
        max-height: 150px;
    }
    /* Display thumbnail and title on a single line */
    .article .thumbnail-wrap,
    .article .entry-title {
        order: -1;
    }
}

.thumbnail-post .wp-post-image {
    max-height: 200px;
    width: unset !important;

}


.thumbnail-post {
    text-align: center;
}
