/* 基础节日样式 */
.festival-element {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
}

/* 灯笼样式 */
.lantern {
    width: 60px;
    height: 80px;
    background-color: #e74c3c;
    border-radius: 50% 50% 10% 10%;
    position: relative;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
}

/* 龙舟样式 */
.dragon-boat {
    width: 100px;
    height: 40px;
    background-color: #e67e22;
    border-radius: 20px;
}

/* 国旗样式 */
.national-flag {
    width: 80px;
    height: 50px;
    background-color: #e74c3c;
    position: relative;
}