/*
Theme Name:   Twenty Twenty-Five Child

Theme URI:    https://tencent.socod.cn/

Description:  Child theme for Twenty Twenty-Five

Author:       Landi

Author URI:   https://tencent.socod.cn/

Template:     twentytwentyfive

Version:      1.0.0

Text Domain:   myttfivechild

*/

/* 全屏横向组件样式 */
.fullscreen-horizontal-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow-x: auto;
    overflow-y: hidden;
    height: 100vh;
}

.horizontal-scroll-wrapper {
    display: flex;
    height: 100%;
    width: max-content;
}

.slide {
    flex: 0 0 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.slide-1 { background: #ff6b6b; }
.slide-2 { background: #4ecdc4; }
.slide-3 { background: #ffe66d; }

/* 确保 body 没有边距干扰 */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}