.post-content h2{
    font-size: 24px;
}
.post-content h3{
    font-size: 20px;
}
#qrcode-placeholder, #qrcode {
    transition: opacity 0.3s ease;
}

.modal-body {
    min-height: 300px;
}

/* 添加分页样式 */
.pagination .page-link {
    border-radius: var(--bs-border-radius-pill) !important;
    margin: 0 2px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: var(--bs-border-radius-pill) !important;
}

.wishlist.favorited {
    background-color: var(--bs-warning) !important;
    color: white !important;
}

.wishlist.favorited:hover {
    background-color: var(--bs-warning-dark) !important;
}

.wishlist.favorited svg use {
    color: white !important;
}