#share {
    padding-left: 30px;
    margin-top: 15px;
}

@media screen and (max-width: 756px) {
    #header {
        padding: 10px 0px;
    }

    #share {
        padding-left: 0px;
    }
}

@media screen and (max-width: 756px) {
    #header {
        padding: 10px 0px;
    }
}   

.share__post__item {
    margin-bottom: 23px;
}

.share__post__item a > img.post_thumb {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.div__share__author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.share__date__and__category {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
}

.share__date__and__category:hover {
    cursor: grabbing;
}

.share__date__and__category span{
    font-size: 14px;
    color: #b2bec3;
}


.share__post__item h2.share__title {
    line-height: 24px;
}

.share__post__item h2.share__title > a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color:rgb(17, 24, 39);
}

.share__author__and__action {
    display: flex;
    justify-content: space-between; 
    margin-top: 20px;
}

.div__share__author {
    display: flex;
    justify-content: space-between;
}

.div__share__author span {
    margin-left: 15px;
    margin-top: 8px;
    color:rgb(17, 24, 39);
    font-weight: 500;

}

.share__author__and__action:hover {
    cursor: grabbing;
}

.share__author__and__action a {
    text-decoration: none;
    color:rgb(17, 24, 39);
    font-weight: 700;
    margin-top: 7px;

}

.share__author__and__action a > img {
    transform: rotate(269deg);
}

.learn_more {
    margin: 30px 0;
}

#load-more-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Khoảng cách giữa spinner và text */
    padding: 10px 20px;
    font-size: 16px;
}

.loader_learn {
    width: 24px;
    height: 24px;
    border: 5px dotted #FFF;
    border-radius: 50%;
    display: none;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    padding-right: 10px;
    margin: -7px 13px;
}


#spinner {
    position: relative;
    margin-right: 5px; /* Tạo khoảng cách với text */
}


.container {
    z-index: 1;
}