/* BUD24 v17 - Spotlight countdown physically inside image on mobile */
@media (max-width: 900px) {
  html body.page-home-market .spotlight24-img > [data-spotlight-timer] {
    display: flex !important;
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 40 !important;
    width: auto !important;
    max-width: calc(100% - 96px) !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(216,180,91,.46) !important;
    border-radius: 14px !important;
    background: rgba(4,15,28,.90) !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  html body.page-home-market .spotlight24-img > [data-spotlight-timer]::before,
  html body.page-home-market .spotlight24-img > [data-spotlight-timer] > .live-dot,
  html body.page-home-market .spotlight24-img > [data-spotlight-timer] > span {
    display: none !important;
    content: none !important;
  }

  html body.page-home-market .spotlight24-img > [data-spotlight-timer] .timer-box {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html body.page-home-market .spotlight24-img > [data-spotlight-timer] .timer-box strong {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    font-variant-numeric: tabular-nums !important;
  }

  html body.page-home-market .spotlight24-img > [data-spotlight-timer] .timer-box small {
    display: none !important;
  }

  html body.page-home-market .spotlight24-img > [data-spotlight-timer] .timer-box:not(:last-child)::after {
    content: ":" !important;
    display: inline !important;
    margin: 0 5px !important;
    color: #d8b45b !important;
    font-size: 15px !important;
    font-weight: 950 !important;
  }
}
