/*
Theme Name: ZAXU CHILD
Theme URI: https://www.zaxu.com
Author: ZAXU
Author URI: https://www.zaxu.com
Description: A basic child theme for the ZAXU theme.
Template: zaxu
Version: 1.1.9
Requires at least: 6.0
Requires PHP: 7.4
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

@media (prefers-color-scheme: dark) {
	/* Dark mode customization starts here */
}

.custom-article-footer {
    background-color: #f8f9fa;
    border-left: 4px solid #007cba;
    padding: 1.5rem 2rem;
    margin-top: 3rem;
    border-radius: 0 4px 4px 0;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
}

.custom-article-footer p:last-child {
    margin-bottom: 0;
}

/* 悬停动画效果 */
.custom-article-footer {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-article-footer:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
