.zisfc-table-wrapper, .zisfc-table, .zisfc-table * {
  box-sizing: border-box;
  font-family: inherit;
  direction: rtl;
}

.zisfc-table-wrapper {
  background: #0a2745 !important;
  padding: 24px 12px 12px 12px !important;
  border-radius: 18px !important;
  max-width: 100% !important;
}

.zisfc-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-family: inherit !important;
}

.zisfc-table th, .zisfc-table td {
  padding: 14px 8px !important;
  vertical-align: middle !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  border: none !important;
  background: none !important;
  white-space: nowrap;
}

.zisfc-table-title-row th {
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  background: none !important;
  padding: 14px 8px !important;
  border-bottom: 2px solid #00345e !important;
}

.zisfc-table-title-row th:first-child {
  text-align: right !important;
}

.zisfc-table thead tr:not(.zisfc-table-title-row) th {
  color: #9daebd !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  background: none !important;
}

.zisfc-table tr:not(:last-child) td {
  border-bottom: 1px solid #00345e !important;
}

.zisfc-table-team-cell {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  direction: rtl !important;
}

.zisfc-table-team-logo {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

.zisfc-table-team-name {
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  display: inline-block !important;
}

.zisfc-table td.zisfc-table-team-td {
  text-align: right !important;
}

@media (max-width: 760px) {
  .zisfc-table-wrapper { padding: 18px 8px 8px 8px !important; border-radius: 14px !important; }
  .zisfc-table th, .zisfc-table td { padding: 12px 6px !important; font-size: 0.72rem !important; }
  .zisfc-table thead tr:not(.zisfc-table-title-row) th { font-size: 0.68rem !important; }
  .zisfc-table-team-logo { width: 26px !important; height: 26px !important; }
  .zisfc-table-team-name { font-size: 0.75rem !important; }
}

@media (max-width: 600px) {
  .zisfc-table-wrapper { padding: 16px 6px 6px 6px !important; border-radius: 12px !important; }
  .zisfc-table th, .zisfc-table td { padding: 10px 4px !important; font-size: 0.68rem !important; }
  .zisfc-table thead tr:not(.zisfc-table-title-row) th { font-size: 0.62rem !important; }
  .zisfc-table-team-logo { width: 24px !important; height: 24px !important; }
  .zisfc-table-team-name { font-size: 0.72rem !important; }
  .zisfc-table-team-cell { gap: 8px !important; }
}

@media (max-width: 480px) {
  .zisfc-table-wrapper { padding: 14px 4px 4px 4px !important; }
  .zisfc-table th, .zisfc-table td { padding: 9px 3px !important; font-size: 0.58rem !important; }
  .zisfc-table thead tr:not(.zisfc-table-title-row) th { font-size: 0.55rem !important; }
  .zisfc-table-team-logo { width: 22px !important; height: 22px !important; }
  .zisfc-table-team-name { font-size: 0.65rem !important; }
  .zisfc-table-team-cell { gap: 6px !important; }
}

@media (max-width: 360px) {
  .zisfc-table-wrapper { padding: 12px 2px 2px 2px !important; }
  .zisfc-table th, .zisfc-table td { padding: 8px 2px !important; font-size: 0.52rem !important; }
  .zisfc-table thead tr:not(.zisfc-table-title-row) th { font-size: 0.5rem !important; }
  .zisfc-table-team-logo { width: 20px !important; height: 20px !important; }
  .zisfc-table-team-name { font-size: 0.6rem !important; }
  .zisfc-table-team-cell { gap: 5px !important; }
}

@media (max-width: 300px) {
  .zisfc-table th, .zisfc-table td { padding: 8px 1px !important; font-size: 0.48rem !important; }
  .zisfc-table thead tr:not(.zisfc-table-title-row) th { font-size: 0.45rem !important; }
  .zisfc-table-team-logo { width: 18px !important; height: 18px !important; }
  .zisfc-table-team-name { font-size: 0.55rem !important; }
}