/**
 * LuongSon / suitingwarriors.org – styles cho single trandau (ttbd.football/tr)
 * DOM: #main.dark > .row.row-main > .large-12.col > .col-inner > .entry-content
 */

/* #main.dark: nền tối giống suitingwarriors */
.single-trandau #main.dark,
.single-trandau #main.dark.dark-page-wrapper {
	background-color: #191B24;
}

/* Cấu trúc row/col/col-inner (theo clone.html) */
.single-trandau .row.row-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.single-trandau .row.row-main .large-12.col {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px 30px;
	box-sizing: border-box;
}

.single-trandau .row.row-main .col-inner {
	width: 100%;
	position: relative;
}

/* Góc bo nhẹ cho col-inner (theo clone #content > .row > .col > .col-inner) */
.single-trandau .row.row-main .col-inner {
	border-radius: 7px;
}

/* Block Đề xuất video: chữ sáng trên nền tối */
.single-trandau .dsdexuat .title {
	color: #ededed;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.single-trandau .dsdexuat .video-item h4,
.single-trandau .dsdexuat .video-item h4.ellipsis {
	color: #ededed;
}

.single-trandau .dsdexuat .video-item h5.bottom-title {
	color: rgba(237, 237, 237, 0.85);
}

.single-trandau .dsdexuat .video-item h5.bottom-title .name {
	color: #ededed;
}

/* Chọn nguồn phát */
.single-trandau .entry-content h6 {
	color: #ededed;
}

.single-trandau .entry-content .btn-warning {
	background-color: var(--primary-color, #fe8b00);
	border-color: var(--primary-color, #fe8b00);
	color: #fff;
}

.single-trandau .entry-content .btn-outline-warning {
	border-color: var(--primary-color, #fe8b00);
	color: var(--primary-color, #fe8b00);
}

.single-trandau .entry-content .btn-outline-warning:hover {
	background-color: var(--primary-color, #fe8b00);
	color: #fff;
}
