*,
:after,
:before {
  box-sizing: border-box;
}
.cric-widget-container {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #48494a;
  text-align: left;
  background-color: #fff;
}
.cric-widget-item.ta {
  font-family: "AbiramiRegular", TAUN_Elango_abiramiregular;
  font-size: 16px;
}
.cric-widget-item.en {
  font-family: Segoe UI, sans-serif;
  font-size: 14px;
}
.cric-widget-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #48494a;
  text-align: left;
  background-color: #fff;
}
.cric-widget-item a {
  text-decoration: none;
}
.cric-widget-item .card-scorecard {
  padding: 0.5rem;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 10px;
  min-height: 120px;
}
.cric-widget-item .card-scorecard .status {
  color: #2b2c2d;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.cric-widget-item .card-scorecard .description {
  text-transform: capitalize;
  color: #48494a;
}
.cric-widget-item .card-scorecard .teams {
  margin: 0;
}
.cric-widget-item .card-scorecard .teams .team {
  margin-top: 0.25rem;
  align-items: center;
  color: #2b2c2d;
  margin-bottom: 8px;
}
.cric-widget-item .card-scorecard .status-text {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.75rem;
  margin: 0 -0.75rem;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 0;
}
.team .name-detail {
  line-height: 1.5;
  letter-spacing: 0.1px;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
  display: inline-block;
}
.team .name-detail img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border: none;
  position: relative;
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
.team .name-detail .name {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0;
  margin: 0;
  display: inline;
  font-weight: 700;
}
.team .score-detail {
  line-height: 1.5;
  letter-spacing: 0.1px;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
  float: right;
}
.team .score-detail .score-info {
  font-size: 0.8em;
  color: #48494a;
}
.team .score-detail .score {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 700;
}
.team-playing:after {
  content: "•";
  width: 5px;
  height: 5px;
  color: #d00;
  margin-left: 3px;
}
.match-live {
  color: #d00;
  font-weight: 700;
}
.splide__slide {
  list-style: none;
}
