.demo-hero {
	border-radius:0px!important;	
	padding: 0px!important;	
    min-height: 130px!important;
}	

.headersection{
	padding-top: 90px!important;	
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}	

@media (max-width: 700px) {
	.headersection{
		padding-top: 80px!important;	
	} 	
}

.custom-breadcrumb{
   font-size:14px!important;	
}	

/*sports guide*/
.nws-section{ background:#fff; padding-top:40px; }

/* Sport filter pills */
.sport-tabs{
	display:flex;
	gap:10px;
	overflow-x:auto;
	padding-bottom:8px;
	scrollbar-width:none;
}
.sport-tabs::-webkit-scrollbar{ display:none; }
.sport-tab{
	flex:0 0 auto;
	border:1px solid #000;
	background:#fff;
	color:var(--header-bg);
	border-radius:999px;
	padding:8px 22px;
	font-weight:600;
	font-size:14px;
	white-space:nowrap;
	cursor:pointer;
	transition:background .15s ease, color .15s ease;
}
.sport-tab.active,
.sport-tab:hover{
	background:#000;
	color:#fff;
}

/* Date heading between tables */
.guide-date-heading{
	color:var(--myt-blue);
	font-weight:500;
	font-size:1.4rem;
	margin-top:1.5rem;
	margin-bottom:.75rem;
}

/* Black header / white body tables */
.guide-table{
	width:100%;
	border-collapse:collapse;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:1.5rem;
}
.guide-table thead th{
	background:#000000;
	color:#ffffff;
	font-weight:600;
	font-size:20px;
	text-align:left;
	padding:14px 16px;
}
.guide-table tbody td{
	padding:14px 16px;
	font-size:16px;
	color:#1a1a1a;
	border-bottom:1px solid #e6e6e6;
	background:#fff;
	vertical-align:top;
}
.guide-table tbody tr:last-child td{ border-bottom:none; }
.guide-table td.event-title{
	font-weight:700;
	text-transform:uppercase;
}

.guide-empty{
	font-weight:700;
	font-size:1.3rem;
	color:#1a1a1a;
	padding-top:20px;
}

.sport-panel{ display:none; }
.sport-panel.active{ display:block; }

@media(max-width:700px){
	.guide-table thead{ display:none; }
	.guide-table, .guide-table tbody, .guide-table tr, .guide-table td{ display:block; width:100%; }
	.guide-table tr{
	  border:1px solid #e6e6e6;
	  border-radius:10px;
	  overflow:hidden;
	  margin-bottom:12px;
	}
	.guide-table td{ border-bottom:none; padding:10px 16px; }
	.guide-table td.event-title{
	  background:#000000;
	  color:#ffffff;
	  padding:14px 16px;
	  font-size:15px;
	}
	.guide-table td:not(.event-title){
	  display:flex;
	  justify-content:space-between;
	  gap:12px;
	  text-align:right;
	}
	.guide-table td:not(.event-title)::before{
	  content:attr(data-label);
	  color:#6b6b6b;
	  font-weight:400;
	  text-align:left;
	}
}

