.img-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 80%;
    padding: 10px;
}

.img-icon {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: white;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.tag {
    width: fit-content;
    padding: 5px;
    background: #6c757d;
    border-radius: 32px;
    text-align: center;
}

.px-16 {
    padding: 16px 0;
}

.related-articles img {
    width: 100%;
    height: 163px;
    object-fit: cover;
}

.related-articles p {
    padding-top: 16px;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
}

.content-photo img {
    max-width: 100%;
}

.media-video {
    border-radius: 12px;
}

.img-media-podcast {
    border-radius: 12px;
    object-fit: cover;
}

.header-longform {
    background: linear-gradient(90deg, #0C5FD8 0%, #2CA9E0 100%);
    background-color: #1388d1;
    height: 65px;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
}

.img-icon-longform {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    /* .header-longform {
        display: flex !important;
    } */
}

#btn-read-many:hover {
    cursor: pointer;
}

#btn-news:hover {
    cursor: pointer;
}

/* Vinh add css
.longform_content {
    margin-top: 70px;
} */

/* @media only screen and (max-width: 768px) {
    .header-longform {
        height: 120px;
    }
    .longform_content {
        margin-top: 120px;
    }
} */
