.fcwc-match-auto{
  margin-bottom:24px;
}

.fcwc-app-match-card{
  max-width:760px;
  margin:0 auto 14px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:12px;
  background:#fff;
  padding:8px 14px 10px;
  box-shadow:0 3px 12px rgba(15,23,42,.05);
}

.fcwc-app-match-top{
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#64748b;
  font-size:12px;
  font-weight:800;
  text-align:center;
}

.fcwc-app-match-row{
  display:grid;
  grid-template-columns:1fr 110px 1fr;
  align-items:center;
  gap:10px;
}

.fcwc-app-match-team{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:0;
}

.fcwc-app-match-team img{
  width:50px;
  height:50px;
  object-fit:contain;
  margin-bottom:4px;
}

.fcwc-app-match-team strong{
  max-width:100%;
  color:#07152f;
  font-size:13px;
  line-height:1.1;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.fcwc-app-match-center{
  text-align:center;
}

.fcwc-app-match-center strong{
  display:block;
  color:#07152f;
  font-size:18px;
  line-height:1;
  font-weight:700;
}

.fcwc-app-match-center span{
  display:block;
  margin-top:4px;
  color:#046bd2;
  font-size:11px;
  font-weight:700;
}

.fcwc-app-match-center small{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:10px;
  font-weight:700;
}

.fcwc-single-tabs{
  max-width:760px;
  margin:0 auto 14px;
  display:flex;
  gap:8px;
}

.fcwc-single-tabs button{
  appearance:none;
  border:0;
  background:#eef2f7;
  color:#07152f;
  padding:9px 14px;
  border-radius:10px;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
}

.fcwc-single-tabs button.is-active{
  background:#046bd2;
  color:#fff;
}

.fcwc-single-panel{
  display:none;
}

.fcwc-single-panel.is-active{
  display:block;
}
.fcwc-app-match-center span.is-live{
  color:#ef4444;
}

.fcwc-app-match-center span.is-finished{
  color:#16a34a;
}

@media(max-width:640px){
  .fcwc-app-match-card{
    margin-left:0;
    margin-right:0;
  }

  .fcwc-app-match-row{
    grid-template-columns:1fr 100px 1fr;
  }

  .fcwc-app-match-team img{
    width:46px;
    height:46px;
  }

  .fcwc-app-match-team strong{
    font-size:12px;
  }

  .fcwc-app-match-center strong{
    font-size:20px;
  }
  .fcwc-app-match-center small{
    font-size:9px;
}
}