﻿html body .builder-carcass .wheel-border {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
}

html body .builder-carcass .wheel-arrow {
  top: -10%;
  width: 10%;
}

html body .builder-carcass .spin-btn-v {
  background-size: 120%;
  background-position: center center;
}

html.browser body .builder-carcass .lucky-wheel-logo-row {
  position: relative;
  height: 10rem;
  justify-content: flex-end;
}

html.browser body .builder-carcass .logo-box {
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

html.browser body .builder-carcass .logo-column {
  width: 20rem;
  pointer-events: initial;
}

html.tablet body .builder-carcass .lucky-wheel-logo-row, html.mobile body .builder-carcass .lucky-wheel-logo-row {
  flex-direction: column;
  gap: 1.6rem;
}

html.tablet body .builder-carcass .logo-column, html.mobile body .builder-carcass .logo-column {
  width: 16rem;
}

html.tablet body .builder-carcass .BadgeResults, html.mobile body .builder-carcass .BadgeResults {
  padding: 0 1.6rem;
}