/* 自定义样式 */
div[data-v-5e6edeaa]{height:28px;font-size:12px}
a[data-v-5e6dedeaa]{color:#999}

/* 应用区自适应样式 */
@media (max-width: 768px) {
    .app-info-card .app-main-container {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .app-info-card .app-left-section {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    .app-info-card .app-logo-rating {
        align-items: center !important;
    }
    
    .app-info-card .app-name-desc {
        text-align: center !important;
    }
    
    .app-info-card .app-name-desc h2 {
        text-align: center !important;
    }
    
    .app-info-card .app-right-section {
        align-items: center !important;
        width: 100%;
    }
    
    .app-info-card .app-buttons-top {
        width: 100%;
        justify-content: center !important;
    }
    
    .app-info-card .app-buttons-top button {
        flex: 1;
    }
    
    .app-info-card .app-buttons-bottom {
        justify-content: center !important;
        width: 100%;
    }
}

