#xhp-video-tray {
	padding: 0px;
}
#xhp-video-tray .app, #xhp-video-tray .video-partial-wrapper {
	border-radius: 6px 6px 0 0;
}
#xhp-video-tray .video-preview {
	background-color: transparent;
}
#xhp-video-tray .l-grid__col {
	padding: 0 0.5rem;
}
#xhp-video-tray .p-video-tray {
	border-bottom: none;
	padding: 0px;
}
#xhp-video-tray #p-video-tray-metadata {
	padding: 1rem;
}
#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #000000;
}
@media (min-width: 768px) {
	#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__title {
		font-size: 30px;
		line-height: 37px;
		font-weight: 800;
   }
}
#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__description {
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
}
@media (min-width: 768px) {
	#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__description {
		font-size: 19px;
		line-height: 24px;
		font-weight: 500;
   }
}

/* == Scoreboard Adjustments == */
@media (max-width: 767px) {
   .trk-minisb-daypicker {
	   display: none !important;
  }
}

@media (min-width: 768px) {
	.container--redesign div[class*="dayPickerstyle__InnerSlideWrapper"] {
		margin-right: 1rem !important;
	}

	.container--redesign div[class*="dayPickerstyle__InnerDateWrapper"],
	.container--redesign div[class*="dayPickerstyle__InnerSlideTextWrapper"] {
		font-size: 19px !important;
		letter-spacing: 0 !important;
	}

	.container--redesign .miniDayPicker-day-button {
		height: auto !important;
	}

	.container--redesign div[class*="dayPickerstyle__DateSlide"] {
		height: auto !important;
	}

	.container--redesign div[class*="FooterLayerstyle__InnerWrapper"] {
		margin: 0px !important;
	}
}

/* == Hide Control Bar on Mobile == */
@media (max-width: 1303px) {
	div[class*="styles__ControlBarWrapper"] {
		display: none;
	}
 }

 /* == Adjust Container Margin Top ==*/
 @media (min-width: 768px) {
	.league-mlb .container--forge.container--redesign {
		margin-top: 1.5rem !important;
	}
 }

  /* == Top Story Line Clamp ==*/
  @media (max-width: 767px) {
	[data-testid="top-story__description-container"] {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
 }

/* == Game of the Day ==*/
.gotw {
    border-radius: 8px;
    background: white;
}

.gotw__description {
    padding: 1rem;
}

.gotw__headline-wrapper {
    margin-bottom: 0.5rem
}

.gotw h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0px;
}

.gotw p {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .gotw h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .gotw p {
        font-size: 17px;
        line-height: 22px;
        font-weight: 500;
    }
}
