/**
 * Trang nội dung native — BongdaNET
 */

.bdn-shell-football .news-content.result-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 14px;
	overflow: visible;
	clear: both;
	box-sizing: border-box;
	width: 100%;
}

/* Legacy .clear không được làm phần tử flex (gây lệch cột phải). */
.bdn-shell-football .news-content.result-content > .clear {
	display: none !important;
}

.bdn-shell-football .content-home-left {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(100% - 315px);
	width: auto !important;
	margin-right: 0 !important;
	float: none !important;
	box-sizing: border-box;
}

.bdn-shell-football .content-home-left .bdn-page-section,
.bdn-shell-football .content-home-left .bdn-internal-links,
.bdn-shell-football .content-home-left .bdn-category-posts {
	max-width: 100%;
	overflow: hidden;
}

.bdn-shell-football .content-home-right.bdn-page-sidebar {
	flex: 0 0 301px;
	display: block;
	float: none !important;
	width: 301px !important;
	box-sizing: border-box;
}

.bdn-shell-football .content-home-left .content_box_home,
.bdn-shell-football .content-home-left .bdn-page-section {
	clear: both;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.bdn-shell-football .tab-match {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 100%;
	margin-bottom: 8px;
	clear: both;
}

.bdn-shell-football .tab-match a {
	flex: 0 0 auto;
	white-space: nowrap;
}

.bdn-shell-football .bdn-page-data {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.bdn-shell-football .bdn-page-data table,
.bdn-shell-football .listing-match,
.bdn-shell-football .list-schedule-all,
.bdn-shell-football .standings {
	max-width: 100%;
}

.bdn-shell-football .zone-notice.entry-content,
.bdn-shell-football .bdn-page-intro {
	clear: both;
	overflow: hidden;
	max-width: 100%;
}

.bdn-shell-football .bdn-league-blurb {
	clear: both;
	margin-top: 12px;
	max-width: 100%;
}

.bdn-shell-football .bdn-sidebar-prediction h3.active a,
.bdn-shell-football .bdn-sidebar-prediction h3 a.active {
	font-weight: bold;
	color: #d10000;
}

.bdn-page-section {
	margin-bottom: 12px;
}

.bdn-page-data + .bdn-category-posts,
.bdn-page-data + .bdn-page-intro,
.bdn-category-posts + .bdn-page-intro {
	margin-top: 14px;
}

.bdn-page-intro {
	margin-bottom: 12px;
}

.bdn-nhan-dinh-hub .content-list-prediction + .bdn-page-intro,
.bdn-news-archive .content-list-prediction + .bdn-page-intro {
	margin-top: 14px;
}

.bdn-notice-data {
	padding: 16px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 8px;
	color: #555;
	text-align: center;
	font-size: 13px;
}

.bdn-legal-page .entry-content {
	padding: 12px 0;
	line-height: 1.6;
}

.bdn-news-archive .news-item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}

/* Bài viết danh mục trên trang hub */
.bdn-category-posts {
	margin: 0 0 16px;
}

.bdn-category-posts .title-prediction-category {
	margin: 0 0 12px;
	font-size: 16px;
}

.bdn-category-posts__list .bdn-post-item {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.bdn-category-posts__list .bdn-post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.bdn-post-item__thumb {
	flex: 0 0 120px;
	display: block;
}

.bdn-post-item__thumb img {
	width: 120px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.bdn-post-item__body {
	flex: 1;
	min-width: 0;
}

.bdn-post-item .entry-title {
	margin: 0 0 4px;
	font-size: 15px;
	line-height: 1.35;
}

.bdn-post-item .entry-title a {
	color: #222;
	text-decoration: none;
}

.bdn-post-item .entry-title a:hover {
	color: #d10000;
}

.bdn-post-item__meta {
	margin: 0 0 6px;
	font-size: 12px;
	color: #888;
}

.bdn-post-item .entry-summary {
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}

.bdn-post-item .entry-summary p {
	margin: 0;
}

.bdn-category-posts__more {
	margin: 12px 0 0;
	text-align: center;
	font-size: 13px;
}

.bdn-category-posts__more a {
	color: #d10000;
	text-decoration: none;
	font-weight: 600;
}

.bdn-category-posts__empty {
	margin: 0;
}

/* Single post — UI giống site gốc */
.bdn-single-post .article-text-info {
	font-size: 13px;
	line-height: 22px;
	color: #555;
	margin: 0 0 12px;
	padding: 6px 0;
	clear: both;
}

.bdn-single-post .article-text-info strong {
	color: #222;
	font-weight: 700;
}

.bdn-single-post .article-text-info time {
	color: #666;
}

.bdn-single-post .article-text-info .article-meta-sep {
	margin: 0 4px;
	color: #999;
}

.bdn-single-post .article-text-info .sprite.people,
.bdn-single-post .article-text-info .sprite.football {
	vertical-align: middle;
	margin-right: 4px;
}

.bdn-single-post .article-text-info .sprite.football {
	margin-left: 10px;
}

.bdn-single-post .article-text-info .article-cat-label {
	color: #333;
	font-weight: 600;
	vertical-align: middle;
}

.bdn-single-post .detail-content-news .title-news {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.bdn-single-post .img-detail-news {
	margin: 12px 0;
	text-align: center;
}

.bdn-single-post .img-detail-news img {
	max-width: 100%;
	height: auto;
}

.bdn-single-post .one-predict-news {
	overflow: hidden;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e8e8;
}

.bdn-single-post .one-predict-news .btn-time-nhandinh {
	margin-right: 8px;
}

.bdn-single-post .one-predict-news img {
	float: right;
	margin-left: 10px;
}

/* Hub nhận định — UI giống site gốc */
.bdn-nhan-dinh-hub .content-list-prediction {
	padding-bottom: 0;
	border-bottom: none;
}

.bdn-nhan-dinh-hub .block-list-prediction {
	margin-bottom: 16px;
}

.bdn-nhan-dinh-hub .block-list-prediction .title-prediction-category {
	display: block;
	margin: 0 0 10px;
}

.bdn-nhan-dinh-hub .news-item .btn-time-nhandinh {
	display: inline-block;
	min-width: 42px;
	margin-right: 8px;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 700;
	color: #43951e;
	background: #f0f7ed;
	border-radius: 3px;
	vertical-align: middle;
}

.bdn-nhan-dinh-hub .news-item .nhan-dinh-title {
	color: #292929;
	text-decoration: none;
}

.bdn-nhan-dinh-hub .news-item .nhan-dinh-title:hover {
	color: #1eb848;
}

.bdn-nhan-dinh-hub .news-item .detail-news-item .text-info {
	font-size: 12px;
	color: #858585;
}

.bdn-nhan-dinh-hub .bdn-internal-links {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #d7d7d7;
}

.bdn-pagination {
	margin: 16px 0 0;
	text-align: center;
}

.bdn-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bdn-pagination a,
.bdn-pagination span {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
}

.bdn-pagination .current {
	background: #d10000;
	border-color: #d10000;
	color: #fff;
}

@media (max-width: 768px) {
	.bdn-shell-3col .content-homenew-left,
	.bdn-shell-3col .content-homenew-right {
		display: none;
	}

	.bdn-shell-football .news-content.result-content {
		flex-wrap: wrap;
	}

	.bdn-shell-football .content-home-right.bdn-page-sidebar {
		display: none;
	}

	.bdn-shell-football .content-home-left {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

/* Homepage SEO intro */
.bdn-home-seo-intro {
	margin: 0 0 12px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.55;
	color: #333;
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.bdn-home-seo-intro p {
	margin: 0 0 8px;
}

.bdn-home-seo-intro p:last-child {
	margin-bottom: 0;
}

.bdn-home-seo-intro a {
	color: #0b5cab;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 768px) {
	.bdn-home-seo-intro {
		font-size: 12px;
		padding: 8px 10px;
	}
}

.bdn-home-predictions {
	margin: 0 0 10px;
	padding: 10px 12px;
	background: #fff8e6;
	border: 1px solid #f0d78c;
	border-radius: 4px;
}

.bdn-home-predictions__title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

.bdn-home-predictions__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdn-home-predictions__item {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.4;
}

.bdn-home-predictions__item a {
	color: #0b5cab;
	font-weight: 600;
	text-decoration: none;
}

.bdn-home-predictions__item a:hover {
	text-decoration: underline;
}

.bdn-home-predictions__date {
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: 400;
}

.bdn-home-predictions__more {
	margin: 8px 0 0;
	font-size: 12px;
}

.bdn-home-predictions__more a {
	color: #c45a00;
	font-weight: 600;
}

.bdn-home-faq__heading {
	margin: 12px 0 8px;
	font-size: 14px;
	font-weight: 700;
}

.bdn-home-faq {
	margin: 0;
}

.bdn-home-faq dt {
	font-weight: 700;
	font-size: 13px;
	margin-top: 8px;
}

.bdn-home-faq dd {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}

/* NAP / liên hệ doanh nghiệp */
.bdn-nap {
	margin: 16px 0;
	padding: 12px 14px;
	font-style: normal;
	font-size: 13px;
	line-height: 1.55;
	background: #f8f9fa;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

.bdn-nap--compact {
	margin: 8px 0 10px;
	padding: 8px 10px;
	font-size: 11px;
	text-align: left;
}

.bdn-nap__title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
}

.bdn-nap__line {
	margin: 0 0 4px;
}

.bdn-nap a {
	color: #0b5cab;
}

/* Internal links (trang con) */
.bdn-internal-links {
	margin: 0 0 14px;
	padding: 12px 14px;
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	font-size: 13px;
}

.bdn-internal-links__group {
	margin-bottom: 10px;
}

.bdn-internal-links__group:last-child {
	margin-bottom: 0;
}

.bdn-internal-links__title {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}

.bdn-internal-links__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.bdn-internal-links__list a {
	color: #0066b3;
	text-decoration: none;
}

.bdn-internal-links__list a:hover {
	text-decoration: underline;
}

/* Trang chủ — khối hub cuối cột giữa */
.bdn-home-hub-section {
	margin: 24px 0 8px;
	padding-top: 16px;
	border-top: 2px solid #eee;
	clear: both;
}

.bdn-home-hub-section__heading {
	margin-bottom: 12px !important;
}

.bdn-internal-links--home {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.bdn-internal-links--home .bdn-internal-links__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.bdn-internal-links--home .bdn-internal-links__card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 14px 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.bdn-internal-links--home .bdn-internal-links__card:hover {
	border-color: #d10000;
	box-shadow: 0 2px 8px rgba(209, 0, 0, 0.08);
}

.bdn-internal-links--home .bdn-internal-links__title {
	margin: 0 0 10px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #d10000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #f0f0f0;
}

.bdn-internal-links--home .bdn-internal-links__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bdn-internal-links--home .bdn-internal-links__list li {
	margin: 0;
}

.bdn-internal-links--home .bdn-internal-links__list a {
	display: block;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.35;
	color: #333;
	background: #f5f6f8;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.bdn-internal-links--home .bdn-internal-links__list a:hover {
	color: #fff;
	background: #d10000;
	text-decoration: none;
}

@media (max-width: 768px) {
	.bdn-home-hub-section {
		margin-top: 16px;
		padding-top: 12px;
	}

	.bdn-internal-links--home .bdn-internal-links__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.bdn-internal-links--home .bdn-internal-links__card {
		padding: 12px 14px;
	}

	.bdn-internal-links--home .bdn-internal-links__list a {
		font-size: 12px;
		padding: 5px 8px;
	}
}

.bdn-footer-hubs {
	margin: 8px 0 12px;
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
}

.bdn-footer-hubs__label {
	margin: 0 0 6px;
}

.bdn-footer-hubs__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	justify-content: center;
}

.bdn-footer-hubs__list a {
	color: #0066b3;
	text-decoration: none;
}

.bdn-footer-hubs__list a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.bdn-internal-links {
		padding: 10px;
		font-size: 12px;
	}

	.bdn-internal-links__list {
		gap: 4px 10px;
	}
}

/* SEO roadmap: GEO lead + E-E-A-T author */
.bdn-direct-answer {
	margin: 0 0 12px;
	padding: 10px 12px;
	background: #f4f8fc;
	border-left: 3px solid #0066b3;
	font-size: 14px;
	line-height: 1.5;
}

.bdn-author-box {
	margin: 16px 0;
	padding: 12px 14px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 1.55;
}

.bdn-author-box__label {
	margin: 0 0 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
}

.bdn-author-box__bio {
	margin: 8px 0;
}

.bdn-author-name {
	color: #0066b3;
	text-decoration: none;
}

.bdn-author-name:hover {
	text-decoration: underline;
}
