.article img,
.post img,
.entry-content img,
.content img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);  /* 👉 阴影 */
    transition: all 0.3s ease;
}

.article img:hover,
.post img:hover,
.entry-content img:hover,
.content img:hover {
    transform: scale(1.02);
}
.markdown img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin: 15px 0;
}
.mobile-only-footer{
    display:none;
}
