.hawksSchedContainer_standard {
  position: relative;
  width: 100%;
  max-width: unset;
  margin: 15px auto 0;

  /* enable container queries */
  container-type: inline-size;
  container-name: hawks-sched;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .hawksSchedContainer_standard {
    margin: 15px 1.5vw 0;
    width: calc(100% - 3vw);
  }
}

.seasonTypeLabel {
  position: relative;
  position: sticky;
  top: -1px;
  z-index: 3;
  font-size: 44px;
  text-transform: uppercase;
  margin: 0;
  background-color: #222;
  color: #fff;
  padding: 15px 15px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.seasonTypeLabelContent {
  line-height: 100%;
  padding-left: 0.25em;
}
.seasonTypeLabelContent h2 {
  font-size: 0.8em;
}
.seasonTypeLabelContent h3 {
  font-size: 0.6em;
  font-weight: 100;
  color: #fdb927;
}
.seasonTypeLabel a.btn.labelBtn {
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 5px;
  width: 175px;

  color: #999;
}
.seasonTypeLabel a.btn.labelBtn.addCalBtn::before {
  content: "";
  position: absolute;
  left: -0.2em;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 640 640' xmlns='http://www.w3.org/2000/svg'><path d='M342.6 534.6C330.1 547.1 309.8 547.1 297.3 534.6L137.3 374.6C124.8 362.1 124.8 341.8 137.3 329.3C149.8 316.8 170.1 316.8 182.6 329.3L320 466.7L457.4 329.4C469.9 316.9 490.2 316.9 502.7 329.4C515.2 341.9 515.2 362.2 502.7 374.7L342.7 534.7zM502.6 182.6L342.6 342.6C330.1 355.1 309.8 355.1 297.3 342.6L137.3 182.6C124.8 170.1 124.8 149.8 137.3 137.3C149.8 124.8 170.1 124.8 182.6 137.3L320 274.7L457.4 137.4C469.9 124.9 490.2 124.9 502.7 137.4C515.2 149.9 515.2 170.2 502.7 182.7z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 640 640' xmlns='http://www.w3.org/2000/svg'><path d='M342.6 534.6C330.1 547.1 309.8 547.1 297.3 534.6L137.3 374.6C124.8 362.1 124.8 341.8 137.3 329.3C149.8 316.8 170.1 316.8 182.6 329.3L320 466.7L457.4 329.4C469.9 316.9 490.2 316.9 502.7 329.4C515.2 341.9 515.2 362.2 502.7 374.7L342.7 534.7zM502.6 182.6L342.6 342.6C330.1 355.1 309.8 355.1 297.3 342.6L137.3 182.6C124.8 170.1 124.8 149.8 137.3 137.3C149.8 124.8 170.1 124.8 182.6 137.3L320 274.7L457.4 137.4C469.9 124.9 490.2 124.9 502.7 137.4C515.2 149.9 515.2 170.2 502.7 182.7z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (max-width: 767px) {
  .seasonTypeLabel a.btn.labelBtn.addCalBtn::before {
    left: 0.9em;
  }
}

.seasonTypeLabel a.btn.labelBtn:focus,
.seasonTypeLabel a.btn.labelBtn:visited {
  color: #ccc;
}
.seasonTypeLabel a.btn.labelBtn:hover,
.seasonTypeLabel a.btn.labelBtn:active {
  color: #fdb927;
}
.seasonTypeLabel .schedRecord {
  font-size: 0.6em;
  font-weight: 100;
}
.addToSchedCTAContainer {
  text-align: center;
  margin: 15px 0 13px;
}
.gameBlock {
  font-size: 28px;
  line-height: 150%;
  position: relative;
  height: 200px;
  padding-bottom: 10px;
  padding-left: 36px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
}
.gameBlockWrapper:last-of-type .gameBlock {
  margin-bottom: 25px;
}
.schedule-page .hawksTrk_XLBannerContainer {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .gameBlockWrapper:last-of-type .gameBlock {
    margin-bottom: 0;
  }
}
.gameBlockWrapper[data-homeaway="A"] .gameblock {
  background: #eee;
}
.gameBlockWrapper[data-hasentitlement="true"] .gameBlock {
  padding-bottom: 25px;
}
/* shared base for before labels */
.gameblock:before {
  position: absolute;
  transform: rotate(-90deg);
  width: 200px;
  top: 82px;
  left: -82px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.gameBlockWrapper[data-homeaway="H"] .gameblock:before {
  content: "HOME";
  background-color: #c8102e;
  color: #fff;
}
.gameBlockWrapper[data-homeaway="A"] .gameblock:before {
  content: "AWAY";
  background-color: #777;
  color: #ddd;
}
.gameBlockWrapper[data-tbd="true"] .gameBlock,
.gameBlockWrapper[data-opponentabbr*="TBD"] {
  background: #aaa;
}
.gameBlockWrapper[data-tbd="true"] .gameblock:before,
.gameBlockWrapper[data-opponentabbr*="TBD"] .gameblock:before,
.gameBlockWrapper[data-homeaway="TBD"] .gameblock:before {
  content: "TBD";
  background-color: #444;
  color: #999;
}
.gameSubBlock {
  vertical-align: top;
  height: 100%;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}
.homeawaytxt {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 900;
  opacity: 0.4;
  font-size: 0.8em;
  vertical-align: baseline;
}
.oppLogoBlock {
  padding: 0 15px;
  width: 150px;
  z-index: 1;
}
.oppLogoBlock img {
  width: 100%;
}
div.gameInfoBlock {
  width: calc(100% - 345px);
  line-height: 105%;
  justify-content: flex-start;
  white-space: nowrap;
  z-index: 3;
}
.gameBlockWrapper .teamName:before {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 900;
  opacity: 0.4;
  font-size: 0.8em;
  margin-right: 0.25em;
  vertical-align: bottom;
}
.gameBlockWrapper[data-homeaway="H"] .teamName:before,
.gameBlockWrapper[data-homeaway="TBD"] .teamName:before {
  content: "VS";
}
.gameBlockWrapper[data-homeaway="A"] .teamName:before {
  content: "@";
}
.gameBlockWrapper[data-opponentabbr*="TBD"] .oppLogoBlock {
  width: 144px;
}
.gameBlockWrapper[data-opponentabbr*="TBD"] .oppLogoBlock img {
  width: auto;
  height: 60%;
  filter: grayscale(1);
  margin-left: 35px;
}

.gameBlockWrapper .gameInfoBlock > div:before,
.gameBlockWrapper .gameBadges .gameBadge {
  position: relative;
  padding: 0.4em 1em;
  font-size: 0.5em;
  height: auto;
  display: inline-block;
  line-height: 100%;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-right: 0.5rem;
  font-weight: bold;
}
.gameBlockWrapper .gameBadges .gameBadge:last-of-type {
  margin-right: 0;
}

.gameBlockWrapper .gameBadges .gameBadge.gameBadge-preseason {
  background-color: rgba(0, 0, 0, 0.15);
}
.gameBlockWrapper .gameBadges .gameBadge.gameBadge-inseason,
.gameBlockWrapper .gameBadges .gameBadge.gameBadge-pit,
.gameBlockWrapper .gameBadges .gameBadge.gameBadge-playoffgamenum {
  background-color: #fdb927;
}

.gameDate {
  font-size: 1em;
  font-weight: bold;
}
.teamName,
.gameTime {
  font-size: 0.8em;
}
.teamName {
  margin-bottom: -2px;
}
.gameBlock .btnBlock {
  position: absolute;
  top: 0;
  right: 25px;
  width: 150px;
  z-index: 999;
}
.gameBlock .resultBlock {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  justify-content: center;
  color: #555;
  font-size: 1em;
  text-align: center;
  line-height: 115%;
  margin-top: -5px;
}
.recapBtnContainer {
  text-align: center;
}
a.btnRecap,
a.btnRecap:hover,
a.btnRecap:active,
a.btnRecap:visited,
a.btnRecap:focus {
  font-size: 12px;
  padding: 3px 15px;
  margin-top: 5px;
  background-color: #777;
  color: #fff;
}
.gameBlock .resultBlock span.winText,
.gameBlockWrapper[data-hawkswin="true"] .resultBlock span.resultColorTxt {
  color: green;
}
.gameBlock .resultBlock span.lossText,
.gameBlockWrapper[data-hawkswin="false"] .resultBlock span.resultColorTxt {
  color: #c8102e;
}
.gameBlock .btnBlock .btnsContainer {
  width: 100%;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock {
  width: 200px;
  right: 0;
  top: 0;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock > div {
  width: 100%;
  height: 100%;
}
.btnBlock a.btn.scheduleBtn {
  padding: 0;
  font-size: 0.8em;
  width: 100%;
  height: 65px;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
  border-radius: 0;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock a.btn.scheduleBtn {
  font-size: 0.9em;
  width: 100%;
  height: 50%;
  border: solid 1px rgba(225, 225, 225, 0.5);
  transition: all 0.1s linear;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.promosBtn {
  background-color: #efefef;
  color: #c8102e;
  font-weight: 100;
  font-size: 0.65em;
}
a.btn.scheduleBtn.btn-tm {
  padding-bottom: 10px;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/08/Ticketmaster-Logo-White-RGB.png);
  background-repeat: no-repeat;
  background-position: center bottom 12px;
  background-size: 3em;
}
a.btn.btn-hotelscom {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2026/03/Hotels.com_RGB_Horizontal_Navy.png);
  background-repeat: no-repeat;
  background-position: center bottom 25%;
  background-size: 5.5em;
  font-size: 0.65em;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.1s linear;
}
a.btn.btn-hotelscom:hover {
  background-color: #fff;
  transform: none;
}
.gameBlockWrapper[data-homeaway="A"] .btnBlock.gameSubBlock {
  padding-left: 10px;
}
.hawksSchedContainer_standard[data-showpromos="true"] a.btn.scheduleBtn.btn-tm {
  background-position: center bottom 22px;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock a.btn.scheduleBtn:hover {
  transform: none;
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.btn-torch:hover {
  filter: brightness(112%);
}
.hawksSchedContainer_standard[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.btn-lightgray:hover {
  filter: brightness(92%);
}
.gameBlock .partnerEntitlementBlock {
  position: absolute;
  width: calc(100% - 238px);
  left: 38px;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.gameBlockWrapper[data-hasentitlement="true"] .entitlementBlock {
  width: calc(100% - 140px);
  position: absolute;
  padding: 0 10px;
  height: 42px;
  left: 5px;
  bottom: 5px;
  line-height: 100%;
  font-size: 0.55em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  vertical-align: top;
}
.gameBlock .sponsorLogoBlock {
  white-space: nowrap;
  line-height: 50%;
  text-align: center;
  width: 140px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  bottom: unset;
  right: 0;
  height: 100%;
  font-size: 0.35em;
  padding: 0;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
  z-index: 3;
}
.gameBlock .sponsorLogo img {
  margin-top: 5px;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 100px;
}
.gameBlockWrapper .gameNote {
  position: absolute;
  top: 0;
  left: 36px;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.6em;
  line-height: 110%;
  text-align: left;
  color: #fff;
}
.noGamesMsg {
  text-align: center;
  padding: 50px 10px;
  font-size: 32px;
  font-style: italic;
  color: #c8102e;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  margin: 25px 0 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width: 767px) {
  .hawksSchedContainer_standard {
    margin: 0;
  }
  .noGamesMsg {
    font-size: 20px;
  }
}
.gameStationLogos {
  display: none;
}
[data-playoff-widget="true"] .gameStationLogos {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 4px;
}
[data-playoff-widget="true"] .gameStationLogos img {
  height: 18px;
  width: auto;
  margin-right: 0.5rem;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] {
  border-radius: 10px;
  overflow: hidden;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameBlock {
  height: 120px;
  font-size: 20px;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameblock:before {
  display: none !important;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlock {
  padding: 0;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .oppLogoBlock {
  width: 80px;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper:last-of-type .gameBlock {
  margin: 0 !important;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .btnBlock a.btn.scheduleBtn {
  box-shadow: none;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .teamName,
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameTime {
  font-size: 0.7em;
  letter-spacing: 1px;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .teamName {
  margin-bottom: -2;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .teamName:before {
  display: none;
}
.hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameTime {
  margin-top: -2;
  margin-bottom: 5px;
}
.seasonTypeLabelContent span.seriesRecord {
  font-size: 0.5em;
  position: absolute;
  right: 1em;
  top: 1.1em;
  color: #bbb;
}

/* container queries replacing maxXYZ helpers */

/* max 767 */
@container hawks-sched (max-width: 767px) {
  .gameBlockWrapper .gameBlock {
    height: 180px;
    font-size: 24px;
    z-index: 1;
    margin: 0;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
  }
  .gameBlockWrapper .gameblock:before {
    width: 180px;
    top: 72px;
    left: -72px;
  }
  .gameBlockWrapper .oppLogoBlock {
    width: 125px;
  }
  .gameBlockWrapper .gameInfoBlock {
    width: calc(100% - 250px);
  }
  .hawksSchedContainer_standard .gameBlockWrapper .btnBlock,
  .hawksSchedContainer_standard .gameBlockWrapper .resultBlock {
    width: 125px;
    right: 20px;
    margin-top: 0;
  }
  .gameBlockWrapper .btnBlock a.btn.scheduleBtn {
    height: 50px;
  }
  .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 55px);
  }
  .gameBlockWrapper .sponsorLogoBlock {
    width: 127px;
    bottom: 8px;
    top: unset;
    height: 40px;
  }
  .gameBlockWrapper .sponsorLogo img {
    max-height: 30px;
    max-width: 70px;
  }
  .gameBlockWrapper .teamName {
    margin-bottom: 0;
  }
  .gameBlockWrapper .gameNote {
    left: 36px;
  }
  .gameBlockWrapper[data-homeaway="A"] .btnBlock.gameSubBlock {
    font-size: 18px;
    padding-left: 5px;
  }
  .gameBlockWrapper[data-homeaway="A"] a.btn.btn-hotelscom {
    padding: 10px 0 25px;
  }
  .gameBlockWrapper a.btnRecap {
    padding: 2px 12px;
    margin-top: 3px;
  }
  .seasonTypeLabel {
    border-radius: 0;
    background: linear-gradient(135deg, rgba(40, 40, 40, 1) 0%, rgba(10, 10, 10, 1) 100%);
    color: #fff;
    margin: 0;
    padding: 12px 10px;
    font-size: 32px;
    font-weight: 100;
  }
  .seasonTypeLabel .schedRecord {
    font-size: 16px;
    margin: 10px 0 0 2px;
  }
  .seasonTypeLabel a.btn.labelBtn {
    top: 7px;
    right: 6px;
    width: 118px;
    padding: 6px 0 6px 20px;
    font-size: 16px;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .btnBlock {
    right: 0;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .resultBlock {
    right: 10px;
    font-size: 0.95em;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .btnBlock a.btn.scheduleBtn {
    height: 50%;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 164px);
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper[data-hasentitlement="true"] .entitlementBlock {
    width: calc(100% - 105px);
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .sponsorLogoBlock {
    width: 100px;
    top: unset;
    bottom: 5px;
    right: 0;
    height: 40px;
  }

  .hawksSchedContainer_standard[data-playoff-widget="true"] .schedSection {
    padding: 25px 0;
    background: #c8102e;
    background: -moz-linear-gradient(-45deg, #c8102e 0%, #810f22 100%);
    background: -webkit-linear-gradient(-45deg, #c8102e 0%, #810f22 100%);
    background: linear-gradient(135deg, #c8102e 0%, #810f22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8102e', endColorstr='#810f22',GradientType=1 );
  }
  .hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .oppLogoBlock {
    width: 60px;
  }
}

/* max 499 */
@container hawks-sched (max-width: 499px) {
  .gameBlockWrapper .gameBlock {
    font-size: 20px;
    height: 150px;
    padding-left: 25px;
  }
  .gameBlockWrapper .gameblock:before {
    width: 150px;
    top: 61px;
    left: -61px;
    font-size: 20px;
    line-height: 28px;
  }
  .hawksSchedContainer_standard .gameBlockWrapper .oppLogoBlock {
    width: 80px;
    padding: 0 8px 0 5px;
  }
  .hawksSchedContainer_standard .gameBlockWrapper[data-opponentabbr*="TBD"] .oppLogoBlock img {
    margin-left: 24px;
    height: 50%;
  }
  .gameBlockWrapper .gameNote {
    left: 28px;
  }
  .hawksSchedContainer_standard .gameBlockWrapper .btnBlock {
    width: 85px;
    right: 10px;
    padding-bottom: 15px;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .btnBlock {
    right: 0;
    padding-bottom: 0;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper a.btn.scheduleBtn.btn-tm {
    background-position: center bottom 15px;
    padding: 0 0 5px 0;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 115px);
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper[data-hasentitlement="true"] .entitlementBlock {
    width: calc(100% - 85px);
    height: 36px;
  }
  .hawksSchedContainer_standard .gameBlockWrapper .btnBlock,
  .hawksSchedContainer_standard .gameBlockWrapper .resultBlock {
    width: 90px;
    right: 0.5em;
    justify-content: flex-end;
  }
  .hawksSchedContainer_standard .gameBlockWrapper .resultBlock {
    font-size: 0.75em;
  }
  .gameBlockWrapper a.btn.scheduleBtn.btn-tm {
    background-position: center bottom 10px;
    padding: 0 0 10px 0;
  }
  .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 40px);
    left: 28px;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .sponsorLogoBlock,
  .gameBlockWrapper .sponsorLogoBlock {
    width: 80px;
    bottom: 4px;
    top: unset;
  }
  .gameBlockWrapper .entitlementBlock {
    width: calc(100% - 92px);
  }
  .gameBlockWrapper[data-homeaway="A"] .btnBlock.gameSubBlock {
    width: 82px;
    padding: 0;
    font-size: 16px;
  }
  .seasonTypeLabel {
    font-size: 24px;
  }
  .seasonTypeLabel .schedRecord {
    font-size: 12px;
    margin: 10px 0 0 2px;
  }
  .seasonTypeLabel a.btn.labelBtn {
    top: 5px;
    right: 5px;
    width: 76px;
    padding: 6px 0 7px 16px;
    font-size: 12px;
  }
  .seasonTypeLabel a.btn.labelBtn.addCalBtn::before {
    left: 0.4em;
    top: 47%;
  }
  .hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .teamName,
  .hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameTime {
    font-size: 0.5em;
  }
}

/* max 359 */
@container hawks-sched (max-width: 359px) {
  .gameBlockWrapper .gameBlock {
    font-size: 16px;
    height: 130px;
  }
  .gameBlockWrapper .gameblock:before {
    width: 130px;
    top: 51px;
    left: -51px;
  }
  .gameBlockWrapper .oppLogoBlock {
    width: 60px;
    padding: 0 5px 0 3px;
  }
  .gameBlockWrapper .btnBlock {
    width: 75px;
  }
  .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 38px);
    left: 30px;
  }
  .gameBlockWrapper .entitlementBlock {
    height: 30px;
    width: calc(100% - 95px);
    left: 3px;
    bottom: 3px;
  }
  .gameBlockWrapper .sponsorLogoBlock {
    height: 30px;
    width: 88px;
  }
  .gameBlockWrapper .sponsorLogoBlock .sponsorLogo img {
    max-height: 20px;
    max-width: 55px;
  }
  .gameBlockWrapper[data-homeaway="A"] .btnBlock.gameSubBlock {
    width: 72px;
    font-size: 15px;
  }
  .gameBlockWrapper[data-homeaway="A"] a.btn.btn-hotelscom {
    padding: 7px 0 20px;
    background-position: center bottom 20%;
  }
  .gameBlockWrapper a.btnRecap {
    font-size: 10px;
    padding: 2px 6px;
  }
  .gameBlockWrapper .resultBlock {
    width: 90px;
    right: 3px;
    right: 0.7em;
  }
  .seasonTypeLabel {
    font-size: 20px;
  }
  .seasonTypeLabel a.btn.labelBtn {
    top: 5px;
    right: 5px;
    width: 65px;
    padding: 6px 0 5px 12px;
    font-size: 11px;
  }
  .seasonTypeLabel a.btn.labelBtn.addCalBtn::before {
    left: 0.1em;
    top: 50%;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .btnBlock {
    width: 75px;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .partnerEntitlementBlock {
    width: calc(100% - 105px);
    left: 30px;
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper[data-hasentitlement="true"] .entitlementBlock {
    width: calc(100% - 65px);
  }
  .hawksSchedContainer_standard[data-showpromos="true"] .gameBlockWrapper .sponsorLogoBlock {
    width: 64px;
  }
  .hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .teamName,
  .hawksSchedContainer_standard[data-playoff-widget="true"] .gameBlockWrapper .gameTime {
    font-size: 0.45em;
  }
  .hawksSchedContainer_standard .gameBlockWrapper .resultBlock {
    font-size: 0.7em;
  }
}

.hawksSchedContainer_standard[data-condensed="true"] .gameBlockWrapper:nth-child(n + 7) {
  display: none;
}
.condensedSchedBtns {
  text-align: center;
  padding: 25px 15px;
}
.condensedSchedBtns a.btn {
  margin: 10px;
  font-size: 16px;
  width: 250px;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlockWrapper .gameBlock .entitlementBlock,
.hawksSchedContainer_standard[data-simple="true"] .gameBlockWrapper .gameBlock .sponsorLogoBlock,
.hawksSchedContainer_standard[data-simple="true"] .gameBlockWrapper .gameBlock .gameNote {
  display: none !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlock {
  height: 90px !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlockWrapper .gameBlock:before {
  width: 90px !important;
  top: 33px !important;
  left: -33px !important;
  font-size: 12px !important;
  line-height: 24px !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlock .oppLogoBlock {
  width: 60px !important;
  padding: 0 5px !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlock .btnBlock {
  width: 80px !important;
  padding-right: 7px !important;
  padding-bottom: 0 !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlock a.btn.scheduleBtn {
  height: 40px !important;
  font-size: 12px !important;
}
.hawksSchedContainer_standard[data-simple="true"] .gameBlock .gameInfoBlock > div:before {
  padding: 3px 6px !important;
}

.gameBlockWrapper.gameNoteAdded .oppLogoBlock,
.gameBlockWrapper.gameNoteAdded .gameInfoBlock {
  margin-top: 10px;
}

.gameModal {
  font-size: 16px;
  color: #000;
  line-height: 115%;
}
.gameModal .modal-content {
  overflow: hidden;
}
.gameModal .modal-body {
  padding-bottom: 35px;
}
.gameModal .close {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 36px !important;
  top: -5px;
  right: 10px;
}
.gameModal .modal-body > h2,
.gameModal .modal-body > h3 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.gameModal .modal-body > h2 {
  font-weight: bold;
  font-size: 1.8em;
}
.gameModal .modal-body > h3 {
  font-size: 1.6em;
}
.gameModal .entitlementBlock {
  font-size: 1.4em;
  background-color: #c8102e;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  margin: 15px -15px 0;
}
.gameModal .sponsorIntro {
  font-size: 0.6em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.gameModal .sponsorLogoBlock {
  position: absolute;
  top: 13px;
  bottom: unset;
  right: 90px;
  width: 80px;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
}
.gameModal .sponsorLogo img {
  display: inline-block;
  max-height: 36px;
  max-width: 80px;
}
.gameModal .noPromosMsg {
  text-align: center;
  color: #555;
  font-style: italic;
  width: 100%;
  padding: 10px;
  font-size: 1.2em;
  line-height: 125%;
}
.gameModal .giveawayTag {
  width: 150px;
  position: absolute;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 1px;
  transform: rotate(-35deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  right: -38px;
  bottom: 10px;
  background: #fdb927;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.promotionsContainer {
  padding: 15px 15px 0;
}
.promotionsContainer h4 {
  text-align: center;
  font-weight: 100;
  font-size: 1.6em;
  margin: 10px 0;
  text-transform: uppercase;
}
.gameModal .modalPromoBlock {
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 15px;
}
.gameModal .modalBtnContainer {
  text-align: center;
  margin-top: 25px;
}
.gameModal .modalBtnContainer a.btn {
  font-size: 16px;
}
.modalPromoBlock h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.modalPromoBlock .btnContainer {
  padding: 10px 0 0;
}
.modalPromoBlock .btnContainer a.btn {
  font-size: 1em;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  .gameModal .modal-dialog {
    top: 25px;
    margin: 0 15px;
  }
  .gameModal .sponsorLogoBlock {
    right: 75px;
  }
}
@media (max-width: 499px) {
  .gameModal {
    font-size: 12px;
  }
  .gameModal .modal-content {
    padding-top: 15px;
  }
  .gameModal .close {
    top: -20px !important;
    right: 5px !important;
    font-size: 28px !important;
  }
  .gameModal .sponsorIntro {
    font-size: 0.6em;
    line-height: 90%;
    margin-bottom: 5px;
  }
  .gameModal .sponsorLogoBlock {
    top: 10px;
    bottom: unset;
    right: 15px;
    height: 50px;
    width: 60px;
  }
  .gameModal .sponsorLogo img {
    display: inline-block;
    max-height: 30px;
    max-width: 60px;
  }
  .promotionsContainer {
    padding: 15px 5px 0;
  }
}

.hawksSchedContainer_standard .gameBlockWrapper[data-gamestate="3"] .entitlementBlock,
.hawksSchedContainer_standard .gameBlockWrapper[data-gamestate="3"] .sponsorLogoBlock {
  display: none !important;
}
.hawksSchedContainer_standard .gameBlockWrapper[data-gamestate="3"] .gameBlock:before,
.hawksSchedContainer_standard .gameBlockWrapper[data-gamestate="3"] .oppLogoBlock,
.hawksSchedContainer_standard .gameBlockWrapper[data-gamestate="3"] .gameInfoBlock {
  opacity: 0.5 !important;
}

body.future-games-true .btn.hawksStickyBtn.back-to-top {
  bottom: 162px !important;
}
body.future-games-false .hideWhenNoFutureGames {
  display: none;
}
a.btn.stickyBtnAddToCal {
  bottom: 90px !important;
  right: 20px !important;
  position: fixed;
  z-index: 999;
}
a.btn.stickyBtnAddToCal i {
  font-size: 28px;
  margin: 4px 0 0 0;
}

/* Target when there are no actual child elements */
.hawksSchedContainer_standard:not(:has(> *)) {
  position: relative;
  min-height: calc(12 * (200px + 15px));
  display: block;
  overflow: hidden;
}

/* Generate the 12 blocks */
.hawksSchedContainer_standard:not(:has(> *))::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  background: #ccc;
  box-shadow:
    0 calc(1 * (200px + 15px)) 0 #ccc,
    0 calc(2 * (200px + 15px)) 0 #ccc,
    0 calc(3 * (200px + 15px)) 0 #ccc,
    0 calc(4 * (200px + 15px)) 0 #ccc,
    0 calc(5 * (200px + 15px)) 0 #ccc,
    0 calc(6 * (200px + 15px)) 0 #ccc,
    0 calc(7 * (200px + 15px)) 0 #ccc,
    0 calc(8 * (200px + 15px)) 0 #ccc,
    0 calc(9 * (200px + 15px)) 0 #ccc,
    0 calc(10 * (200px + 15px)) 0 #ccc,
    0 calc(11 * (200px + 15px)) 0 #ccc;
}

/* Add the shimmer sweep */
.hawksSchedContainer_standard:not(:has(> *))::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-100%);
  animation: hawks-skeleton-sweep 1.25s linear infinite;
}

@keyframes hawks-skeleton-sweep {
  to {
    transform: translateX(100%);
  }
}

@media (max-width: 767px) {
  .hawksSchedContainer_standard:not(:has(> *))::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 6px;
    background: #ccc;
    box-shadow:
      0 calc(1 * (150px + 3px)) 0 #ccc,
      0 calc(2 * (150px + 3px)) 0 #ccc,
      0 calc(3 * (150px + 3px)) 0 #ccc,
      0 calc(4 * (150px + 3px)) 0 #ccc,
      0 calc(5 * (150px + 3px)) 0 #ccc,
      0 calc(6 * (150px + 3px)) 0 #ccc,
      0 calc(7 * (150px + 3px)) 0 #ccc,
      0 calc(8 * (150px + 3px)) 0 #ccc,
      0 calc(9 * (150px + 3px)) 0 #ccc,
      0 calc(10 * (150px + 3px)) 0 #ccc,
      0 calc(11 * (150px + 3px)) 0 #ccc;
  }
}
