.zisfc-matches-wrapper, .zisfc-matches-table, .zisfc-matches-table * {
  box-sizing: border-box;
  font-family: inherit;
  direction: rtl;
}

.zisfc-matches-wrapper {
  background: #0a2745 !important;
  padding: 24px 12px 12px 12px !important;
  border-radius: 18px !important;
  max-width: 100% !important;
  overflow-x: auto;
}

.zisfc-matches-table {
  width: 100% !important;
  min-width: 280px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-family: inherit !important;
}

.zisfc-matches-table td {
  padding: 14px 8px !important;
  vertical-align: middle !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 1rem !important;
  border: none !important;
  background: none !important;
}

.zisfc-matches-table .zisfc-td-host {
  text-align: left !important;
}
.zisfc-matches-table .zisfc-td-guest {
  text-align: right !important;
}

.zisfc-matches-table tr:not(:last-child) td:not(.zisfc-week-header) {
  border-bottom: 1px solid #00345e !important;
}

.zisfc-week-header {
  padding: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: none !important;
}
.zisfc-week-header .zisfc-matches-title {
  background: #00345e !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
}
.zisfc-week-header .zisfc-matches-title-logo {
  width: 28px !important;
  height: 28px !important;
}

.zisfc-match-team {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.zisfc-match-team-logo {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}

.zisfc-match-team-name {
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  white-space: normal;
}

.zisfc-match-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.zisfc-match-time {
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

.zisfc-match-date {
  color: #9daebd !important;
  font-size: 0.7rem !important;
  margin-top: 2px !important;
}

.zisfc-result-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.zisfc-result-host-score,
.zisfc-result-guest-score {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  direction: ltr;
}
.zisfc-result-separator {
  font-size: 0.95rem;
  font-weight: 800;
  color: #9daebd;
}

@media (max-width: 760px) {
  .zisfc-match-team-logo { width: 30px !important; height: 30px !important; }
  .zisfc-match-team-name { font-size: 0.75rem !important; }
  .zisfc-result-host-score, .zisfc-result-guest-score, .zisfc-result-separator { font-size: 0.88rem !important; }
}

@media (max-width: 600px) {
  .zisfc-match-team { gap: 8px !important; }
  .zisfc-match-team-logo { width: 28px !important; height: 28px !important; }
  .zisfc-match-team-name { font-size: 0.72rem !important; }
  .zisfc-result-host-score, .zisfc-result-guest-score, .zisfc-result-separator { font-size: 0.82rem !important; }
  .zisfc-matches-table td { padding: 12px 6px !important; }
}

@media (max-width: 480px) {
  .zisfc-match-team { gap: 6px !important; }
  .zisfc-match-team-logo { width: 26px !important; height: 26px !important; }
  .zisfc-match-team-name { font-size: 0.68rem !important; }
  .zisfc-result-host-score, .zisfc-result-guest-score, .zisfc-result-separator { font-size: 0.78rem !important; }
  .zisfc-matches-table td { padding: 10px 4px !important; }
}

@media (max-width: 360px) {
  .zisfc-match-team { gap: 5px !important; }
  .zisfc-match-team-logo { width: 24px !important; height: 24px !important; }
  .zisfc-match-team-name { font-size: 0.65rem !important; }
  .zisfc-result-grid { gap: 5px; }
  .zisfc-result-host-score, .zisfc-result-guest-score, .zisfc-result-separator { font-size: 0.72rem !important; }
}

@media (max-width: 300px) {
  .zisfc-match-team-logo { width: 22px !important; height: 22px !important; }
  .zisfc-match-team-name { font-size: 0.62rem !important; }
  .zisfc-result-host-score, .zisfc-result-guest-score, .zisfc-result-separator { font-size: 0.68rem !important; }
}