@charset "UTF-8";
/* ===== Sportka Widget – styles ===== */
.sw-widget {
  font: 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  color: #111;
}

.sw-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 12px;
}

.sw-title {
  font-weight: 700;
  font-size: 18px;
}

.sw-date {
  color: #666;
}

.sw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.sw-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

.sw-card h3 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 16px;
}

.sw-balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.sw-ball {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.sw-ball--bonus {
  background: #f59e0b; /* oranžová pro bonus */
}

.sw-plus {
  font-weight: 700;
  margin: 0 6px;
}

.sw-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px;
}

.sw-table th,
.sw-table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border: 0;
}

.sw-table th {
  font-weight: 600;
  background: #fafafa;
  border: none;
}

.sw-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  color: #444;
  margin: 10px 0 0;
}

.sw-meta div {
  white-space: nowrap;
}

.sw-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}

/* Šance box (volitelný) */
.sw-chance {
  margin-top: 12px;
}

/* Přístupnost / redukce pohybu – žádné animace (kdybys přidával) */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/* Tmavý režim (volitelně) */
@media (prefers-color-scheme: dark) {
  .sw-widget {
    background: #161616;
    border-color: #2a2a2a;
    color: #e9e9e9;
  }
  .sw-card {
    background: #1b1b1b;
    border-color: #2a2a2a;
  }
  .sw-table th {
    background: #222;
  }
  .sw-ball {
    background: #e9e9e9;
    color: #111;
  }
  .sw-ball--bonus {
    background: #ffd166;
    color: #111;
  }
  .sw-date,
  .sw-foot {
    color: #aaa;
  }
}
/*# sourceMappingURL=vysledky-sportky.css.map */
