/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* 仅在手机设备上显示 */
.mobile-only-content {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mobile-only-content {
        display: block !important;
    }
    .desktop-content {
        display: none !important;
    }
}

/* 手機導航背影 */
.shadow-box {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* 阴影效果 */
    border-radius: 8px; /* 可选：为外框添加圆角 */
    padding: 16px; /* 可选：为内容添加内边距 */
    background-color: #ffffff; /* 可选：设置背景色 */
}


