/* Shree Win wheel reward label — intentionally loaded after the theme CSS. */
#app .tabbar__container-item .turntable-text {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0 !important;
    transform: translateX(-50%);
    width: 2.04rem !important;
    height: 0.72rem !important;
    padding: 0.16rem 0.04rem 0.04rem;
    box-sizing: border-box;
    overflow: visible !important;
    z-index: 4 !important;
    background: #ffffff !important;
    color: var(--main-color, #6c4cff) !important;
    font-size: 0.4rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
}

/* Dedicated static row injected into the WinGo winning card. */
html body .winning-body.isWin .sw-wingo-static-close-text {
    position: absolute !important;
    z-index: 20 !important;
    left: 0.72rem !important;
    right: 0.72rem !important;
    bottom: 0.42rem !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.18rem !important;
    color: #ffffff !important;
    font-size: 0.36rem !important;
    font-weight: 400 !important;
    line-height: 0.56rem !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

html body .winning-body.isWin .sw-wingo-static-close-circle {
    display: block !important;
    width: 0.56rem !important;
    height: 0.56rem !important;
    flex: 0 0 0.56rem !important;
    border: 0.025rem solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-sizing: border-box !important;
}
