@font-face {
  font-family: "OddsComparatorMontserrat";
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
  src: url("assets/fonts/oddscomparator-montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "OddsComparatorRubik";
  font-display: swap;
  font-style: normal;
  font-weight: 400 900;
  src: url("assets/fonts/oddscomparator-rubik-latin.woff2") format("woff2");
}

@font-face {
  font-family: "OddsComparatorWidgetCondensed";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/oddscomparator-condensed.ttf") format("truetype");
}

:host {
  all: initial !important;
  isolation: isolate !important;
  contain: layout style !important;
  display: block !important;
  min-width: 0 !important;
}

.pwe-oddscomparator,
.pwe-oddscomparator * {
  box-sizing: border-box;
}

.pwe-oddscomparator {
  color: var(--ocw-ink, #0d2b50);
  container-name: oddscomparator;
  container-type: inline-size;
  display: block;
  font-family: var(--ocw-font, Arial, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  max-width: 100%;
  min-width: 0;
  text-align: left;
}

.pwe-oddscomparator .ocw-shell {
  background: var(--ocw-surface, #fff);
  border: 1px solid var(--ocw-border, #dfe7ee);
  border-radius: var(--ocw-radius, 12px);
  box-shadow: var(--ocw-shadow, 0 8px 24px rgba(13, 43, 80, 0.12));
  margin: 0 auto;
  max-width: 680px;
  overflow: hidden;
  width: 100%;
}

.pwe-oddscomparator .ocw-header {
  background: var(--ocw-header, #0d2b50);
  color: var(--ocw-header-text, #fff);
  padding: 18px 20px 16px;
}

.pwe-oddscomparator .ocw-kicker {
  color: var(--ocw-accent, #f3b51b);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-title {
  color: inherit;
  font-family: "OddsComparatorWidgetCondensed", Arial Narrow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-subtitle {
  color: var(--ocw-header-muted, #d8e3ed);
  font-size: 13px;
  line-height: 1.35;
  margin: 7px 0 0;
  padding: 0;
}

.pwe-oddscomparator .ocw-cards {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.pwe-oddscomparator .ocw-card {
  background: var(--ocw-card, #f7f9fb);
  border: 1px solid var(--ocw-card-border, #d9e2ea);
  border-radius: 10px;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
}

.pwe-oddscomparator .ocw-card-heading {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  min-width: 0;
}

.pwe-oddscomparator .ocw-card-heading h3 {
  color: var(--ocw-ink, #0d2b50);
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0;
}

.pwe-oddscomparator .ocw-entity-mark {
  background: linear-gradient(135deg, var(--ocw-primary) 0 50%, var(--ocw-secondary) 50% 100%);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(13, 43, 80, 0.18);
  flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.pwe-oddscomparator .ocw-prices {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pwe-oddscomparator .ocw-price {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ocw-card-border, #d9e2ea);
  border-radius: 7px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 47px;
  padding: 7px 9px;
}

.pwe-oddscomparator .ocw-price img {
  display: block;
  height: 24px;
  max-width: 92px;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.pwe-oddscomparator .ocw-bookmaker {
  color: var(--ocw-muted, #52677b);
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-price strong {
  color: var(--ocw-ink, #0d2b50);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.pwe-oddscomparator .ocw-cta {
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: grid;
  font-family: "OddsComparatorWidgetCondensed", Arial Narrow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  grid-template-columns: minmax(0, 1fr) 45px;
  line-height: 1;
  margin-top: 10px;
  min-height: 51px;
  overflow: hidden;
  padding: 0 3px 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, transform 150ms ease;
  width: 100%;
}

.pwe-oddscomparator .ocw-cta:hover {
  transform: translateY(-1px);
}

.pwe-oddscomparator .ocw-cta:focus-visible {
  outline: 3px solid var(--ocw-focus, #f3b51b);
  outline-offset: 3px;
}

.pwe-oddscomparator .ocw-cta-icon {
  align-items: center;
  border-radius: 7px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}

.pwe-oddscomparator .ocw-cta-icon svg {
  display: block;
  height: 32px;
  width: 32px;
}

.pwe-oddscomparator .ocw-updated {
  color: var(--ocw-muted, #52677b);
  display: block;
  font-size: 11px;
  font-style: normal;
  margin-top: 8px;
  text-align: right;
}

.pwe-oddscomparator .ocw-trends {
  display: grid;
  gap: 6px;
}

.pwe-oddscomparator .ocw-trend {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ocw-card-border, #d9e2ea);
  border-radius: 7px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto 58px;
  min-height: 40px;
  padding: 6px 9px;
}

.pwe-oddscomparator .ocw-trend span {
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-trend strong {
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.pwe-oddscomparator .ocw-trend em {
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  padding: 3px 6px;
  text-align: center;
}

.pwe-oddscomparator .ocw-trend em[data-direction="up"] {
  background: #e3f4e7;
  color: #17642c;
}

.pwe-oddscomparator .ocw-trend em[data-direction="down"] {
  background: #fbe5e5;
  color: #922727;
}

.pwe-oddscomparator .ocw-trend em[data-direction="flat"] {
  background: #edf1f5;
  color: #52677b;
}

.pwe-oddscomparator .ocw-status,
.pwe-oddscomparator .ocw-error {
  align-items: center;
  color: var(--ocw-muted, #52677b);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  min-height: 124px;
  padding: 24px;
  text-align: center;
}

.pwe-oddscomparator .ocw-shell-error {
  padding: 18px;
}

.pwe-oddscomparator .ocw-shell-error .ocw-title {
  color: var(--ocw-ink, #0d2b50);
  font-size: 24px;
}

.pwe-oddscomparator .ocw-shell-error .ocw-error {
  color: #7c2d2d;
  min-height: 0;
  padding: 12px 0 0;
}

.pwe-oddscomparator .ocw-spinner {
  animation: ocw-spin 800ms linear infinite;
  border: 3px solid #d9e2ea;
  border-radius: 50%;
  border-top-color: var(--ocw-ink, #0d2b50);
  height: 24px;
  width: 24px;
}

@keyframes ocw-spin {
  to {
    transform: rotate(360deg);
  }
}

@container oddscomparator (max-width: 420px) {
  .pwe-oddscomparator .ocw-header {
    padding: 15px 14px 13px;
  }

  .pwe-oddscomparator .ocw-title {
    font-size: 27px;
  }

  .pwe-oddscomparator .ocw-cards {
    gap: 10px;
    padding: 10px;
  }

  .pwe-oddscomparator .ocw-prices {
    grid-template-columns: 1fr;
  }

  .pwe-oddscomparator .ocw-cta {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pwe-oddscomparator .ocw-cta,
  .pwe-oddscomparator .ocw-spinner {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.pwe-oddscomparator .ocw-approved-shell {
  background: #0d2b50;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(13, 43, 80, 0.18);
  color: #fff;
  font-family: "OddsComparatorRubik", Rubik, Arial, sans-serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: 430px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.pwe-oddscomparator .ocw-approved-shell p,
.pwe-oddscomparator .ocw-approved-shell h2,
.pwe-oddscomparator .ocw-approved-shell h3 {
  border: 0;
  margin: 0;
  padding: 0;
}

.pwe-oddscomparator .ocw-approved-shell button,
.pwe-oddscomparator .ocw-approved-shell select {
  font-family: inherit;
}

.pwe-oddscomparator .ocw-approved-shell a {
  text-decoration: none;
}

.pwe-oddscomparator .ocw-approved-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 600;
  gap: 0 6px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4px !important;
  min-height: 16px;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-market-badge {
  align-items: center;
  background: #f3b51b;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 2px 6px rgba(0, 0, 0, 0.12);
  color: #0d2b50;
  display: inline-flex;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1;
  min-height: 16.8px;
  padding: 0 8px;
  text-transform: none;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-approved-title {
  color: #fff;
  font-family: "OddsComparatorMontserrat", Montserrat, "OddsComparatorRubik", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-prematch-header {
  color: #fff;
  padding: 0 8px 6px;
  text-align: center;
}

.pwe-oddscomparator .ocw-prematch-header.has-icon {
  padding-left: 40px;
  padding-right: 40px;
}

.pwe-oddscomparator .ocw-match-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 18.88px;
  gap: 4px;
  justify-content: center;
  line-height: 1;
  filter: drop-shadow(0 2px 0 rgba(4, 21, 41, 0.24));
  transform: translateY(-2px);
}

.pwe-oddscomparator .ocw-team-title {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-title-dot {
  color: #f3b51b;
}

.pwe-oddscomparator .ocw-team-kit {
  display: block;
  filter: drop-shadow(0 3px 5px rgba(13, 43, 80, 0.2));
  flex: 0 0 auto;
}

.pwe-oddscomparator .ocw-team-kit-md {
  height: 30.4px;
  width: 30.4px;
}

.pwe-oddscomparator .ocw-team-kit-sm {
  height: 21.76px;
  width: 21.76px;
}

.pwe-oddscomparator .ocw-prematch-grid-shell {
  background: #edf2f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 7px 18px rgba(4, 21, 41, 0.16);
  overflow-x: auto;
  padding: 6px;
}

.pwe-oddscomparator .ocw-prematch-grid {
  display: grid;
  gap: 6px;
  min-width: 100%;
}

.pwe-oddscomparator .ocw-grid-corner,
.pwe-oddscomparator .ocw-outcome-head,
.pwe-oddscomparator .ocw-bookmaker-head,
.pwe-oddscomparator .ocw-odd-cell {
  border-radius: 2px;
  height: 34px;
  min-width: 0;
}

.pwe-oddscomparator .ocw-grid-corner,
.pwe-oddscomparator .ocw-outcome-head {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 2px 7px rgba(13, 43, 80, 0.08);
  height: 30px;
}

.pwe-oddscomparator .ocw-outcome-head {
  align-items: center;
  color: #0d2b50;
  display: flex;
  font-size: 13.12px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.25;
  padding: 0 4px;
  text-align: center;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-bookmaker-head {
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 10px rgba(13, 43, 80, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 4px 4px;
}

.pwe-oddscomparator .ocw-bookmaker-logo {
  display: block;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.7));
  max-height: 20.32px;
  max-width: 86%;
  object-fit: contain;
}

.pwe-oddscomparator .ocw-bookmaker-label {
  color: #0d2b50;
  font-size: 10px;
  font-weight: 800;
}

.pwe-oddscomparator .ocw-odd-cell {
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 7px rgba(13, 43, 80, 0.07), inset 0 0 12px rgba(2, 120, 157, 0.05);
  color: #0d2b50;
  display: flex;
  font-size: 15.36px;
  font-weight: 900;
  justify-content: center;
  transition: opacity 150ms ease;
}

.pwe-oddscomparator a.ocw-odd-cell:hover {
  opacity: 0.9;
}

.pwe-oddscomparator .ocw-odd-cell.is-best {
  background: #02789d;
  box-shadow: 0 8px 16px rgba(2, 120, 157, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pwe-oddscomparator .ocw-approved-footer {
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
  padding: 6px 8px 0;
  text-align: center;
}

.pwe-oddscomparator .ocw-footer-warning {
  color: rgba(255, 255, 255, 0.95);
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.375;
}

.pwe-oddscomparator .ocw-footer-responsibility {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}

.pwe-oddscomparator .ocw-header-icon {
  align-items: center;
  background: #f4f8fb;
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 9px;
  width: 32px;
}

.pwe-oddscomparator .ocw-header-icon-mask {
  background: #0d2b50;
  display: block;
  height: 100%;
  -webkit-mask: var(--ocw-header-icon) center / contain no-repeat;
  mask: var(--ocw-header-icon) center / contain no-repeat;
  width: 100%;
}

.pwe-oddscomparator .ocw-header-icon-image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.pwe-oddscomparator .ocw-prematch-card {
  box-shadow: none;
}

.pwe-oddscomparator .ocw-prematch-card .ocw-header-icon {
  height: 34px;
  right: 9px;
  top: 8px;
  width: 34px;
}

.pwe-oddscomparator .ocw-prematch-card .ocw-market-badge {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 2px 6px rgba(0, 0, 0, 0.12);
}

.pwe-oddscomparator .ocw-bookmaker-snai .ocw-bookmaker-logo,
.pwe-oddscomparator .ocw-bookmaker-bet365 .ocw-bookmaker-logo,
.pwe-oddscomparator .ocw-bookmaker-eurobet .ocw-bookmaker-logo,
.pwe-oddscomparator .ocw-bookmaker-giocodigitale .ocw-bookmaker-logo {
  transform: translateY(1px);
}

.pwe-oddscomparator .ocw-header-icon-football {
  height: 34px;
  right: 9px;
  top: 8px;
  width: 34px;
}

.pwe-oddscomparator .ocw-current-header {
  color: #fff;
  padding: 2px 40px 2px;
  text-align: center;
}

.pwe-oddscomparator .ocw-current-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 2px 0 rgba(4, 21, 41, 0.3));
  font-size: 19.2px;
  gap: 0;
  justify-content: center;
  line-height: 0.98;
  transform: translateY(-2px);
}

.pwe-oddscomparator .ocw-current-list {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}

.pwe-oddscomparator .ocw-current-row {
  background: #fff;
  border-bottom: 1px solid #e5edf2;
  padding: 10px 12px;
  position: relative;
}

.pwe-oddscomparator .ocw-current-row.is-expanded {
  background: #f8fbfd;
}

.pwe-oddscomparator .ocw-current-row:last-child {
  border-bottom: 0;
}

.pwe-oddscomparator .ocw-current-summary {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.pwe-oddscomparator .ocw-current-copy {
  min-width: 0;
}

.pwe-oddscomparator .ocw-current-copy h3 {
  align-items: center;
  color: #0d2b50;
  display: flex;
  font-family: "OddsComparatorMontserrat", Montserrat, Arial, sans-serif;
  font-size: 16.64px;
  font-weight: 900;
  gap: 8px;
  line-height: 1;
  margin-bottom: 4px;
  min-width: 0;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-current-copy h3 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-expand-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #385f7f;
  cursor: pointer;
  display: flex;
  font-size: 12.16px;
  font-weight: 600;
  gap: 4px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
}

.pwe-oddscomparator .ocw-expand-button svg {
  height: 14px;
  transition: transform 150ms ease;
  width: 14px;
}

.pwe-oddscomparator .ocw-expand-button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.pwe-oddscomparator .ocw-best-quote {
  border: 1px solid #e1eaf0;
  border-radius: 2px;
  display: flex;
  height: 48px;
  overflow: hidden;
  transition: opacity 150ms ease;
  width: 137.6px;
}

.pwe-oddscomparator a.ocw-best-quote:hover {
  opacity: 0.9;
}

.pwe-oddscomparator .ocw-best-logo {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0 8px;
  width: 85.6px;
}

.pwe-oddscomparator .ocw-best-logo-image {
  display: block;
  max-height: 23.36px;
  max-width: 90%;
  object-fit: contain;
}

.pwe-oddscomparator .ocw-best-quote:not(.is-empty) .ocw-best-logo {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pwe-oddscomparator .ocw-best-logo small {
  color: #667789;
  font-size: 10px;
  font-weight: 900;
}

.pwe-oddscomparator .ocw-best-value {
  align-items: center;
  background: #02789d;
  color: #fff;
  display: flex;
  font-size: 15.84px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  justify-content: center;
  width: 52px;
}

.pwe-oddscomparator .ocw-best-quote:not(.is-empty) .ocw-best-value {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.pwe-oddscomparator .ocw-best-quote.is-empty {
  background: #f3f6f8;
  box-shadow: 0 2px 8px rgba(13, 43, 80, 0.08);
  color: #0d2b50;
}

.pwe-oddscomparator .ocw-best-quote.is-empty .ocw-best-value {
  background: #f3f6f8;
  color: #0d2b50;
}

.pwe-oddscomparator .ocw-expanded-grid {
  background: linear-gradient(180deg, #f0f6f9 0%, #e7f0f5 100%);
  border: 1px solid #d7e5ec;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 0 18px rgba(2, 120, 157, 0.08);
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
  padding: 6px;
}

.pwe-oddscomparator .ocw-expanded-quote {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: #0d2b50;
  display: flex;
  font-size: 13.44px;
  font-weight: 900;
  gap: 8px;
  height: 36px;
  justify-content: space-between;
  min-width: 0;
  padding: 0 8px;
  transition: opacity 150ms ease;
}

.pwe-oddscomparator a.ocw-expanded-quote:hover {
  opacity: 0.9;
}

.pwe-oddscomparator .ocw-expanded-logo {
  display: block;
  max-height: 14.4px;
  max-width: 57.6px;
  object-fit: contain;
}

.pwe-oddscomparator .ocw-expanded-value {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-variant-numeric: tabular-nums;
  height: 28px;
  justify-content: center;
  line-height: 1;
  min-width: 40.8px;
  padding: 0 8px;
}

.pwe-oddscomparator .ocw-expanded-value.is-best {
  background: #02789d;
  box-shadow: none;
  color: #fff;
}

.pwe-oddscomparator .ocw-current-card .ocw-market-badge {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 2px 6px rgba(0, 0, 0, 0.12);
}

.pwe-oddscomparator .ocw-current-card .ocw-approved-footer {
  background: none;
  padding-top: 6px;
}

.pwe-oddscomparator .ocw-current-card .ocw-footer-warning {
  line-height: 1.25;
}

.pwe-oddscomparator .ocw-current-card .ocw-footer-responsibility {
  font-size: 9.75px;
  line-height: 1.25;
  margin-top: 2px;
}

.pwe-oddscomparator .ocw-trends-card {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 34%);
  box-shadow: 0 14px 32px rgba(13, 43, 80, 0.26);
  display: flex;
  flex-direction: column;
  padding: 12px 12px 0;
}

.pwe-oddscomparator .ocw-trends-card .ocw-header-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 7px 16px rgba(4, 21, 41, 0.22);
  height: 36px;
  right: 11px;
  top: 9px;
  width: 36px;
}

.pwe-oddscomparator .ocw-trends-header {
  color: #fff;
  padding: 0 48px 8px;
  text-align: center;
}

.pwe-oddscomparator .ocw-trends-eyebrow {
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 2px !important;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-trends-title {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 2px 0 rgba(4, 21, 41, 0.28));
  flex-wrap: wrap;
  font-size: 16.8px;
  justify-content: center;
  line-height: 1.05;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 304px;
  text-wrap: balance;
}

.pwe-oddscomparator .ocw-trend-controls {
  background: #edf2f5;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 8px 18px rgba(4, 21, 41, 0.18);
  display: grid;
  gap: 6px;
  padding: 6px;
}

.pwe-oddscomparator .ocw-trend-controls-row {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
}

.pwe-oddscomparator .ocw-trend-select-wrap {
  color: #0d2b50;
  display: block;
  height: 32px;
  position: relative;
}

.pwe-oddscomparator .ocw-trend-select-display {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(4, 21, 41, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  height: 32px;
  inset: 0;
  justify-content: space-between;
  padding: 0 8px;
  position: absolute;
}

.pwe-oddscomparator .ocw-trend-select-value {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.pwe-oddscomparator .ocw-trend-select-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-trend-select-display > svg {
  flex: 0 0 auto;
  height: 16px;
  opacity: 0.5;
  width: 16px;
}

.pwe-oddscomparator .ocw-trend-select-wrap select {
  appearance: none;
  cursor: pointer;
  height: 32px;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.pwe-oddscomparator .ocw-metric-toggle,
.pwe-oddscomparator .ocw-trend-market-shell {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(4, 21, 41, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
}

.pwe-oddscomparator .ocw-trend-market-shell {
  display: block;
  overflow-x: auto;
}

.pwe-oddscomparator .ocw-trend-market-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(var(--ocw-trend-markets), minmax(80px, 1fr));
  min-width: 100%;
}

.pwe-oddscomparator .ocw-metric-toggle button,
.pwe-oddscomparator .ocw-trend-market-grid button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: rgba(13, 43, 80, 0.9);
  cursor: pointer;
  font-size: 9.5px;
  font-weight: 900;
  height: 24px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pwe-oddscomparator .ocw-metric-toggle button.is-active {
  background: #02789d;
  box-shadow: 0 4px 10px rgba(2, 120, 157, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pwe-oddscomparator .ocw-trend-market-grid button.is-active {
  background: #0d2b50;
  box-shadow: 0 4px 10px rgba(13, 43, 80, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pwe-oddscomparator .ocw-trend-chart-shell {
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(4, 21, 41, 0.16);
  display: grid;
  gap: 12px;
  margin-top: 10px;
  padding: 10px;
}

.pwe-oddscomparator .ocw-trend-panel {
  background:
    linear-gradient(
      135deg,
      rgba(var(--ocw-trend-rgb), 0.2) 0%,
      rgba(var(--ocw-trend-rgb), 0.08) 30%,
      #f8fcfe 67%,
      #fff 100%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(var(--ocw-trend-rgb), 0.06) 0 1px,
      rgba(255, 255, 255, 0) 1px 12px
    );
  border: 1px solid #d8e6ed;
  border-left: 2px solid rgba(var(--ocw-trend-rgb), 0.72);
  border-radius: 2px;
  box-shadow: 0 7px 18px rgba(13, 43, 80, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: #0d2b50;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 6px 8px;
  position: relative;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.pwe-oddscomparator a.ocw-trend-panel:hover {
  border-color: rgba(243, 181, 27, 0.8);
  box-shadow: 0 10px 22px rgba(13, 43, 80, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.pwe-oddscomparator .ocw-trend-panel-head {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: flex-start;
  margin-bottom: 2px;
  padding: 0 4px;
}

.pwe-oddscomparator .ocw-trend-logo {
  display: block;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.7));
  max-height: 26.88px;
  max-width: 42%;
  object-fit: contain;
}

.pwe-oddscomparator .ocw-line-chart {
  display: block;
  height: 94px;
  overflow: visible;
  width: 100%;
}

.pwe-oddscomparator .ocw-chart-grid line {
  fill: none;
  stroke: currentColor;
  stroke-opacity: 0.12;
}

.pwe-oddscomparator .ocw-chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.pwe-oddscomparator .ocw-chart-dot {
  stroke: #fff;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.pwe-oddscomparator .ocw-chart-value text {
  font-family: "OddsComparatorRubik", Rubik, Arial, sans-serif;
  font-size: 8.8px;
  font-weight: 900;
  text-anchor: middle;
}

.pwe-oddscomparator .ocw-chart-tick {
  fill: #667789;
  font-family: "OddsComparatorRubik", Rubik, Arial, sans-serif;
  font-size: 8.7px;
  font-weight: 700;
}

.pwe-oddscomparator .ocw-no-data {
  align-items: center;
  color: #667789 !important;
  display: flex;
  font-size: 10px !important;
  font-weight: 900 !important;
  justify-content: center;
  min-height: 128px;
  text-transform: uppercase;
}

.pwe-oddscomparator .ocw-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pwe-oddscomparator .ocw-trends-card .ocw-approved-footer {
  align-items: center;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  min-height: 46px;
  padding: 4px 8px;
}

.pwe-oddscomparator .ocw-trends-card .ocw-footer-warning {
  font-size: 10px;
  line-height: 1.05;
}

.pwe-oddscomparator .ocw-trends-card .ocw-footer-responsibility {
  font-size: 9.25px;
  line-height: 1.05;
  margin-top: 0;
}

.pwe-oddscomparator .ocw-approved-shell a:focus-visible,
.pwe-oddscomparator .ocw-approved-shell button:focus-visible,
.pwe-oddscomparator .ocw-approved-shell select:focus-visible {
  outline: 2px solid #f3b51b;
  outline-offset: 2px;
}
