#bears-preview-2022 #schedule {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 25px;
  padding: 15px;
  margin: 0 auto;
  max-width: 900px;
  /* transform: translateX(125px); */
  box-sizing: border-box;
}

@media(max-widtH: 600px) {
  #bears-preview-2022 #schedule {
    grid-template-columns: 1fr;
    transform: translateX(0px);

  }
}


#bears-preview-2022 #schedule div {
  /* background-color: #efefef; */
  transition: 0.5s;
}

#bears-preview-2022 #schedule .week {
  display: block;
  font-weight: bold;
  border-bottom: 0.5px solid #fff;
  /* background-color: #222;
  color: #fff; */
  box-sizing: border-box;
}

#bears-preview-2022 #schedule p.info {
  font-weight: 600;
  margin: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
}
/* #schedule .rams:hover{
  background: #fcc315;
} */

#bears-preview-2022 #schedule p {
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  font-size: 13px;
}

/* #schedule .bengals:hover  {
background: #ea4e02;
}

#schedule .browns:hover  {
  background: #331b03;
  color: #efefef;
  }
  #schedule .lions:hover {
    background:   #0074b1;
  }
  #schedule .raiders:hover {
    background: #8c8e8c;
  }
  #schedule .packers:hover {
    background:   #faa219;
  } */


  #bears-preview-2022 #schedule .bye-week {
  /* background-color: #000; */
  opacity: 1;
  /* background: repeating-linear-gradient( -45deg, #d6d6dd, #d6d6dd 2px, #000 2px, #000 10px ); */

}





#bears-preview-2022 #schedule .away p,
#bears-preview-2022 #schedule .away .week  {
  color: lightblue;
}
#bears-preview-2022 #schedule .away .week  {
  border-bottom: 0.5px solid lightblue;
}

#bears-preview-2022 #schedule .home p,
#bears-preview-2022 #schedule .home .week  {
  color: #cd623e;
}
#bears-preview-2022 #schedule .home .week  {
  border-bottom: 0.5px solid #cd623e;
}
/* #schedule .home p {
  color: #ef8b28;  
} */


#bears-preview-2022  .schedule-key {
  margin: 0 auto;
  max-width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  }

  #bears-preview-2022 .schedule-link {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    max-width: fit-content;
  }