.match-card,
.match-card * {
  box-sizing: border-box;
}

.match-card {
  /* width: 375px; */
  height: 550px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  /* background:
    radial-gradient(circle at 50% 18%, rgba(255, 176, 52, 0.28), transparent 22%),
    radial-gradient(circle at 50% 38%, rgba(255, 132, 0, 0.16), transparent 18%),
    linear-gradient(180deg, #141a28 0%, #20263a 22%, #18202f 48%, #11161f 100%); */
}

.match-card__top-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 50% 0%, rgba(255, 183, 0, 0.16), transparent 35%);
  pointer-events: none;
}

.match-card__header {
  position: relative;
  padding: 20px 16px 0;
  z-index: 2;
}

.match-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.match-card__brand-text {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #f3f4f6;
}

.match-card__teams {
  position: relative;
  z-index: 2;
  padding: 0px 14px 0px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  height: 103px;
}

.match-card__team {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.match-card__vs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.match-card__vs span {

  font-size: 3rem !important;
  font-weight: 900;
  color: #fff3d1;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.9),
    0 0 14px rgba(255, 200, 80, 0.8),
    0 0 28px rgba(255, 140, 0, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.6),
    0 0 2px rgba(0, 0, 0, 0.9);
}
 

.fs-17px{
  font-size: 17px !important;
}

.text-shadow {
  text-shadow:
    0 0 4px #000,
    0 0 8px #000,
    2px 2px 6px rgba(0, 0, 0, 0.8) !important;
}

.text-shadow-dark {
    text-shadow: 0 0 4px #000, 0 0 8px #000, 2px 2px 6px rgba(0, 0, 0, 0.8) !important;
}


.match-card__title {
  position: relative;
  z-index: 2;
  margin: 3px 18px 3px;
  padding: 10px 0px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #ffd34d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.match-card__list {
  position: relative;
  z-index: 2;
  width: calc(100% - 54px);
  margin: 0 auto;
  background: rgba(16, 20, 30, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.match-card__list-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.match-card__list-item:last-child {
  border-bottom: 0;
}

.match-card__check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  background: linear-gradient(180deg, #8cdc2b, #5ca717);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 10px rgba(140, 220, 43, 0.28);
}

.match-card__list-text {
  font-size: 14px;
  line-height: 1.15;
  color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.match-card__list-text strong {
  font-size: 16px;
}

.match-card__info {
  position: relative;
  z-index: 2;
  width: calc(100% - 36px);
  margin: 4px auto 0;
  padding: 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.match-card__info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
  font-size: 13px;
  color: #f3f4f6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.match-card__icon {
  font-size: 15px;
  text-shadow:
    0 0 6px rgba(255, 193, 7, 0.4),
    0 0 12px rgba(255, 193, 7, 0.3),
    0 0 18px rgba(255, 193, 7, 0.2);
  color: #ffbf2f;
}

.match-card__icon i {
  font-size: 15px;
  text-shadow:
    0 0 6px rgba(255, 193, 7, 0.4),
    0 0 12px rgba(255, 193, 7, 0.3),
    0 0 18px rgba(255, 193, 7, 0.2);
  color: #ffbf2f;
}

.match-card__dot {
  margin: 0 2px;
  color: #ffbf2f;
  font-size: 16px;
  line-height: 1;
}

.match-card__highlight {
  color: #ffca44;
  text-shadow:
    0 0 6px rgba(255, 193, 7, 0.4),
    0 0 12px rgba(255, 193, 7, 0.3),
    0 0 18px rgba(255, 193, 7, 0.2);
  font-weight: 900;
}

.match-card__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 12px 24px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28) 20%, rgba(0, 0, 0, 0.48));
  z-index: 2;
}

.match-card__footer {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.86);
}

.match-card__footer strong {
  color: #fff;
}