/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* 404页面全链路背景+弧形强制修正 */
body.error404,
body.error404 .wd-content-area,
body.error404 .site-content,
body.error404 #wd-9bb4bcd5{
    background:#010101 !important;
}
/* 弧形上下两条SVG彻底涂黑 */
body.error404 .wd-shape-divider svg path{
    fill:#010101 !important;
}
/* 主行两栏居中、间距锁定 */
body.error404 #wd-d613680a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4rem !important;
    padding:30px 20px !important;
}
/* 移动端自动单列 */
@media (max-width:1023px){
    body.error404 #wd-d613680a{
        flex-direction:column !important;
    }
}
/* 按钮文字、标题颜色还原 */
body.error404 #wd-05a849f0{
    color:var(--wd-primary-color) !important;
}
body.error404 #wd-63b5700d,
body.error404 #wd-5f34ce98{
    color:#cccccc !important;
}