.tool {
  border-radius: 16px;
  border: 2px solid #e6e6e6;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.tool__head {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 24px 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #F3F3F3;
  color: #7F952D;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.tool__body {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tool__form label {
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}
.tool__form label > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.tool__form input:not([type=radio], [type=checkbox]) {
  width: 100%;
  outline: none;
  padding: 11px 24px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #F9FAFA;
  color: #5E6166;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
}
@media (any-hover: hover) {
  .tool__form input:not([type=radio], [type=checkbox]):not(.active):hover, .tool__form input:not([type=radio], [type=checkbox]):not(.active):focus {
    border-color: rgba(0, 0, 0, 0.24);
  }
}
.tool__tooltip-btn {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  display: inline-flex;
}
.tool__reset {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 12px 4px;
  border-radius: 4px;
  background: #F9FAFA;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #5E6166;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .tool__reset:not(:disabled):hover {
    background: #E6E6E6;
  }
}
.tool__reset:disabled {
  cursor: not-allowed;
  background: #FCFCFC;
  color: #BFBFBF;
}

@media screen and (max-width: 767px) {
  .tool {
    margin-bottom: 40px;
  }
  .tool:has(+ .compare-casinos__results) {
    margin-bottom: 16px;
  }
  .tool__head {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .tool__body {
    margin: 0 -2px;
  }
  .tool__form input:not([type=radio], [type=checkbox]) {
    padding: 11px 16px;
  }
}
.roulette-wheel__body {
  padding: 48px 24px 24px;
}
.roulette-wheel__holder {
  margin: 0 auto;
  width: min(100%, 340px);
  border-radius: 50%;
  line-height: 0;
  position: relative;
  user-select: none;
  overflow: hidden;
}
.roulette-wheel__svg {
  rotate: -4.094deg;
}
.roulette-wheel__polygon {
  position: absolute;
  left: 50%;
  top: calc(50% - 111px);
  transform: translate(-50%, -50%);
}
.roulette-wheel__spin {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  outline: none;
  border: none;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .roulette-wheel__spin:not(.pressed):hover span {
    background: #B4CA09;
  }
}
.roulette-wheel__spin span {
  position: relative;
  outline: 5px solid #fff;
  border: 1px solid transparent;
  background: #C4DB11;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 27.778px;
  text-transform: uppercase;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.roulette-wheel__spin span::after {
  content: attr(data-stop);
  font-size: 0;
  transition: font-size 0.2s ease-in-out;
}
.roulette-wheel__spin::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  display: block;
  border-radius: 50%;
  border: 1px solid #D8AC5B;
  background: #3A3A3A;
}
.roulette-wheel__spin.pressed span {
  border-color: #C4DB11;
  color: #B4CA09;
  background: #FFF;
  font-size: 0;
}
.roulette-wheel__spin.pressed span::after {
  font-size: 20px;
}
.roulette-wheel__form {
  display: contents;
}
.roulette-wheel__form label {
  row-gap: 16px;
}

@media screen and (max-width: 767px) {
  .roulette-wheel__body {
    padding: 32px 12px 12px;
  }
  .roulette-wheel__holder {
    width: min(100%, 260px);
    max-height: 260px;
  }
  .roulette-wheel__svg {
    width: 100%;
    height: 100%;
  }
  .roulette-wheel__polygon {
    top: calc(50% - 85px);
  }
  .roulette-wheel__form label {
    row-gap: 8px;
  }
}
.results__list {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: normal;
}

.versions__radios {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 16px;
}
.versions__radios span {
  position: relative;
}
.versions__radios input[type=radio] {
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
}
@media (any-hover: hover) {
  .versions__radios input[type=radio]:not(:disabled):hover + label {
    cursor: pointer;
    border-color: #C4DB11;
  }
}
.versions__radios input[type=radio]:checked {
  pointer-events: none;
}
.versions__radios input[type=radio]:checked + label {
  border-color: #C4DB11;
}
.versions__radios label {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 12px;
  min-height: 156px;
  display: grid;
  grid-template-rows: 70px 1fr;
  justify-items: center;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  color: #5E6166;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  transition: border-color 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .versions fieldset {
    display: contents;
  }
  .versions__radios {
    gap: 12px;
  }
}