.ai-forecast-widget {
      --ai-accent-green: var(--additional-dull-green, #58A983);
      --ai-text-main: var(--text-dark-grey, #484E53);
      --ai-text-muted: var(--text-tetriary, #6A7284);
      --ai-gray-light: var(--grayscale-gray-xlight, #F4F5F6);
      font-family: 'Nunito', sans-serif;
      color: var(--ai-text-main);
    }

    .ai-forecast-widget .ai-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      max-width: 373px;
      margin-bottom: 16px;
      padding: 12px;
      border: 1px solid #ECEEEF;
      border-radius: 12px;
      background: #FFFFFF;
      box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    }

    .ai-forecast-widget .ai-forecast-list {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
    }

    .ai-forecast-widget .ai-card-top,
    .ai-forecast-widget .ai-league,
    .ai-forecast-widget .ai-index-info,
    .ai-forecast-widget .ai-pass-pill,
    .ai-forecast-widget .ai-bonus,
    .ai-forecast-widget .ai-cta,
    .ai-forecast-widget .ai-cta-side {
      display: flex;
      align-items: center;

    }

    .ai-forecast-widget .ai-cta {
      cursor: pointer
    }

    .ai-forecast-widget .ai-card-top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto auto;
      gap: 8px;
    }

    .ai-forecast-widget .ai-index-pill {
      justify-self: end;
      width: 21px;
      height: 21px;
      padding: 1px;
      border-radius: 999px;
      flex: 0 0 auto;
    }

    .ai-forecast-widget .ai-index-pill-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 999px;
      background: #FFFFFF;
      font-size: 10px;
      line-height: 1;
      font-weight: 600;
    }

    .ai-forecast-widget .ai-league {
      min-width: 0;
      width: 100%;
      justify-content: flex-start;
      gap: 6px;
      color: #20A365;
      font-size: 11px;
      line-height: 14px;
      text-align: center;
      transition: opacity 0.15s ease;
    }

    .ai-forecast-widget .ai-league:hover,
    .ai-forecast-widget .ai-match-link:hover {

    }

    .ai-forecast-widget .ai-league-flag {
      width: 16px;
      height: 12px;
      flex: 0 0 auto;
      border: 1px solid var(--grayscale-body-xlight-darkmode);
      border-radius: 1px;
      object-fit: cover;
    }

    .ai-forecast-widget .ai-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
    }

    .ai-forecast-widget .ai-index-info {
      position: relative;
      justify-self: end;
      flex: 0 0 auto;
      gap: 4px;
      color: var(--ai-text-muted);
      font-size: 10px;
      line-height: 12px;
    }

    .ai-forecast-widget .ai-match-link {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      align-items: center;
      gap: 8px;
      margin-top: 2px;
      cursor: pointer;
      transition: opacity 0.15s ease;
    }

    .ai-forecast-widget .ai-team {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }

    .ai-forecast-widget .ai-team-logo {
      width: 48px;
      height: 48px;
      object-fit: contain;
    }

    .ai-forecast-widget .ai-team-name {
      width: 100%;
      color: var(--ai-text-main);
      font-size: 11px;
      line-height: 14px;
      font-weight: 600;
      text-align: center;
    }

    .ai-forecast-widget .ai-time {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .ai-forecast-widget .ai-time-main {
      color: var(--ai-text-main);
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
    }

    .ai-forecast-widget .ai-time-date {
      margin-top: 4px;
      color: var(--ai-text-muted);
      font-size: 11px;
      line-height: 14px;
    }

    .ai-forecast-widget .ai-pass {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .ai-forecast-widget .ai-pass-title {
      margin-top: 2px;
      color: var(--ai-text-muted);
      font-size: 10px;
      line-height: 12px;
      text-align: center;
    }

    .ai-forecast-widget .ai-pass-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .ai-forecast-widget .ai-pass-col {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .ai-forecast-widget .ai-pass-pill {
      width: 100%;
      justify-content: center;
      gap: 4px;
      padding: 6px 12px;
      border-radius: 6px;
      background: var(--ai-gray-light);
      color: var(--ai-text-main);
      font-size: 12px;
      line-height: 16px;
      font-weight: 800;
    }

    .ai-forecast-widget .ai-pass-value {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      line-height: 16px;
    }

    .ai-forecast-widget .ai-pass-value span {
      display: inline-flex;
      align-items: center;
      height: 16px;
      line-height: 16px;
      transform: translateY(1px);
    }

    .ai-forecast-widget .ai-pass-icon {
      display: inline-block;
      width: 12px;
      height: 12px;
      flex: 0 0 auto;
    }

    .ai-forecast-widget .ai-pass-label {
      width: 100%;
      color: var(--ai-text-muted);
      font-size: 11px;
      line-height: 14px;
      text-align: center;
    }

    .ai-forecast-widget .ai-bonus {
      justify-content: center;
      gap: 4px;
      padding-top: 4px;
      color: #D38700;
      font-size: 11px;
      line-height: 14px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
    }

    .ai-forecast-widget .ai-cta {
      justify-content: space-between;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 8px;
      background: var(--ai-accent-green);
      color: #FFFFFF;
      transition: filter 0.15s ease, box-shadow 0.15s ease;
    }

    .ai-forecast-widget .ai-cta:hover {
      filter: brightness(0.95);
      box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    }

    .ai-forecast-widget .ai-cta-disabled {
      justify-content: center;
      background: #EDEFF2;
      color: var(--ai-text-muted);
      cursor: default;
    }

    .ai-forecast-widget .ai-cta-disabled:hover {
      filter: none;
      box-shadow: none;
    }

    .ai-forecast-widget .ai-cta-title {
      flex: 1 1 auto;
      min-width: 0;
      font-size: 15px;
      line-height: 18px;
      font-weight: 700;
      text-align: left;
    }

    .ai-forecast-widget .ai-cta-side {
      flex: 0 0 auto;
      gap: 10px;
    }

    .ai-forecast-widget .ai-odd {
      padding: 5px 9px;
      border-radius: 6px;
      background: #FFFFFF;
      color: var(--ai-text-main);
      font-size: 13px;
      line-height: 16px;
      font-weight: 800;
    }

    .ai-forecast-widget .ai-bookmaker-name {
      max-width: 82px;
      color: #FFFFFF;
      font-size: 10px;
      line-height: 12px;
      font-weight: 700;
    }

    .ai-forecast-widget .bookmaker-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      overflow: hidden;
      border-radius: 6px;
      background: #ffffff;
    }

    .ai-forecast-widget .bookmaker-logo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
