.header-bottom .flex-col {
    width: 100%;
}
.logo img {
    width: 100%;
}
.mobile-nav.nav-right {
    white-space: nowrap;
}
.absolute-footer {
    display: none;
}

body {
	margin: 0;
	padding: 0;
}

.header-wrapper .header-inner {
	max-width: 1360px;
}

.left-sidebar img, .right-sidebar img {
    width: 180px;
    height: auto;
}

.dv2-tam-diem-vb2 .dv2-filter-bar {
    margin-bottom: 15px;
}

.dv2-tam-diem-vb2 .xitem-big, .dv2-tam-diem-vb2 .xitem-big h3  {
    background: white;
    color: black;
}

.dv2-tam-diem-vb2 .xitem:hover {
    background: white;
}
.dv2-ck2-home-featured-streams .bg-stats {
    margin-bottom: 10px;
}

body .dv2-tam-diem-vb2 {
    padding: 0;
}

#match_list_ck2_container .match-info-primary .team-name {
	color: black;
}

footer .-translate-y-1\/2 {
    --tw-translate-y: -35%;
}

.entry-divider.is-divider {
    display: none;
}

h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

h4, h5, h6 {
    font-size: 18px;
    font-weight: 600;
}

p {
    margin-bottom: 5px;
}
.entry-content.single-page {
    margin-top: 0;
    padding-top: 0;
}

.entry-content.single-page ul {
    list-style: disc;
}

.widget-title span {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.post_comments {
    display: none !important;
}

#secondary.widget-area  {
    padding-left: 20px !important;
}

/* Cấu trúc chung của widget */
.widget.flatsome_recent_posts {
  background-color: #f77349;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tiêu đề widget */
.widget-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

/* Đường phân cách */
.is-divider.small {
  height: 2px;
  background-color: #ddd;
  margin: 10px 0;
}

/* Danh sách bài viết */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-blog-posts-li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.recent-blog-posts-li:last-child {
  border-bottom: none;
}

/* Cấu trúc phần tử bài viết */
.recent-blog-posts .flex-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.recent-blog-posts .flex-col {
  display: flex;
  justify-content: center;
}

/* Hình ảnh nền của badge */
.badge-inner.bg-fill {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  border: 2px solid #ddd;
}

/* Tên bài viết */
.recent-blog-posts a {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.recent-blog-posts a:hover {
  color: #007BFF;
}

/* Phần thông báo bình luận */
.post_comments {
  color: #888;
  font-size: 0.9rem;
  margin-top: 5px;
}

.dv2-layout-vb2 .box-header, .dv2-layout-vb2 #content_top {
    display: none;
}

#masthead {
	margin: 10px 0;
}

.page-wrapper, .dv2-empty-state {
	padding-bottom: 15px;
	padding-top: 15px;
}
/*===============================
=  Cakhia Layout Custom Sidebar  =
================================*/

.cakhia2-wrapper {
    max-width: 1630px; /* 180 + 1270 + 180 */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.cakhia2-left-sidebar,
.cakhia2-right-sidebar {
    width: 180px;
    flex-shrink: 0;
}

.cakhia2-main-content {
    width: 1270px;
    max-width: 100%;
    padding: 0 10px;
}

/* Sticky Sidebar */
.sidebar-inner {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    /* Mặc định không căn giữa */
    justify-content: flex-start;
    height: auto; /* Không set 100vh ngay lập tức */
    transition: justify-content 0.3s ease; /* Hiệu ứng khi chuyển giữa các trạng thái */
}

/* Laptop dưới 1400px */
@media (max-width: 1400px) {
    .cakhia2-main-content {
        width: calc(100% - 360px); /* tổng 2 sidebar 180px mỗi bên */
    }
}

/* Tablet & Mobile: sidebar ẩn, content full width */
@media (max-width: 1024px) {
    .cakhia2-left-sidebar,
    .cakhia2-right-sidebar {
        display: none;
    }

    .cakhia2-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    .cakhia2-main-content {
        width: 100%;
    }
}

@media (max-width: 549px) {
    #secondary.widget-area {
        padding-left: 0 !important;
    }
	main {
			padding: 15px;
	}

	.col {
			padding: 0;
	}

    .header-block-block-1 {
        background: black;
    }
	.cakhia2-main-content, .cakhia2-wrapper {
		padding: 0;
	}
	
}