/* VIP Badge Stil Düzenlemeleri */

/* Tüm rank iconları için genel boyut */
.rank-icon {
    border-radius: 30%;
    height: 30px !important;
    object-fit: contain;
    width: 30px !important;
    transition: all 0.3s ease;
}

/* Hover efekti */
.rank-icon:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 6px 20px rgba(249, 198, 54, 0.5) !important;
    filter: brightness(1.3) contrast(1.2) drop-shadow(0 0 15px rgba(249, 198, 54, 0.8)) !important;
}

/* Modal progress text span ortalama */
.modal__progress-text span {
    font-size: 14px !important;
    line-height: 24px !important;
    color: var(--tf-tc2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.modal__progress-text--white span {
    color: var(--tf-tc) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
} 