/* 文章图片圆角 */
.panel-body.single img,
.post-content img,
.content .panel-body img {
    border-radius: var(--theme-border-radius-md, 8px);
}

/* fancybox 灯箱图片强制居中（不改变display模式，避免破坏布局） */
.fancybox-slide {
    text-align: center !important;
}
.fancybox-slide--current {
    text-align: center !important;
}
.fancybox-content {
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.fancybox-image {
    margin: 0 auto !important;
}
a.Download-button,
.Download-button{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;font-size:17px;padding:12px 20px;color:white !important;background:linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);border:none;box-shadow:0 0.7em 1.5em -0.5em rgba(59,48,78,0.527);letter-spacing:0.05em;border-radius:8px;cursor:pointer;position:relative;transition:all 0.2s;text-decoration:none !important;min-width:164px;width:auto}
a.Download-button svg,
.Download-button svg{margin-right:8px;width:25px}
a.Download-button:hover,
.Download-button:hover{box-shadow:0 0.5em 1.5em -0.5em #3b82f6;border-top-left-radius:40px;border-bottom-right-radius:40px;color:white !important;text-decoration:none !important}
a.Download-button:active,
.Download-button:active{box-shadow:0 0.3em 1em -0.5em #3b82f6}
a.Download-button::before,
.Download-button::before{content:"";width:4px;height:40%;background-color:white;position:absolute;border-top-right-radius:5px;border-bottom-right-radius:5px;left:0;transition:all 0.2s}
a.Download-button::after,
.Download-button::after{content:"";width:4px;height:40%;background-color:white;position:absolute;border-top-left-radius:5px;border-bottom-left-radius:5px;right:0;transition:all 0.2s}
a.Download-button:hover::before,
a.Download-button:hover::after,
.Download-button:hover::before,
.Download-button:hover::after{height:60%}
a.Download-button:hover::before,
.Download-button:hover::before{border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;transform:translate(5px,-15px) rotate(45deg)}
a.Download-button:hover::after,
.Download-button:hover::after{border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0;transform:translate(-5px,15px) rotate(45deg)}
