/*
Theme Name: 教育主题
Theme URI: https://www.9802cn.com
Author: EEDU开发团队
Author URI: https://www.9802cn.com/
Description: 教学成果奖申报网站
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: education-theme
Domain Path: /languages
Tags: education, university, college, chemistry, responsive
*/

/* 引入现有样式 */
@import url('css/style.css');

/* WordPress 基础样式覆盖 */
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-size: 12px;
    color: #666;
}
.sticky {
    background: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #A51907;
}
.gallery-caption {
    font-size: 12px;
}
.bypostauthor {
    background: #f5f5f5;
}
.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 搜索表单样式 */
.search-form {
    display: flex;
    gap: 5px;
}
.search-form input[type="search"] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 160px;
    font-size: 13px;
}
.search-form input[type="submit"] {
    padding: 6px 16px;
    background: #D6A30E;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 13px;
}
.search-form input[type="submit"]:hover {
    background: #F4D03F;
    color: #8B0000;
}
