.elementor-1638 .elementor-element.elementor-element-b817021{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f694430 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #f4f4f4;
  padding: 2rem 1rem;
  color: #1a1a1a;
}

/* ── Wrapper ── */
.sotd-wrap {
  max-width: 680px;
  margin: 0 auto;
}

/* ── Section label ── */
.sotd-label {
  font-size: 11px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot-gold {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0c040;
  display: inline-block;
}

/* ── Header bar ── */
.sotd-header {
  background: #0a1f5c;
  border-radius: 12px 12px 0 0;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sotd-header-title {
  color: #f0c040;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sotd-date {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

/* ── Card body ── */
.sotd-body {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #fff;
  overflow: hidden;
}

/* ── League row ── */
.sotd-league {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px 8px;
  border-bottom: 1px solid #f0f0f0;
}

.sotd-flag {
  font-size: 15px;
}

.sotd-league-name {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sotd-league-comp {
  font-size: 11px;
  color: #bbb;
  margin-left: auto;
}

/* ── Main content ── */
.sotd-main {
  padding: 18px 20px;
}

.sotd-kickoff {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 4px;
}

.sotd-match {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

/* ── Detail boxes ── */
.sotd-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.sotd-detail-box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 10px 12px;
}

.sotd-detail-lbl {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

.sotd-detail-val {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.sotd-detail-val.highlight {
  color: #1155aa;
}

/* ── Analysis block ── */
.sotd-analysis {
  background: #f0f6ff;
  border-left: 3px solid #3378cc;
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
  font-size: 13px;
  color: #334;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ── Result row ── */
.sotd-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.sotd-result-label {
  font-size: 12px;
  color: #999;
}

.result-pending {
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
}

.result-win {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 99px;
  background: #eaf3de;
  color: #3b6d11;
  display: inline-block;
}

.result-loss {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 99px;
  background: #fcebeb;
  color: #a32d2d;
  display: inline-block;
}

/* ── Stats footer ── */
.sotd-footer {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.sotd-stat {
  flex: 1;
  text-align: center;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 12px 8px;
}

.sotd-stat-val {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.sotd-stat-val.win {
  color: #3b6d11;
}

.sotd-stat-val.loss {
  color: #a32d2d;
}

.sotd-stat-val.neutral {
  color: #1155aa;
}

.sotd-stat-lbl {
  font-size: 10px;
  color: #888;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Last 10 streak ── */
.sotd-streak {
  margin-top: 10px;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sotd-streak-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.streak-dots {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.streak-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}

.streak-dot.w {
  background: #eaf3de;
  color: #3b6d11;
}

.streak-dot.l {
  background: #fcebeb;
  color: #a32d2d;
}

.streak-dot.p {
  background: #ebebeb;
  color: #aaa;
}/* End custom CSS */