/*
Theme Name: Ambilas Child
Theme URI: https://apalodi.com/themes/ambilas/
Template: ambilas
Version: 1.0.0

Author: APALODI
Author URI: https://apalodi.com

Description: Ambient Blog and Magazine WordPress Theme.
Tags: blog, news, theme-options, custom-colors, editor-style, featured-images, custom-menu, translation-ready, grid-layout
Text Domain: ambilas

Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.0

License: Themeforest Standard
License URI: https://themeforest.net/licenses/standard
*/



/* ==========================================================================
   1. 页脚设置 (Footer Settings)
   ========================================================================== */

/* 强制页脚所有内容在所有设备上都居中 */
.site-footer, 
.site-footer .container, 
.site-footer .footer-inner,
.site-footer .footer-copyright {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 页脚高度极致调优 */
.site-footer {
    padding-top: 10px !important;    /* 强制减少顶部间距 */
    padding-bottom: 10px !important; /* 强制减少底部间距 */
    min-height: 0 !important;        /* 防止主题设定了最小高度 */
}

.site-footer .container,
.site-footer .footer-inner,
.site-footer .footer-copyright {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1.2 !important;     /* 稍微压缩行高 */
}




/* ==========================================================================
   2. 其他设置
   ========================================================================== */







