/* 适配主题的美化样式 */
.life-tools-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    font-size: 14px;
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.life-tools-nav {
    background: #b34100;
    padding: 12px 15px;
    border-radius: 6px 6px 0 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.life-tools-nav .nav-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.life-tools-nav .nav-item:hover {
    color: #ffe0cc;
    text-decoration: underline;
}

.life-tools-main {
    display: grid;
    grid-template-columns: 240px 1fr 300px;
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .life-tools-main {
        grid-template-columns: 1fr;
    }
}

.today-huangli, .jiri-search, .xingzuo-panel, .shengxiao-panel, .life-tools-center {
    background: #ffffff;
    padding: 18px;
    border-radius: 6px;
    border: 1px solid #f0e0d0;
    margin-bottom: 15px;
}

.today-huangli h3, .jiri-search h3, .xingzuo-panel h3, .shengxiao-panel h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #b34100;
    border-bottom: 1px solid #f0e0d0;
    padding-bottom: 8px;
}

.tool-small-btn {
    background: #f8f8f8;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    color: #333333;
    font-size: 13px;
    border: 1px solid #eee;
    transition: all 0.2s;
}

.tool-small-btn:hover {
    background: #b34100;
    color: #ffffff;
    border-color: #b34100;
}

.tool-link {
    color: #333333;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
    line-height: 2;
}

.tool-link:hover {
    color: #b34100;
    text-decoration: underline;
}

.xingzuo-icon, .shengxiao-icon {
    text-decoration: none;
    color: #333333;
    transition: all 0.2s;
    padding: 5px;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.xingzuo-icon:hover, .shengxiao-icon:hover {
    background: #fef7f0;
    color: #b34100;
}

.back-btn {
    color: #b34100;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
}

.back-btn:hover {
    text-decoration: underline;
}

.tool-form {
    max-width: 550px;
    margin: 0 auto;
}

.tool-form h2 {
    color: #b34100;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: #b34100;
    box-shadow: 0 0 0 2px rgba(179, 65, 0, 0.2);
}

.submit-btn {
    background: #b34100;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s ease;
    font-weight: 500;
    font-family: inherit;
}

.submit-btn:hover {
    background: #993300;
}

.tool-result {
    margin-top: 20px;
    padding: 20px;
    background: #fef7f0;
    border-radius: 6px;
    border-left: 4px solid #b34100;
    line-height: 1.8;
    font-size: 14px;
}

.tool-result h3 {
    margin-top: 0;
    color: #b34100;
    font-size: 18px;
}

.today-huangli .ji {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 6px;
}

.today-huangli .xiong {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 6px;
}

#today-huangli-content {
    line-height: 1.8;
}
