/* 分红规则卡片自适应居中样式 - 增强优先级 */
.Containers__Wrap-yamifu-7.pages__PricesWrap-sc-4cqbfo-0 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 20px !important;
}

.Prices__Wrapper-n3azef-0.lextIZ.pages__CoinsPrices-sc-4cqbfo-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
}

.Prices__ContentContainer-n3azef-1.evZIbd {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.Prices__ScrollContainer-n3azef-4.iGlXs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.Prices__ListContainer-n3azef-5.hIwTsa {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    text-align: center !important;
}

.Prices__CoinCardLink-n3azef-6.lhvJwz {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 252px !important;
    max-width: 280px !important;
    margin: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.Prices__CoinCardLink-n3azef-6.lhvJwz:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .Prices__ListContainer-n3azef-5.hIwTsa {
        justify-content: center !important;
        gap: 15px !important;
    }
    
    .Prices__CoinCardLink-n3azef-6.lhvJwz {
        min-width: 200px !important;
        max-width: 250px !important;
        margin: 8px !important;
    }
}

@media (max-width: 480px) {
    .Prices__ListContainer-n3azef-5.hIwTsa {
        justify-content: center !important;
        gap: 10px !important;
    }
    
    .Prices__CoinCardLink-n3azef-6.lhvJwz {
        min-width: 180px !important;
        max-width: 220px !important;
        margin: 5px !important;
    }
}

/* 活动提示文字居中 */
.fy33 {
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 14px !important;
    color: #666 !important;
    width: 100% !important;
    display: block !important;
}

/* 强制覆盖任何内联样式 */
[data-v-807a26aa].Prices__ListContainer-n3azef-5 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    text-align: center !important;
}

[data-v-807a26aa].Prices__CoinCardLink-n3azef-6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 252px !important;
    max-width: 280px !important;
    margin: 10px !important;
}
