*. {
  box-sizing: border-box;
}
h2,
h3,
p {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "shurjo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Shurjo Regular"),
    url("../fonts/ShurjoWeb_400.woff2") format("woff2"),
    url("../fonts/ShurjoWeb_400.ttf") format("truetype");
}
@font-face {
  font-family: "shurjo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Shurjo Bold"), url("../fonts/ShurjoWeb_700.woff2") format("woff2"),
    url("../fonts/ShurjoWeb_700.ttf") format("truetype");
}
body {
  margin: 0;
  background: #f0f1ff;
  padding-top: 6px; /*added for score */
}
.tv-program-wrapper {
  /* display: grid; */
  font-family: shurjo;
}
.tv-program-wrapper__headline-block {
  display: flex;
  background: #e2e4ff;
  padding: 15px 0 10px 20px;
  text-decoration: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
.tv-program-wrapper__headline {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1a237e;
  margin-left: 10px;
}
.tv-program-wrapper__headline-block svg {
  width: 24px;
  height: 24px;
}

.tv-program-wrapper__fixtures {
  display: grid;
  margin-top: 54px;
}
.tv-program-wrapper__fixture {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-stretch: normal;
  font-style: normal;
  color: #121212;
  padding: 12px;
}
.tv-program-wrapper__fixture:not(:last-child) {
  border-bottom: solid 1px #e2e4ff;
}

.tv-program-wrapper__fixture p:first-child {
  font-weight: bold;
  line-height: 1.33;
}

.tv-program-wrapper__fixture p:last-child {
  line-height: 1.28;
  font-weight: normal;
}

.title-element {
  color: #ed1c24;
  padding: 20px 16px 8px;
  border-top: 2px solid #e2e4ff;
}
