.elementor-1627 .elementor-element.elementor-element-2b1355c{--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-7429af4 */*, *::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;
}

.tips-wrap {
  max-width: 680px;
  margin: 0 auto;
}

/* Section title */
.section-title {
  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-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e24b4a;
  display: inline-block;
}

/* Date nav header */
.tips-header {
  background: #0a1f5c;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.tips-header span {
  color: #f0c040;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  cursor: pointer;
  user-select: none;
}

.tips-header span.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Main card body */
.tips-body {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #fff;
}

/* League label row */
.league-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 6px;
  border-top: 1px solid #efefef;
}

.league-label:first-child {
  border-top: none;
}

.league-flag {
  font-size: 16px;
}

.league-name {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Individual tip row */
.tip-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
  gap: 12px;
  transition: background 0.15s;
}

.tip-row:hover {
  background: #f9f9f9;
}

.tip-time {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 2px;
}

.tip-match {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.tip-meta {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

/* Badges */
.tip-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 99px;
}

.badge-type {
  background: #e6f0fb;
  color: #1155aa;
}

.badge-odds {
  background: #f4f4f4;
  color: #666;
  border: 1px solid #e0e0e0;
}

/* Result column */
.result-col {
  text-align: right;
  min-width: 64px;
}

.result-pending {
  font-size: 12px;
  color: #aaa;
}

.result-win {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 99px;
  background: #eaf3de;
  color: #3b6d11;
  display: inline-block;
}

.result-loss {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 99px;
  background: #fcebeb;
  color: #a32d2d;
  display: inline-block;
}

/* Stats footer */
.tips-footer {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.footer-stat {
  text-align: center;
  padding: 12px 8px;
  background: #f4f4f4;
  border-radius: 8px;
  flex: 1;
}

.footer-stat-val {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

.footer-stat-val.win {
  color: #3b6d11;
}

.footer-stat-val.loss {
  color: #a32d2d;
}

.footer-stat-lbl {
  font-size: 10px;
  color: #888;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}/* End custom CSS */