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

html.browser body .builder-carcass .spinner-section {
  transform: scale(1.3);
  padding-top: 3rem;
}

html.mobile body .builder-carcass .spinner-section,
html.tablet body .builder-carcass .spinner-section {
  transform: scale(1.15);
}

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

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;
}