/*
Theme Name: Business Service Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A professional business service theme for WordPress, built with Tailwind CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: textdomain
Tags: business, corporate, responsive, tailwind, modern

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* WordPress 基础样式重置 */
body {
    margin: 0;
    padding: 0;
}
.wp-block {
    max-width: 1280px;
}
.wp-site-blocks {
    padding: 0;
}
.entry-content > *:first-child {
    margin-top: 0 !important;
}
.wp-block-group__inner-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* 修复WordPress默认样式冲突 */
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}