/* 组件样式 */

/* 抖音图标样式 */
.douyin-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

.douyin-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 即将上线样式 */
.coming-soon {
    margin-top: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

/* 平台信息样式 */
.platform-info {
    margin-top: 30px;
    text-align: center;
}