.DriveChart2D__DownAndDistance{color:#48494a;border:1px solid #cbccce;border-width:1px 0;justify-content:center;align-items:center;height:23px;font-size:11px;font-weight:700;line-height:1;display:flex}.DriveChart2D--redzone .DriveChart2D__DownAndDistance{color:#c00}.DriveChart2D__PlayTextContainer{height:58px;overflow:hidden}.DriveChart2D__PlayText{color:#6c6d6f;height:auto;padding-top:10px;font-size:11px}.DriveChart2D__Chart{height:58px;position:relative}.DriveChart2D__Progress{opacity:1;z-index:1;height:8px;transition:opacity .3s;position:absolute;top:29px;left:4.54545%;right:4.54545%}.DriveChart2D__Progress.DriveChart2D__Progress--hidden{opacity:0}.DriveChart2D__ProgressBar{background:#48494a;transition:all .3s;position:absolute;top:0;bottom:0}.DriveChart2D__Bar{background-color:#cbccce;border-radius:4px;height:6px;top:30px}.DriveChart2D__Bar,.DriveChart2D__Markers{position:absolute;left:0;right:0}.DriveChart2D__Markers{color:#6c6d6f;grid-template-columns:repeat(11,1fr);font-size:9px;display:grid;top:25px}.DriveChart2D__Marker{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.DriveChart2D__Marker:before{content:"";background-color:#cbccce;width:1px;height:15px;margin-bottom:2px;display:block}.DriveChart2D__Marker.DriveChart2D__Marker--redzone{color:#c00}.DriveChart2D__Marker.DriveChart2D__Marker--redzone:before{background-color:#c00}.DriveChart2D__Indicator{height:28px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:1;width:22px;transition:all .3s;position:absolute;bottom:100%;transform:translate(-50%)rotateY(0)}.DriveChart2D__Indicator.DriveChart2D__Indicator--home{transform:translate(-50%)rotateY(180deg)}.DriveChart2D__Indicator:before{content:"";z-index:2;background:url(https://a.espncdn.com/redesign/assets/img/icons/teardrop.svg) no-repeat;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.DriveChart2D__Indicator:after{content:"";opacity:1;z-index:4;border:5px solid transparent;border-left:8px solid #48494a;border-right-width:0;height:0;transition:all .2s;display:block;position:absolute;top:6px;left:23px}.DriveChart2D--redzone .DriveChart2D__Indicator:after{border-left-color:#c00}.DriveChart2D__Indicator.DriveChart2D__Indicator--hideArrow:after{opacity:0;left:20px}.DriveChart2D__Team{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:3;position:absolute;top:2px;left:50%}.DriveChart2D__Team--possessionChange{animation:5s fadeIn}.DriveChart2D__Team:first-child{transform:translate(-50%)}.DriveChart2D__Team:nth-child(2){transform:translate(-50%)rotateY(180deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.DriveChart2D__Team--abbrev{justify-content:center;align-items:center;height:16px;font-size:6px;display:flex}