












.bt-body {
  padding: 0 0 8px;
}





@media (min-width: 1033px) {
  .player-comments-container.ps-pane-open.ps-bet-open #youtube-comments-container {
    display: none !important;
  }
  .player-comments-container.ps-pane-open.ps-bet-open #paddock-seeker-pane {
    flex: 1 1 100% !important;
  }
}






#psLsBetSide {
  display: none;
}
body.fmsLandscapeActive .fmsLsSeekerHost .bt-foot {
  position: sticky;
  bottom: -8px;
  z-index: 2;
  margin-top: 8px;
  padding: 8px 0 8px;
  background: #0d0e0f;
}
body.fmsLandscapeActive .fmsLsSeekerHost .bt-foot__note {
  margin-top: 4px;
  font-size: 10px;
}



.bt-sec {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.bt-sec:last-child {
  border-bottom: 0;
}
.bt-h {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.bt-no {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--fms-green-300, #7ED7B8);
  border-radius: 50%;
  color: var(--fms-green-300, #7ED7B8);
  font-size: 11px;
  font-weight: 700;
}
.bt-h__action {
  margin-left: auto;
}
.bt-h__sub {
  padding: 0 6px;
  border: 1px solid var(--fms-gray-600, #454545);
  border-radius: 999px;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 11px;
  font-weight: 600;
}
.bt-link {
  position: relative;
  min-height: 32px;
  padding: 0 4px;
  border: 0;
  background: none;
  color: var(--fms-green-300, #7ED7B8);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.bt-note {
  margin: 6px 0 0;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 11px;
  line-height: 1.5;
}
.bt-g {
  color: var(--mark-bg, #F2F0EA);
}


.bt-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bt-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 11px;
  border: 1px solid var(--fms-gray-600, #454545);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.bt-mark small,
.bt-chip small {
  margin-left: 1px;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 10px;
  font-weight: 600;
}
.bt-chip.is-on small {
  color: var(--fms-green-300, #7ED7B8);
}


.bt-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 44px;
  padding: 4px 10px;
  border: 1.5px solid var(--fms-gray-600, #454545);
  border-radius: 12px;
  background: var(--fms-gray-800, #262626);
  color: var(--fms-gray-200, #E0E0E3);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.bt-chip:hover:not(.is-on):not(:disabled),
.bt-chip:focus-visible:not(.is-on):not(:disabled) {
  border-color: var(--fms-gray-400, #A0A0A5);
  color: #fff;
}
.bt-chip:active:not(:disabled) {
  transform: scale(.96);
}
.bt-chip.is-on {
  border: 2px solid var(--fms-green-300, #7ED7B8);
  background: var(--fms-color-action, #0A5C41);
  color: #fff;
  font-weight: 700;
}
.bt-chip:disabled {
  border: 1px dashed var(--fms-gray-600, #454545);
  background: transparent;
  color: var(--fms-gray-disabled, #7C848C);
  cursor: not-allowed;
}
.bt-chip:disabled .bt-g {
  color: inherit;
}


.bt-types {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}
.bt-types .bt-chip {
  padding: 4px 2px;
}


.bt-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bt-methods .bt-chip {
  flex: 1 1 auto;
}
.bt-help-btn {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1.5px solid var(--fms-gray-400, #A0A0A5);
  border-radius: 50%;
  background: none;
  color: var(--fms-gray-200, #E0E0E3);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.bt-help-btn::before {
  content: '';
  position: absolute;
  inset: -10px;
}
.bt-help-btn[aria-expanded="true"] {
  border-color: var(--fms-green-300, #7ED7B8);
  background: var(--fms-color-action, #0A5C41);
  color: #fff;
}
.bt-help {
  margin: 0 0 8px;
  padding: 8px 10px;
  border: 1px solid var(--fms-gray-600, #454545);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 12px;
  line-height: 1.7;
}
.bt-help p {
  margin: 0;
}
.bt-help b {
  color: #fff;
}


.bt-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}
.bt-row:first-child {
  margin-top: 0;
}

.bt-row__label {
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.bt-row__chips {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.bt-row__chips .bt-chip {
  min-width: 48px;
  padding: 4px 6px;
}
.bt-row__note {
  flex-basis: 100%;
  margin: 0;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 11px;
}
.bt-chip--sub {
  font-size: 12px;
}
.bt-allnote {
  padding: 0 4px;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 13px;
}


.bt-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 6px 0 0;
  border: 0;
  background: none;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}
.bt-switch__knob {
  position: relative;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: var(--fms-gray-600, #454545);
  transition: background .15s;
}
.bt-switch__knob::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transition: transform .15s;
}
.bt-switch.is-on .bt-switch__knob {
  background: var(--fms-color-active, #5DCAA5);
}
.bt-switch.is-on .bt-switch__knob::after {
  transform: translateX(20px);
}
.bt-switch__text {
  font-size: 13px;
  font-weight: 700;
}


.bt-bets {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 6px;
}
.bt-bet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border: 1px solid var(--fms-gray-600, #454545);
  border-radius: 8px;
  background: #202020;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.bt-more {
  margin-top: 4px;
}
.bt-error {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border: 1px dashed #F0C05A;
  border-radius: 8px;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 12px;
  line-height: 1.5;
}
.bt-error b {
  color: #F0C05A;
  font-size: 13px;
}

.bt-sum {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 4px 16px;
  margin-top: 10px;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 13px;
}
.bt-sum b {
  margin-right: 2px;
  color: #fff;
  font-size: 22px;
}
.bt-sum__min b {
  color: var(--fms-green-300, #7ED7B8);
}
.bt-empty {
  padding: 16px 4px;
  color: var(--fms-gray-300, #CFCFD2);
  font-size: 13px;
  line-height: 1.6;
}
.bt-empty p {
  margin: 0 0 6px;
}




.bt-foot {
  flex: none;
  padding: 10px 14px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid #2b2c2e;
  background: var(--fms-gray-900, #1A1A1A);
}
.ps-pane .bt-foot {
  padding: 10px 12px 10px;
}
.bt-foot__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bt-foot__sum {
  flex: 0 0 auto;
  min-width: 74px;
  color: var(--fms-gray-300, #CFCFD2);
  font-size: 11px;
  line-height: 1.35;
}
.bt-foot__sum b {
  margin: 0 1px;
  color: #fff;
  font-size: 15px;
}
.bt-foot__note {
  margin: 6px 0 0;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
.bt-cta {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 0 34px 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--primary, #1B7A57);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
a.bt-cta:link,
a.bt-cta:visited {
  color: #fff;
  text-decoration: none;
}
.bt-cta:hover:not(:disabled),
.bt-cta:focus-visible:not(:disabled) {
  background: #22916a;
  color: #fff;
}
.bt-cta__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-55%);
}

.bt-cta:disabled {
  border: 1px dashed var(--fms-gray-600, #454545);
  background: transparent;
  color: var(--fms-gray-disabled, #7C848C);
  cursor: not-allowed;
}






.bt-chip--frame {
  flex-direction: column;
  gap: 1px;
  min-width: 56px;
  padding: 3px 6px;
  line-height: 1.15;
}
.bt-chip--frame b {
  font-size: 14px;
}
.bt-chip--frame small {
  margin-left: 0;
  font-size: 10px;
  white-space: nowrap;
}


.bt-warn {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
  padding: 8px 12px;
  border: 1.5px solid #F0C05A;
  border-radius: 8px;
  background: rgba(240, 192, 90, .08);
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 12px;
  line-height: 1.5;
}
.bt-warn b {
  color: #F0C05A;
  font-size: 13px;
}
.bt-foot__warn {
  display: block;
  color: #F0C05A;
  font-weight: 700;
}


