.event-titles {
    letter-spacing: 1px;
    font-family: "Inter-Black", "NotoSerifKhmer-Black", sans-serif !important;
    color: rgb(21, 2, 104);
    line-height: 45px;
}

.content-detail-info {
    color: #253c95 !important;
    font-size: 12px;
}

.content-thumbnail {
    /*border: 1px solid transparent;*/
    border: none;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    transition: transform .2s;
}

.content-thumbnail:hover {
    -webkit-transform: scale(0.99); /* Safari 3-8 */
    transform: scale(0.99);
}

.news-section {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}

.editor-content img {
    width: 100%;
}

.editor-content {
    padding: 15px;
}

.content-tags {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.content-tags::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.content-tags {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media screen and (max-width: 768px) {
    .content-tags {
        overflow-x: scroll;
        display: flex;
        white-space: nowrap;
        margin-left: 5px;
        margin-right: 21px;
    }
}