/*
Theme Name: Alotin Desktop
Theme URI: https://wpsites.net/wordpress-themes/free-child-theme-for-twenty-twenty-four/
Author: Brad Dalton WP SITES
Author URI: https://wpsites.net/bradley-james-dalton-wordpress-developer/
Description: A child theme for the Twenty Twenty Four block theme
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: alotin-desktop
Tags: 
*/

body {
    background-color: #fff;
}

.has-base-background-color {
    background-color: #fff !important;
}

/* CSS cho menu sticky */
#sticky-menu {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    /* transition: top 0.3s ease-in-out; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top: 0px !important;
}
#sticky-menu.sticky {
    top: 0;
}
#sticky-menu .wp-block-site-logo {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    width: 65px !important;
}
p#moinhat-sticky {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.sticky-logo {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 200ms cubic-bezier(0.7, 1, 0.7, 1);
    align-items: flex-start;
}
#sticky-menu.sticky .sticky-logo {
    opacity: 1;
    visibility: visible;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#sticky-menu.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sticky-logo:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #e5e5e5;
    top: 18px;
    right: 0;
}
.horizontal-sticky-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 200ms cubic-bezier(0.7, 1, 0.7, 1);
}
#sticky-menu.sticky .horizontal-sticky-menu {
    opacity: 1;
    visibility: visible;
}
.wp-block-site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.line-menu {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.horizontal-menu {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
.horizontal-sticky-menu {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}



/* Thanh Search */

/* Container chính */
.custom-search-container {
    position: relative;
    width: 100%;
    max-width: 320px;
    z-index: 9999;
}

/* Hộp tìm kiếm */
.custom-search-box {
    display: flex;
    align-items: center;
    width: auto;
    border-radius: 4px;
    padding: 5px;
    position: relative;
    transition: width 0.3s ease;
}

/* Ẩn input ban đầu */
.custom-search-input {
    flex: 1;
    padding: 8px 10px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    width: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.2s ease;
}

/* Nút tìm kiếm */
.custom-search-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Khi hộp tìm kiếm active */
.custom-search-box.active {
    background: #EDEDED;
}
.custom-search-box.active .custom-search-input {
    width: 100%;
    opacity: 1;
}

/* Kết quả tìm kiếm */
.custom-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 10px;
    border-radius: 4px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 10000;
}

/* Tùy chỉnh thanh cuộn */
.custom-search-results::-webkit-scrollbar {
    width: 2px;
}
.custom-search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.custom-search-results::-webkit-scrollbar-thumb {
    background: #a3a2a2;
    border-radius: 2px;
}
.custom-search-results::-webkit-scrollbar-thumb:hover {
    background: #a3a2a2;
}

/* Danh sách kết quả */
.custom-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-search-results li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-search-results li:hover {
    background: #f0f0f0;
}

/* Hình ảnh trong kết quả tìm kiếm */
.custom-search-thumbnail {
    width: 90px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
    margin-top: 5px;
}

/* Tiêu đề kết quả */
.custom-search-title {
    width: 70%;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-left: 15px;
}

/* Bố cục hiển thị kết quả */
.custom-search-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

/* Class cho "Xem tất cả kết quả" */
.custom-search-all {
    font-style: italic;
    font-size: 14px;
}




/* Khoảng cách gap */
.section-gap {
    gap: 30px;
}

.body-home-gap {
    gap: 32px;
}

.gap-25 {
    gap: 25px;
}

.gap-20 {
    gap: 20px;
}

.margin-top-5{
    margin-top:3px;
}


.main-title {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    margin: 0;
}

.box-category-title {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 500;
}

.relate-excerpt {
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 400;
}


.right-home-box {
    padding: 25px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.right-video-box{
    padding: 25px;
    border: 0px solid #dfdfdf;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.right-home-box-lam-dep {
    padding: 25px;
    background-color: #fff3eb;
    border-radius: 5px;

}

/* Icon Trang trí tiêu đề 

.category-nhac h2::before {
    content: '';
    position: relative;
    display: inline-block;
    height: 17px;
    width: 25% !important;
    background-image: url(https://alotin.com/wp-content/uploads/2024/03/Celeb-mag-logo-black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0;
}

*/


.box-tieu-diem-trang-chu {
    height: 520px;
    overflow: hidden; /* Ẩn thanh cuộn mặc định */
    scrollbar-gutter: stable both-edges;
}

.box-tieu-diem-trang-chu:hover {
    overflow-y: auto; /* Chỉ hiển thị thanh cuộn khi di chuột vào */
}

.box-tieu-diem-trang-chu::-webkit-scrollbar {
    width: 2px;
}

.box-tieu-diem-trang-chu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.box-tieu-diem-trang-chu::-webkit-scrollbar-thumb:hover {
    background: #555;
}



.title-page {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #222;
}


.article-title {
    font-weight: 600 !important;
    color: rgb(34 34 34 / 1);
}

.tieudiem-1 {
    font-size: 24px !important;
    line-height: 34px !important;
}

.tieudiem-2 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.tieudiem-3 {
    font-size: 15px !important;
    line-height: 20px !important;
}

.tieudiem-4 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
}

.title-post-detail{
    font-size: 36px !important;
    line-height: 50px;
    font-weight: 600;
    color: #222;
}

.title-video-detail{
    font-size: 26px !important;
    line-height: 160%;
    font-weight: 600;
    color: #222;
}

.list-bai {
    font-size: 18px !important;
    line-height: 25px;
}

.line-spread-single {
    color: #dfdfdf !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.line-spread {
    color: #dfdfdf !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.bottom-15 {
    padding-bottom: 15px;
}

.wp-block-post:last-of-type .line-spread {
    display: none;
}

.trich-dan {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.trich-dan a {
    color: #565656 !important;
}

.footer-text {
    font-size: 13px !important;
    font-weight: 300;
}

.footer-logo {
    filter: invert(1);
}

.line-footer {
    border: 2px solid rgb(31, 31, 31);
}

/* HOT trend */

.box-hot-trend {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0 5px 0;
}


.box-trending {
    display: flex;
    align-items: center;
}

.trending {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trending img {
    width: 16px;
    height: 10px;
    display: block;
}

.trending span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(86, 86, 86, 1)
}

.hot-trend-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hot-trend-tags {
    display: flex;
    list-style: none;
    margin-left: -40px !important;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}


.hot-trend-tags::-webkit-scrollbar {
    display: none;
}

.hot-trend-tags li {
    padding: 8px 12px;
    display: inline-block;
    flex-shrink: 0;
}

.hot-trend-tags li a {
    font-family: inherit;
    font-size: 14px;
    color: rgb(231, 19, 26);
    text-decoration: none;
    font-weight: 400;
}

.hot-trend-tags li:hover {
    text-decoration: underline;
}

.box-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.list-tag-prev,
.list-tag-next {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.list-tag-prev:hover,
.list-tag-next:hover {
    background: rgba(231, 19, 26, 0.075);
}

.list-tag-prev svg,
.list-tag-next svg {
    width: 16px;
    height: 16px;
    fill: #000000;
}


/* Slide Box MV */

.post-slider-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

/* Swiper Container */
.swiper {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

/* Swiper Slide */
.swiper-slide {
    width: calc(100% / 1.5); /* Hiển thị 1.5 bài viết */
    flex-shrink: 0;
    margin-right: 20px;
}

/* Bài viết */
.post-item {
    text-align: center;
}

/* Ảnh Thumbnail - Giữ đúng tỷ lệ gốc, không bị cắt chữ */
.post-thumbnail {
    width: 100%;
    aspect-ratio: 16/9; /* Giữ nguyên tỷ lệ */
    object-fit: cover; /* Đảm bảo toàn bộ ảnh hiển thị */
    border-radius: 0px;
}

.video-title-slide {
    text-align: left;
}


/* Nút điều hướng */
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgb(255 255 255 / 50%);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mũi tên bên phải (Next) */
.swiper-button-next::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.1661 8.79777L14.4261 12.0578C14.8111 12.4428 14.8111 13.0728 14.4261 13.4578L11.1661 16.7178" stroke="%23333333" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M11.1661 8.79777L14.4261 12.0578C14.8111 12.4428 14.8111 13.0728 14.4261 13.4578L11.1661 16.7178" stroke="black" stroke-opacity="0.2" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Mũi tên bên trái (Prev) - đã đảo chiều */
.swiper-button-prev::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.4261 8.79777L11.1661 12.0578C10.7811 12.4428 10.7811 13.0728 11.1661 13.4578L14.4261 16.7178" stroke="%23333333" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M14.4261 8.79777L11.1661 12.0578C10.7811 12.4428 10.7811 13.0728 11.1661 13.4578L14.4261 16.7178" stroke="black" stroke-opacity="0.2" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}



.swiper-button-prev { left: 10px; }
.swiper-button-next { right: 10px; }


/* ----------------- */

.danh-muc a {
    color: rgb(231, 19, 26);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
}

.time-post {
    color: #aaa;
    /* text-transform:uppercase; */
    font-weight: 400;
    font-size: 13px !important;
}

/* Nút bấm 
.hot-trend-prev, .hot-trend-next {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.hot-trend-prev { left: -40px; }
.hot-trend-next { right: -40px; }

.hot-trend-prev:hover, .hot-trend-next:hover {
    background: #555;
}
*/

/* Play Video icon */

/* Áp dụng hiệu ứng tổng thể */
.player-container,
.category-music-video {
    font: 400 normal 16px / 16px SFUIText, sans-serif;
    max-height: 100%;
    max-width: 100%;
     /* overflow: hidden; */
    transform: translateX(-50%);
    z-index: 1;
    position: relative;
    top: 0;
    left: 50%;
    min-height: 100%;
    height: 100%;
}

/* Đảm bảo hình ảnh đầy đủ */
.category-music-video figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Đảm bảo link có thể click được */
.category-music-video figure a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Nút play có background và hiệu ứng động */
.category-music-video figure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
    /* Quan trọng: Cho phép click xuyên qua */
    z-index: 3;
}


.category-post-left {
    max-width:35%;
}

.category-post-right {
    max-width:65%;
}

.wp-block-post-template li:first-child .wp-block-columns .wp-block-column.category-post-left {
    flex: 0 0 60%;
    max-width: 60%; 
  }

  .wp-block-post-template li:first-child .wp-block-columns .wp-block-column.category-post-right {
    flex: 1; 
    max-width: 40%; 
  }

  .wp-block-post-template li:first-child .wp-block-column.category-post-right h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .wp-block-post-template li:first-child .wp-block-column.category-post-right .taxonomy-category {
    display: none;
  }



/* Icon play SVG */
.category-music-video figure::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='48' height='48' rx='24' fill='%23000' fill-opacity='0.6' class='play-button-bg'/%3E%3Ccircle cx='28' cy='28' r='25' stroke='%23FFF' stroke-width='3' fill='none' stroke-opacity='0.6'/%3E%3Cpolygon points='22,18 38,28 22,38' fill='%23FFF'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%) scale(1);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
    /* Quan trọng: Cho phép click xuyên qua */
    z-index: 4;
}

/* Hover: đổi màu nền và làm sáng icon play */
.category-music-video figure:hover::before {
    background: #f7424e;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.category-music-video figure:hover::after {
    filter: brightness(1.2);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Hiệu ứng chuyển động khi hover - video-js */
.video-js:hover .vjs-big-play-button {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.video-js:hover .vjs-big-play-button svg rect {
    fill: #f7424e;
    fill-opacity: 1;
    transition: fill 0.3s ease-in-out;
}

/* Hiệu ứng xuất hiện mượt mà */
@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes bubbleOut {
    0% {
        transform: translateY(-50%) scale(0.1);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

/* Hover vào video thì hiển thị nút play */
.video-js:hover .vjs-big-play-button {
    animation: bubbleOut 0.3s ease-in-out;
}

.img-3-2 {
    width: 100%;
    height: 0;
    padding-top: 66.67%; /* 3:2 = 2 / 3 * 100% */
    position: relative;
    overflow: hidden;
}

.img-3-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.wp-block-post-featured-image {
    margin-block-end: unset;
}

figure.wp-block-image.aligncenter {
    display: unset !important;
}



/* Css Ảnh bài viết */

.wp-block-image img {
    max-height: 700px;
    max-width: 686px;
    height: auto;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5; /* Màu xám nhẹ */
    object-fit: contain;
    display: flex;
    margin-top: 20px;
}

.wp-block-image {
    padding: 0; /* Loại bỏ padding không cần thiết */

}

.wp-element-caption {
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
    display: block;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: -webkit-box !important;
}

.wp-block-image a {
    display: unset !important;
}


figure.wp-block-gallery {
    margin-block-end: unset;
    gap: 5px !important;
}

figcaption.blocks-gallery-caption {
    padding-top: 20px;
}





a:where(:not(.wp-element-button)) {
    text-decoration: unset !important;
}

a:hover {
    color: rgb(102, 102, 102);
    transition: color 0.3s ease-in-out; 
}


/* Breadcrumb */

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


.breadcrumb li {
    position: relative;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #757575;
    margin-right: 25px;
    color: rgba(86, 86, 86, 1);
    text-transform: uppercase;
}

.breadcrumb li a {
    color: rgba(86, 86, 86, 1) !important;
}


.breadcrumb li:nth-child(n+2)::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -17px;
    top: 4px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #0073aa;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.author-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


.wp-block-outermost-social-sharing.is-style-logos-only .outermost-social-sharing-link a {
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
}

.entry-content {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 30px !important;
    color: #292d32 !important;
}

.entry-content h3 {
    font-size: 24px !important;
    line-height: 150%;
    font-family: 'Inter' !important;
    font-weight: 600;
}

.entry-content .wp-block-heading strong {
    font-weight: 600 !important;
}

.entry-content img {
    width: 100%;
}


figcaption, figcaption.wp-element-caption {
    color: #565656 !important;
    padding: 10px 0 0 0;
    text-align: left;
    margin: 0;
    line-height: 160% !important;
    font-size: 14px !important;
    font-style: italic;
    font-family: 'Noto Serif' !important;
}

.wp-block-image :where(figcaption) {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.sapo-article{
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 30px !important;
    color: #333 !important;
    font-family: 'Noto Serif';
}


.top-tags {
    list-style: none;
    padding: 0;
}
.top-tags li {
    display: inline-block;
    margin-left: 10px;
    background-color: rgba(231, 19, 26, 0.075);
    /* border: 1px solid rgb(227 229 232); */
    border-radius: 20px;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 14px;
}
.top-tags li a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

li.hot-tag-in-post {
    background: initial;
    border: unset;
    font-weight: 600;
    color: rgb(51 51 51);
    padding: 0;
}

.wp-block-post-template li::marker {
    content: none;
}
.wp-block-post-template{
    padding-inline-start: unset;
    margin-block-start: unset;
    margin-block-end: unset;
}


.taxonomy-post_tag a {
    background-color: rgba(231, 19, 26, 0.075);
    /* border: 1px solid rgb(227 229 232); */
    border-radius: 20px;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 14px;
    margin-right:10px;
    color: #333;
    margin-top: 10px;
}

.taxonomy-post_tag .wp-block-post-terms__prefix {
    font-weight: 600;
    color: rgb(51 51 51);
    padding-right: 10px;
}

.title-relate {
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    color: rgb(34 34 34) !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.line-spread-relate-post{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    color: #dfdfdf !important;
    width: 100%;
}

.tieu-diem-in-post{
    padding-inline-start: 0;
}



.tin-lien-quan {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px 25px 0px 25px !important;
}

.title-tin-lien-quan {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 0;
}

.wp-block-avatar, .wp-block-avatar img {
    width: 32px;
    height: auto;
}


/* Load more --*/

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000;
    }
    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002;
    }
    66% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #0002;
    }
    100% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #000;
    }
}

.google-news {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    background-color: #f1f3f4;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #9b9c9c;
}

.google-news span {
    margin-block-start: unset;
}

.wp-block-gallery-4 figcaption {
    display: none;
}

.entry-content .wp-block-heading {
    font-size: 18px !important;
    line-height: 160% !important;
    font-weight: 600 !important;
    font-family: 'Inter' !important;
}

.wp-block-quote {
    position: relative;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    border-left: 4px solid rgb(231, 19, 26); /* màu đỏ theo tông rgb(231, 19, 26) */
    background-color: #f9f9f9;
    font-style: italic;
    font-size: 1.1rem;
    color: #333;
  }
  
  .wp-block-quote::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23e7131a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 8.9C5.5 9.6 5 10.5 5 11.5C5 13.4 6.6 15 8.5 15C10.4 15 12 13.4 12 11.5C12 9.6 10.4 8 8.5 8C8.2 8 8 8 7.7 8.1L8.9 5.3L6.9 4.5L6.3 8.9ZM14.3 8.9C13.5 9.6 13 10.5 13 11.5C13 13.4 14.6 15 16.5 15C18.4 15 20 13.4 20 11.5C20 9.6 18.4 8 16.5 8C16.2 8 16 8 15.7 8.1L16.9 5.3L14.9 4.5L14.3 8.9Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .wp-block-quote p {
    margin: 0;
    padding-left: 2.5rem;
    line-height: 1.6;
  }
  
  .footer-social {
    width: 20px;
    height: auto;
    color: #cbcbcb;
}

.moi-nhat li.category-music-video .wp-block-post-excerpt__excerpt {
    display: none;
}

.moi-nhat li.category-music-video .wp-block-columns {
    /* display: block; */
}

.moi-nhat li.category-music-video .wp-block-columns .left {
    flex-basis: 70% !important;
}

.moi-nhat li.category-music-video .wp-block-columns .right {
    flex-basis: 30% !important;
}

.moi-nhat li.category-music-video .wp-block-columns .right h2.article-title{
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    font-family: 'Inter';
}

.moi-nhat li.category-music-video .wp-block-columns .right .danh-muc{
    display: none;
}


.moi-nhat li.category-music-video .wp-block-post-featured-image {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    overflow: hidden;
}

.news-item.wp-block-post-date:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #c90000;
    border-radius: 50%;
    position: absolute;
    margin-top: 7px;
    margin-left: -30px;
    z-index: 1;
}