/* Fix for Rank Title overlapping and positioning */
.rank-container .rank-title {
    z-index: 99 !important;
    position: relative !important;
    background: none !important;
}

/* Revert rank-content top margin to prevent overlapping issues with Top 1 */
.rank-container .rank-content[data-v-782016d3] {
    margin-top: 10vw !important; /* Slightly more than original 6vw to give title some space, but not 20vw */
}

/* Fix "No data yet" position in Rank Dialog */
.rank-container .rank-content .empty-tips[data-v-782016d3] .empty {
    margin-top: 30vw !important;
}

.rank-container .rank-content .empty-tips[data-v-782016d3] .empty .empty-wrapper .empty-img {
    margin-top: 0vw !important;
}

/* Hide 0s time-left from the Result Dialog (Three Winners) */
.result-container .time-left,
.result-container .time-left[data-v-98cebfce],
.ar-SA .result-container .time-left,
[data-v-98cebfce] .time-left {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    font-size: 0 !important;
}
