.jet-crypto tr,
.jet-crypto thead,
.jet-crypto td,
.jet-crypto th {
  background-color: transparent;
  border: none;
}
.jet-crypto tbody tr td:first-child {
  width: 100%;
  text-align: left !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.jet-crypto tbody tr td:last-child {
  font-weight: 600;
}
.jet-crypto th:not(:first-child),
.jet-crypto td {
  text-align: center;
}
.jet-crypto td {
  padding: 10px 6px;
  font-size: 14px;
}
.jet-crypto thead th {
  font-size: 13px !important;
  padding: 10px 6px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}
.jet-crypto span {
  display: inline-block;
  margin-left: 10px;
}

.jet-currency tr,
.jet-currency thead,
.jet-currency td,
.jet-currency th {
  background-color: transparent;
  border: none;
}
.jet-currency tbody tr td:first-child {
  width: 100%;
  text-align: left !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.jet-currency tbody tr td:last-child {
  font-weight: 600;
}
.jet-currency th:not(:first-child),
.jet-currency td {
  text-align: center;
}
.jet-currency td {
  padding: 10px 6px;
  font-size: 14px;
}
.jet-currency thead th {
  font-size: 13px !important;
  padding: 10px 6px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}
.jet-currency span {
  display: inline-block;
  margin-left: 10px;
}

/* AxyVeraX Super Lig Widget */
.axy-superlig-widget {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11,18,32,.96), rgba(14,28,54,.96));
  color: #eef4ff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 60px rgba(2,8,23,.35);
}
.axy-superlig-head {display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.axy-superlig-kicker {
  display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;
  background: rgba(56,189,248,.14); color:#8fe6ff; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
}
.axy-superlig-source {font-size:12px;color:rgba(226,232,240,.72)}
.axy-superlig-table {display:grid;gap:10px}
.axy-superlig-row {
  border-radius:18px;padding:12px 14px;
  background: rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.axy-superlig-row.is-glow {
  background: linear-gradient(135deg, rgba(252,211,77,.12), rgba(59,130,246,.12));
  border-color: rgba(252,211,77,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 35px rgba(252,211,77,.12);
}
.axy-superlig-row.is-relegation {
  background: linear-gradient(135deg, rgba(127,29,29,.32), rgba(69,10,10,.28));
  border-color: rgba(248,113,113,.3);
}
.axy-superlig-main,.axy-superlig-sub{display:flex;align-items:center;justify-content:space-between;gap:12px}
.axy-superlig-sub{margin-top:10px;flex-wrap:wrap}
.axy-superlig-rank{
  width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background: rgba(255,255,255,.07);font-weight:700;font-size:13px;flex:0 0 32px
}
.axy-superlig-team-wrap{display:flex;flex-direction:column;gap:2px;flex:1}
.axy-superlig-team{font-weight:700;font-size:15px;line-height:1.2}
.axy-superlig-meta,.axy-superlig-record{font-size:12px;color:rgba(226,232,240,.76)}
.axy-superlig-points{display:inline-flex;align-items:flex-end;gap:3px;font-size:24px;font-weight:800;line-height:1}
.axy-superlig-points small{font-size:11px;opacity:.8;margin-bottom:3px}
.axy-superlig-trend{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.axy-superlig-trend svg{width:16px;height:16px}
.axy-superlig-trend--up{color:#4ade80;background:rgba(74,222,128,.14)}
.axy-superlig-trend--down{color:#f87171;background:rgba(248,113,113,.14)}
.axy-superlig-trend--flat{color:#fbbf24;background:rgba(251,191,36,.14)}
.axy-superlig-form{display:inline-flex;gap:6px;flex-wrap:wrap}
.axy-form-pill{
  min-width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:800;letter-spacing:.04em
}
.axy-form-pill.is-win{background:rgba(34,197,94,.16);color:#86efac}
.axy-form-pill.is-draw{background:rgba(251,191,36,.18);color:#fde68a}
.axy-form-pill.is-loss{background:rgba(248,113,113,.16);color:#fca5a5}
body:not(.wp-admin) [data-theme="light"] .axy-superlig-widget,
html[data-theme="light"] .axy-superlig-widget,
body[data-theme="light"] .axy-superlig-widget {
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  color: #14213d;
  border-color: rgba(15,23,42,.08);
  box-shadow: 0 18px 36px rgba(15,23,42,.08);
}
html[data-theme="light"] .axy-superlig-row,
body[data-theme="light"] .axy-superlig-row {background:#fff;border-color:rgba(15,23,42,.08)}
html[data-theme="light"] .axy-superlig-row.is-glow,
body[data-theme="light"] .axy-superlig-row.is-glow {background:linear-gradient(135deg, rgba(250,204,21,.14), rgba(59,130,246,.08))}
html[data-theme="light"] .axy-superlig-row.is-relegation,
body[data-theme="light"] .axy-superlig-row.is-relegation {background:linear-gradient(135deg, rgba(254,226,226,.95), rgba(254,242,242,.95))}
html[data-theme="light"] .axy-superlig-meta,
html[data-theme="light"] .axy-superlig-record,
html[data-theme="light"] .axy-superlig-source,
body[data-theme="light"] .axy-superlig-meta,
body[data-theme="light"] .axy-superlig-record,
body[data-theme="light"] .axy-superlig-source {color:#475569}


.axy-superlig-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:12px;
  color:rgba(226,232,240,.8);
}
.axy-superlig-legend-item{display:inline-flex;align-items:center;gap:8px}
.axy-superlig-legend-item .axy-form-pill{margin:0;min-width:22px;height:22px;font-size:11px}
html[data-theme="light"] .axy-superlig-legend{
  border-top-color:rgba(15,23,42,.08);
  color:rgba(15,23,42,.72);
}
