﻿.csa1x-widget {
  margin: 14px 0;
  border: 1px solid #d7d9de;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  overflow: hidden;
}

.csa1x-widget > .csa1x-table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
}

.csa1x-widget > .csa1x-table thead,
.csa1x-widget > .csa1x-table tbody,
.csa1x-widget > .csa1x-table tr {
  margin: 0;
  padding: 0;
}

.csa1x-table th,
.csa1x-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #d7d9de;
  vertical-align: middle;
}

.csa1x-table tbody tr:last-child td {
  border-bottom: 0;
}

.csa1x-table th {
  background: linear-gradient(90deg, #d50102 0%, #ef6262 100%);
  color: #ffffff;
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.csa1x-table td:nth-child(2),
.csa1x-table td:nth-child(3) {
  width: 128px;
}

.csa1x-team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.csa1x-team-logo,
.csa1x-team-fallback {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.csa1x-team-logo {
  object-fit: contain;
  display: inline-block;
}

.csa1x-team-logo[src=""],
.csa1x-team-logo:not([src]) {
  display: none;
}

.csa1x-team-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0b1220;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.csa1x-team-logo + .csa1x-team-fallback {
  display: none;
}

.csa1x-team-logo[src=""] + .csa1x-team-fallback,
.csa1x-team-logo:not([src]) + .csa1x-team-fallback {
  display: inline-flex;
}

.csa1x-team-name {
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.csa1x-odd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #f08d8d;
  color: #d50102;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.csa1x-bookmaker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 5px 10px 5px 22px;
  border-radius: 999px;
  background: #08111f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  line-height: 1.1;
}

.csa1x-bookmaker:hover,
.csa1x-bookmaker:focus,
.csa1x-bookmaker:visited {
  color: #ffffff;
  text-decoration: none;
}

.csa1x-bookmaker::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #00d66b;
  box-shadow: 0 0 0 2px rgba(0, 214, 107, .2);
}

.csa1x-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px 9px;
  margin: 0;
  border-top: 1px solid #d7d9de;
  background: #ffffff;
}

.csa1x-league-meta {
  color: #d50102;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.csa1x-updated {
  color: #6b7280;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  text-align: right;
}

.csa1x-updated::before {
  content: "Updated";
  color: #9ca3af;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .csa1x-table {
    table-layout: auto;
  }

  .csa1x-table th,
  .csa1x-table td {
    padding: 9px 8px;
  }

  .csa1x-table th {
    font-size: 10px;
    letter-spacing: .03em;
  }

  .csa1x-table td:nth-child(2),
  .csa1x-table td:nth-child(3) {
    width: 96px;
  }

  .csa1x-team {
    gap: 7px;
  }

  .csa1x-team-name {
    font-size: 12px;
  }

  .csa1x-odd,
  .csa1x-bookmaker {
    min-width: 0;
    width: 100%;
    padding-right: 8px;
  }

  .csa1x-bookmaker {
    padding-left: 20px;
  }

  .csa1x-foot {
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 10px 8px;
    gap: 6px;
  }

  .csa1x-league-meta,
  .csa1x-updated {
    font-size: 9px;
  }

  .csa1x-updated {
    text-align: left;
  }
}
