.styles-module__withWagerDetails--N3DNc {
    display: grid;
    column-gap: 8px;
    row-gap: 12px;
    grid-template-columns: min-content 1fr min-content;
}

.styles-module__withoutWagerDetails--oWAZA {
    flex-direction: row;
}

.styles-module__rowContainer--bjlko {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.styles-module__withDetailView--QBHO3 {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    column-gap: 8px;
    row-gap: 12px;
}

.styles-module__columnContainer--xJ_fV {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.styles-module__positionsContainer--dAgbR {
  padding-bottom: 8px;
}

.styles-module__positionsContainer--dAgbR:last-child {
  padding-bottom: 0;
}

.styles-module__legContainer--LM9aA {
  position: relative;
}

.styles-module__legContainer--LM9aA:not(:first-child) {
  margin-top: 2px;
}

.styles-module__legContainer--LM9aA:not(:last-child)::after {
  content: "";
  width: 2px;
  height: calc(100% - 18px);
  border-radius: 1px;
  position: absolute;
  top: 20px;
  left: 9px;
  z-index: 2;
  background: var(--fd-colors-system-neutral-background-default);
}

.styles-module__legContainer--LM9aA.styles-module__raceStatus-open--Ff7xC:not(:last-child)::after {
  background: var(--fd-colors-system-neutral-background-default);
}
.styles-module__legContainer--LM9aA.styles-module__raceStatus-raceOff--70WDW:not(:last-child)::after {
  background: var(--fd-colors-system-neutral-background-default);
}
.styles-module__legContainer--LM9aA.styles-module__raceStatus-win--SwqWZ:not(:last-child)::after {
  background: var(--fd-colors-system-positive-background-default);
}
.styles-module__legContainer--LM9aA.styles-module__raceStatus-lost--LfI0S:not(:last-child)::after {
  background: var(--fd-colors-system-important-background-default);
}
.styles-module__legContainer--LM9aA.styles-module__raceStatus-attention--LenWD:not(:last-child)::after {
  background: var(--fd-colors-system-warning-background-default);
}
.styles-module__legContainer--LM9aA.styles-module__raceStatus-unknown--FOE3z:not(:last-child)::after {
  background: var(--fd-colors-system-neutral-background-default);
}

.styles-module__horizontalBreak--zBOgG {
    height: 2px;
    width: calc(100% - 4px);
    border: none;
    position: relative;
    left: 2px;
    z-index: 2;
    margin: 8px 0 0;
    border: none;
    background-color: var(--fd-color-border-subtle);
}

.styles-module__leg--oIrqp {
    display: flex;
}

.styles-module__noLeg--pYK3h {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 12px 8px;
    width: 100%;
}

.styles-module__willPaysInfoContainer--QrzS2 > div {
    margin-right: 4px;
}

@keyframes styles-module__fadeInDetailsHr--Ctafr {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.styles-module__detailsHr--D0KHS {
  height: 1px;
  background-color: var(--fd-colors-border-subtle);
  width: calc(100% - 4px);
  border: none;
  position: relative;
  left: 2px;
  z-index: 2;
  margin: 8px 0 0;
  animation: styles-module__fadeInDetailsHr--Ctafr 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}


.styles-module__button--yXQ0G span {
  font-weight: bold;
}

.styles-module__container--sF5V1 {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid var(--fd-colors-border-subtle);
}

.styles-module__container--sF5V1.styles-module__showOnlySelections--mK_PO {
  border: none;
}

.styles-module__container--sF5V1:not(:last-child) {
  margin-bottom: 12px;
}

.SaddleClothSilk-module__container--DYn1u {
  width: 32px;
}

.SaddleClothSilk-module__containerIsBadge--zV_c2 {
  width: 20px;
}

.SaddleClothSilk-module__containerUseUpdatedSilk--kwUNZ {
  width: 40px;
}

.SaddleClothSilk-module__containerHasSilk--lEShj {
  width: 59px;
}

@media screen and (min-width: 768px) {
  .SaddleClothSilk-module__container--DYn1u {
    align-items: center;
  }
}

.SaddleClothSilk-module__containerUpdatedSilkMobile--kwv5z {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 767.98px) {
  .SaddleClothSilk-module__containerUpdatedSilkMobile--kwv5z {
    overflow: initial;
    position: static;
  }
}

.SaddleClothSilk-module__saddleContainer--ATnUd {
  background-color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .SaddleClothSilk-module__saddleContainer--ATnUd > div {
    height: 100%;
    border-radius: 0 4px 4px 0;
  }

  .SaddleClothSilk-module__saddleContainerUseUpdatedSilk--kgsTR > div {
    justify-content: center;
    align-items: flex-start;
    padding: 4px;
    z-index: 0;
    position: absolute;
  }

  .SaddleClothSilk-module__saddleContainerIsSilkVisible--ZYP8r > div p {
    position: absolute;
    top: 4px;
    right: 11px;
  }
}

.SaddleClothSilk-module__silkContainer--RxqW6 {
  transform: translateX(-16px);
}

.SaddleClothSilk-module__silkContainerIsScratched--L4nd_ {
  opacity: 0.4;
}

@media screen and (max-width: 767.98px) {
  .SaddleClothSilk-module__useUpdatedSilkSilkContainer--EbZFa {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 40%;
    position: absolute;
    z-index: 1;
  }
}

.SaddleClothSilk-module__useUpdatedSilkSilkBorderContainer--a8YjH svg {
  height: 55px;
  width: 56px;
}

.SaddleClothSilk-module__silkImage--sbLQz {
  display: flex;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.SaddleClothSilk-module__useUpdatedSilkSilkImage--NWQVM {
  height: 53px;
  width: 55px;
}


/*# sourceMappingURL=8301.8f8b4428f34cebb4c2c5.css.map*/