.match-day-widget {
  border: none;
  border-radius: 8px;
}

.match-day-widget .side-widget__title::before {
  content: none;
  display: none;
}

.match-day-widget .side-widget__title {
  background-color: transparent;
  background-image: none;
  color: #262f56;
  border-radius: 8px 8px 0px 0px;
  padding: 16px 20px;
  height: auto;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
}

.match-day-widget .widget-title-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.match-day-widget__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  border: 1px solid #d9eafa;
  border-top: none;
}

.match-day-widget__banner {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.match-day-widget__banner a {
  display: block;
  width: 100%;
}

.match-day-widget__banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.match-day-widget__tournament {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #00c6591f;
  border-radius: 30px;
}

.match-day-widget .match-day-widget__tournament {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #00c6591f;
  border-radius: 30px;
  margin: 0 auto;
}

.match-day-widget__match-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  width: 100%;
}

.match-day-widget__team {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.match-day-widget__team:first-child {
  align-items: center;
}

.match-day-widget__team:first-child .match-day-widget__team_name {
  text-align: center;
}

.match-day-widget__team:last-child {
  align-items: center;
}

.match-day-widget__team:last-child .match-day-widget__team_name {
  text-align: center;
}

.match-day-widget__team_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-day-widget__team_logo img {
  width: 60px;
  height: 60px;
}
.person .match-day-widget__team_logo img {
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 6%);
}
.match-day-widget__team_name {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #262f56;
  width: 100%;
}
.match-day-widget__team_country {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #7c7c7c;
}

.match-day-widget__datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.match-day-widget__info_chmp-logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.match-day-widget__info_chmp-logo img {
  object-fit: cover;
  width: 16px;
  height: 16px;
}

.match-day-widget__info_chmp {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #00c659;
}

.match-day-widget__info__date {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #7c7c7c;
}

.match-day-widget__info__time {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #262f56;
}
.match-day-widget__title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #262f56;
  margin: 20px 0;
  justify-content: center;
}
.match-day-widget__kfs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.match-day-widget__kfs > span {
  position: relative;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 4.5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #262f56;
  height: 30px;
  width: 70px;
  margin: 0 4px;
  gap: 12px;
}

.match-day-widget__kfs .kf-label {
  font-size: 12px;
  font-weight: 400;
  color: #b1c4c4;
  text-transform: uppercase;
}

.match-day-widget__kfs .kf-value {
  font-size: 14px;
  font-weight: 500;
  color: #262f56;
}

.match-day-widget__kfs span .kf-bk-hide {
  display: none;
}

.match-day-widget .match-day-widget__kfs span:hover,
.match-day-widget .match-day-widget__kfs span:focus,
.match-day-widget .match-day-widget__kfs span:active {
  background: transparent;
  cursor: default;
  outline: none;
  box-shadow: none;
}

.match-day-widget__kfs .kf-bk-hide {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);

  justify-content: center;
  align-items: center;
  width: 114px;
  height: 35px;

  background-color: #fff;
  border: 1px solid #d9eafa;
  border-radius: 8px;
}

.match-day-widget__kfs .kf-bk-hide img {
  position: relative;
  z-index: 3;
}

.match-day-widget__kfs .kf-bk-hide::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -10px;
  transform: translateX(-50%) rotate(-135deg);

  width: 18px;
  height: 18px;

  border-bottom: 1.11707px solid #d9eafa;
  border-right: 1.11707px solid #d9eafa;
  background-color: #fff;
}

.match-day-widget__kfs .kf-bk-hide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -18px;
  width: 100%;
  height: 18px;
}

.match-day-widget__counter {
  font-weight: 500;
  font-size: 16.05px;
  line-height: 16px;
  color: #262f56;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-day-widget__counter::before {
  font-family: "Betru";
  content: "\e947";
  font-size: 18px;
  margin-right: 4px;
}
.match-day-widget__video-btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  background-color: #00c659;
  border-radius: 16px;
  margin-top: 10px;
  height: 38px;
  width: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.match-day-widget__video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  z-index: 1;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 4px;
  border-top-width: 4px;
  border-left: 6px solid #00c659;
}
.match-day-widget__video-btn::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  left: 8px;
}
.match-day-widget__permalink {
  width: 300px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 24px;
  padding: 12px 0;
  justify-content: center;
  background-color: #262f56;
  border-radius: 8px;
}

.match-day-widget__permalink:focus,
.match-day-widget__permalink:hover,
.match-day-widget__permalink:active {
  color: #ffffff;
  background-color: #1f2645;
}

.match-day-widget__link-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background-color: #00c6591a;
  color: #00c659;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.2s;
  margin-top: 12px;
  line-height: 100%;
}

.match-day-widget__link-all::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../image/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.match-day-widget__link-all:hover {
  background-color: #0391433a;
}

@media screen and (max-width: 1024px) {
  .match-day-widget__permalink {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .match-day-widget__permalink {
    width: 300px;
  }
}
