/* CurioSpark v8.36.15 - Big Vision hero bulb restoration. */
/* Scope: Big Vision hero badge only. ASCII-only CSS. */

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb {
  display: grid !important;
  place-items: center !important;
  position: relative;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  margin: 0.25rem auto 0.5rem !important;
  overflow: hidden;
  border: 1px solid rgba(255, 190, 25, 0.82) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 34% 28%, #fffdf4 0%, #fff2aa 44%, #ffe07a 100%) !important;
  box-shadow: 0 10px 22px rgba(95, 37, 121, 0.14) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 20px;
  height: 25px;
  border-radius: 52% 52% 44% 44%;
  background: #ffc71f;
  box-shadow: inset 5px 4px 0 rgba(255, 235, 126, 0.78);
}

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass::before,
body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #5f2579;
}

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass::before {
  bottom: -7px;
  width: 15px;
  height: 6px;
  border-radius: 2px;
}

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass::after {
  bottom: -11px;
  width: 11px;
  height: 4px;
  border-radius: 0 0 6px 6px;
}

body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-base {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 18px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #78349a;
  box-shadow: 0 -4px 0 #78349a;
}

@media (max-width: 700px) {
  body.big-vision-page-compact .big-vision-hero .vision-hero-bulb {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    margin: 0.2rem auto 0.42rem !important;
  }

  body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-glass {
    top: 10px;
    left: 16px;
    width: 18px;
    height: 23px;
  }

  body.big-vision-page-compact .big-vision-hero .vision-hero-bulb-base {
    bottom: 9px;
    width: 16px;
  }
}
