@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 20px;
  position: relative;
  overflow-x: hidden;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  color: #262222;
  fill: #262222;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 32px;
}

input {
  outline: 0;
}

img {
  height: auto;
  width: 100%;
}

svg {
  fill: currentColor;
}

b {
  font-weight: bold;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.right {
  position: absolute;
  right: 0;
}

.left {
  position: absolute;
  left: 0;
}

.bold {
  font-weight: bold;
}

.live {
  color: #cb1818;
}

.sec {
  color: rgba(34, 34, 38, 0.5);
}

.break {
  color: #e59c03;
}

.logo {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.25px;
  gap: 0.2rem;
  margin: 0 2rem;
}
.logo img {
  height: 54px;
}

header {
  display: flex;
  background: #cb1818;
  color: #fff;
  line-height: 54px;
  padding: 1rem;
}
header a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 2rem;
  text-decoration: none;
}

main {
  background: #edf1f6;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.box {
  background: #fff;
  border-radius: 1rem;
  display: block;
  width: 100%;
}

.group {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  width: auto;
  align-items: center;
  font-weight: bold;
}
.group img {
  width: 32px;
  height: 32px;
}
.group .title {
  flex-grow: 1;
}
.group .title div + div, .group .note {
  font-size: 13px;
  color: rgba(34, 34, 38, 0.5);
}
.group .title div + div svg, .group .note svg {
  vertical-align: center;
  height: 14px;
}

.match + .group {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
}

.match {
  display: flex;
  padding: 0 1rem;
  margin-bottom: 12px;
}
.match .time {
  width: 46px;
  border-right: 1px solid #ccc;
  padding-right: 1rem;
  margin-right: 1rem;
  font-size: 13px;
  text-align: center;
  color: rgba(34, 34, 38, 0.5);
}
.match .teams {
  font-size: 15px;
  display: flex;
  width: 372px;
}
.match .teams .names {
  flex-grow: 1;
}
.match .teams .names img {
  height: 16px;
  width: 16px;
  margin-right: 0.5rem;
  vertical-align: -2px;
}
.match .teams .tennis {
  display: flex;
  width: 170px;
}
.match .teams .tennis .game {
  color: #0bb32a;
  text-align: right;
  margin-right: 1rem;
}
.match .teams .tennis .game svg {
  vertical-align: -2px;
  margin-right: 4px;
  display: none;
}
.match .teams .tennis .game .serve svg {
  display: inline;
}
.match .teams .tennis .sets {
  text-align: left;
}
.match .teams .tennis .sets div {
  display: flex;
}
.match .teams .tennis .sets div > div {
  width: 24px;
}
.match .teams .tennis .tb {
  font-size: 10px;
  margin: -6px 0 0 0px;
  letter-spacing: -1px;
  color: #222;
  text-align: left;
}
.match .score {
  margin-left: 1rem;
  font-size: 15px;
  text-align: right;
  border-right: 1px solid #ccc;
  padding-right: 1rem;
  margin-right: 1rem;
}

.bots {
  display: flex;
  gap: 0.5rem;
}
.bots .bot {
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px 6px 2px;
  border-radius: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  min-width: 54px;
}
.bots .bot div:first-child {
  font-weight: bold;
}
.bots .bot.on {
  color: #fff;
  background: #e59c03;
  border: 0;
}/*# sourceMappingURL=s.css.map */