.tagcloud a,
.post-tags a,
.entry-tags a {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.tagcloud a:hover,
.post-tags a:hover,
.entry-tags a:hover {
    transform: translateY(-2px);
    opacity: .9;
    color: #fff !important;
}

.uc-template-wrap {
    max-width: 1200px;
}

.uc-template-panel {
    min-height: 770px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.uc-template-side {
    background: #fafafa;
    border-right: 1px solid #f1f1f1;
}

.uc-template-main {
    padding: 52px 60px;
    background: #fff;
}

.uc-template-profile {
    padding: 22px 20px 16px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.uc-template-avatar {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.uc-template-avatar:after {
    position: absolute;
    right: 2px;
    bottom: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    line-height: 16px;
    content: "\f030";
    background: #595d69;
    border-radius: 50%;
}

.uc-template-name {
    color: #111;
    font-size: 18px;
    font-weight: 400;
}

.uc-template-profile sub {
    display: inline-block;
    margin-top: 2px;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
}

.uc-template-profile .badge {
    background: #e93434 !important;
    border-radius: 15px;
    font-weight: 500;
}

.uc-template-quota {
    margin-top: 12px;
    padding: 12px;
}

.uc-template-menu {
    padding: 18px 20px 24px;
    background: #fafafa;
}

.uc-template-menu .uc-menu-warp {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uc-template-menu .uc-menu-warp li {
    margin-bottom: 2px;
}

.uc-template-menu .uc-menu-warp a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    color: #777;
    font-size: 15px;
    border-radius: 4px;
}

.uc-template-menu .uc-menu-warp i {
    width: 18px;
    color: #999;
}

.uc-template-menu .uc-menu-warp .current-menu-item a {
    color: #333;
    background: #eee;
}

.uc-template-menu .uc-menu-warp .current-menu-item i,
.uc-template-menu .uc-menu-warp .current-menu-item a:hover i {
    color: #e93434;
}

.uc-ticket-new {
    position: relative;
    min-height: 650px;
    color: #555;
}

.uc-ticket-title {
    margin: 0 0 46px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

.uc-ticket-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.uc-ticket-label {
    flex: 0 0 80px;
    padding-top: 8px;
    color: #555;
    font-weight: 400;
    text-align: right;
}

.uc-ticket-field {
    flex: 1;
    min-width: 0;
    margin-left: 16px;
}

.uc-ticket-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-left: 16px;
    padding-top: 7px;
    color: #666;
}

.uc-ticket-radio-group input {
    accent-color: #e93434;
}

.uc-ticket-new .form-control {
    color: #555;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.uc-ticket-new textarea.form-control {
    min-height: 174px;
    resize: vertical;
}

.uc-ticket-email-field {
    max-width: 238px;
}

.uc-ticket-help {
    margin: 8px 0 0;
    color: #8a8a8a;
    font-size: 13px;
}

.uc-ticket-help a {
    color: #2e5d88;
}

.uc-ticket-upload-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 16px;
}

.uc-ticket-upload-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    color: #b8b8b8;
    cursor: pointer;
    border: 1px dashed #cfcfcf;
    background: #fff;
}

.uc-ticket-upload-box input {
    display: none;
}

.uc-ticket-plus {
    color: #b6b6b6;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.uc-ticket-upload-box img {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uc-ticket-upload-box.has-image img {
    display: block;
}

.uc-ticket-upload-box.has-image .uc-ticket-plus {
    display: none;
}

.uc-ticket-submit {
    position: absolute;
    right: 0;
    bottom: 54px;
    text-align: center;
}

.uc-ticket-submit .btn {
    min-width: 110px;
    padding: 9px 22px;
    font-weight: 700;
    background: #e93434;
    border-color: #e93434;
    border-radius: 5px;
}

.uc-ticket-submit p {
    margin: 12px 0 0;
    color: #8a8a8a;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .uc-template-panel {
        min-height: auto;
        display: block;
    }

    .uc-template-main {
        padding: 24px 18px;
    }

    .uc-ticket-new {
        min-height: auto;
    }

    .uc-ticket-submit {
        position: static;
        margin-top: 28px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .uc-ticket-row {
        display: block;
    }

    .uc-ticket-label {
        display: block;
        margin-bottom: 8px;
        padding-top: 0;
        text-align: left;
    }

    .uc-ticket-field,
    .uc-ticket-radio-group,
    .uc-ticket-upload-list {
        margin-left: 0;
    }

    .uc-ticket-email-field {
        max-width: none;
    }
}

.uc-notice-list .uc-notice-unread {
    background: rgba(214, 41, 62, .04);
}

.uc-notice-list .uc-notice-unread h6 {
    font-weight: 700;
}

.uc-notice-content {
    color: var(--ri-body-color);
    line-height: 1.9;
}

.uc-notice-content p:last-child {
    margin-bottom: 0;
}

.site-notice-link .badge {
    font-size: 10px;
    line-height: 1;
}

.uc-withdraw-page .card-body {
    min-height: 360px;
}

.uc-withdraw-form {
    max-width: 620px;
    padding-top: 4px;
}

.uc-withdraw-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.uc-withdraw-row > label {
    flex: 0 0 120px;
    margin: 0;
    padding-top: 9px;
    color: var(--ri-body-color);
    text-align: right;
}

.uc-withdraw-row > .form-control,
.uc-withdraw-field {
    flex: 1 1 auto;
    margin-left: 16px;
}

.uc-withdraw-text span {
    display: inline-block;
    margin-left: 16px;
    padding-top: 9px;
    color: var(--ri-secondary-color);
}

.uc-withdraw-actions {
    margin-left: 16px;
}

.uc-withdraw-field small {
    margin-top: 7px;
}

.uc-withdraw-records code {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .uc-withdraw-row {
        display: block;
    }

    .uc-withdraw-row > label {
        display: block;
        margin-bottom: 7px;
        padding-top: 0;
        text-align: left;
    }

    .uc-withdraw-row > .form-control,
    .uc-withdraw-field,
    .uc-withdraw-text span,
    .uc-withdraw-actions {
        margin-left: 0;
    }
}

.price-difference-card {
    width: min(680px, 100%);
    margin: 24px auto 72px;
    padding: 34px;
    background: var(--ri-white);
    border: 1px solid var(--ri-border-color);
    border-radius: 8px;
    box-shadow: var(--ri-box-shadow-sm);
}

.price-difference-head {
    text-align: center;
}

.price-difference-head h2 {
    margin: 14px 0 8px;
    font-size: 26px;
    font-weight: 700;
}

.price-difference-head p {
    margin: 0;
    color: var(--ri-secondary-color);
}

.price-difference-amount {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 12px;
    align-items: center;
    max-width: 420px;
    margin: 32px auto 18px;
}

.price-difference-step {
    width: 48px;
    height: 48px;
    color: var(--ri-body-color);
    background: var(--ri-light);
    border: 1px solid var(--ri-border-color);
    border-radius: 8px;
}

.price-difference-input-wrap {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 14px;
    background: var(--ri-light);
    border: 1px solid var(--ri-border-color);
    border-radius: 8px;
}

.price-difference-input-wrap span {
    flex: 0 0 auto;
    margin-right: 8px;
    color: var(--ri-danger);
    font-size: 22px;
    font-weight: 700;
}

.price-difference-input-wrap .form-control {
    height: 48px;
    padding: 0;
    color: var(--ri-heading-color, inherit);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.price-difference-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 26px;
}

.price-difference-preset.active {
    color: var(--ri-white);
    background: var(--ri-danger);
    border-color: var(--ri-danger);
}

.price-difference-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid var(--ri-border-color);
}

.price-difference-summary small,
.price-difference-summary strong {
    display: block;
}

.price-difference-summary strong {
    color: var(--ri-danger);
    font-size: 24px;
}

.price-difference-remark {
    margin-top: 20px;
}

.price-difference-remark label {
    margin-bottom: 8px;
    color: var(--ri-body-color);
    font-weight: 700;
}

.price-difference-remark .form-control {
    min-height: 86px;
    resize: vertical;
}

@media (max-width: 575.98px) {
    .price-difference-card {
        margin-top: 16px;
        padding: 22px 16px;
    }

    .price-difference-head h2 {
        font-size: 22px;
    }

    .price-difference-amount {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
    }

    .price-difference-step {
        width: 42px;
        height: 46px;
    }

    .price-difference-summary {
        display: block;
        text-align: center;
    }

    .price-difference-summary .btn {
        width: 100%;
        margin-top: 16px;
    }

    .price-difference-remark {
        margin-top: 18px;
    }
}

.ri-cart-toggle {
    position: relative;
}

.ri-cart-count {
    display: none;
    position: absolute;
    top: -7px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    color: #fff;
    background: var(--ri-danger);
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.ri-add-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0 !important;
    line-height: 1;
    white-space: nowrap;
}

.ri-add-cart i {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1;
}

.ri-add-cart.is-added,
.ri-add-cart.is-added:disabled {
    width: 42px;
    min-width: 42px;
    color: #fff !important;
    background: #9aa0a6 !important;
    border-color: #9aa0a6 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: .92;
}

.ri-add-cart.is-added i {
    color: #fff !important;
}

.ri-cart-balance-popup {
    padding: 22px 18px 18px;
    text-align: center;
}

.ri-cart-balance-popup h5 {
    margin-bottom: 10px;
    color: var(--ri-heading-color, inherit);
    font-weight: 700;
}

.ri-cart-balance-popup p {
    margin-bottom: 18px;
    color: var(--ri-secondary-color);
    line-height: 1.7;
}

.ri-cart-mask {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, .34);
}

.ri-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1091;
    display: flex;
    flex-direction: column;
    width: min(390px, 92vw);
    height: 100vh;
    background: var(--ri-white);
    box-shadow: -10px 0 30px rgba(15, 15, 16, .12);
    transform: translateX(105%);
    transition: transform .22s ease;
}

.ri-cart-open .ri-cart-mask {
    display: block;
}

.ri-cart-open .ri-cart-panel {
    transform: translateX(0);
}

.ri-cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 1px solid var(--ri-border-color);
}

.ri-cart-head strong {
    color: var(--ri-heading-color, inherit);
    font-size: 18px;
}

.ri-cart-close,
.ri-cart-clear-btn,
.ri-cart-remove {
    padding: 0;
    color: var(--ri-secondary-color);
    background: transparent;
    border: 0;
}

.ri-cart-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.ri-cart-close:hover,
.ri-cart-remove:hover,
.ri-cart-clear-btn:hover {
    color: var(--ri-danger);
}

.ri-cart-clear {
    padding: 12px 22px 0;
    text-align: right;
}

.ri-cart-items {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 8px 22px 18px;
}

.ri-cart-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--ri-border-color);
}

.ri-cart-thumb {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 6px;
    background: var(--ri-light);
}

.ri-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ri-cart-title {
    display: block;
    overflow: hidden;
    color: var(--ri-heading-color, inherit);
    font-weight: 600;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ri-cart-price {
    margin-top: 7px;
    color: var(--ri-danger);
    font-size: 18px;
    font-weight: 700;
}

.ri-cart-remove {
    width: 28px;
    height: 28px;
}

.ri-cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    gap: 12px;
    color: var(--ri-secondary-color);
    text-align: center;
}

.ri-cart-empty i {
    font-size: 28px;
}

.ri-cart-foot {
    padding: 18px 22px 22px;
    border-top: 1px solid var(--ri-border-color);
    background: var(--ri-white);
}

.ri-cart-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ri-cart-total strong {
    color: var(--ri-danger);
    font-size: 22px;
}

.ri-cart-total em {
    margin-right: 2px;
    font-style: normal;
}

.ri-cart-continue {
    margin-bottom: 10px;
    color: #111827;
    border: 1px solid #e7e9ee;
    background: #f7f8f9;
}

.ri-cart-continue:hover {
    color: #e63135;
    border-color: rgba(230, 49, 53, .28);
    background: #fff5f5;
}

@media (max-width: 575.98px) {
    .ri-cart-panel {
        width: 100vw;
    }
}

/* Shane/模板兔风格增强 */
.logo-wrapper a {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.logo-wrapper a::after {
    position: absolute;
    top: -40%;
    left: -70%;
    width: 42%;
    height: 180%;
    content: "";
    pointer-events: none;
    transform: rotate(24deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .78), transparent);
    animation: ri-logo-sweep 3.6s ease-in-out infinite;
}

@keyframes ri-logo-sweep {
    0%, 48% {
        left: -70%;
    }
    72%, 100% {
        left: 130%;
    }
}

.entry-tags > a {
    margin: 0 8px 8px 0;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.3;
}

.entry-tags > a:nth-child(7n) {
    background-color: #ff5722;
}

.entry-tags > a:nth-child(7n+1) {
    background-color: #ffb800;
}

.entry-tags > a:nth-child(7n+2) {
    background-color: #16baaa;
}

.entry-tags > a:nth-child(7n+3) {
    background-color: #1e9fff;
}

.entry-tags > a:nth-child(7n+4) {
    background-color: #31bdec;
}

.entry-tags > a:nth-child(7n+5) {
    background-color: #a233c6;
}

.entry-tags > a:nth-child(7n+6) {
    background-color: #16b777;
}

#comments.entry-comments {
    margin-top: 20px;
}

#comments .comment-form-comment {
    position: relative;
}

#comments .comment-form-comment textarea {
    min-height: 126px;
    padding-right: 190px;
}

#comments .comment-say-tip {
    position: absolute;
    right: 24px;
    top: 50%;
    color: #8a5d50;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    pointer-events: none;
    transform: translateY(-50%);
}

#comments .comment-say-tip::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    content: "\f4ad";
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb347, #ff5a5f);
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
}

.ri-comment-bought {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    padding: 1px 6px;
    color: #fff;
    border-radius: 3px;
    background: #37b24d;
    font-size: 12px;
    font-weight: 600;
}

.ri-corner-badge {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 9px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}

.post-item > .tips-badge {
    display: block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    margin: 0 !important;
    pointer-events: none;
}

.post-item > .tips-badge .ri-corner-badge {
    position: absolute;
    top: 13px;
    left: -28px;
    justify-content: center;
    width: 98px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
    font-size: 12px;
    line-height: 24px;
    transform: rotate(-45deg);
}

.post-item > .tips-badge .ri-corner-badge:nth-child(2) {
    top: 38px;
}

.ri-corner-sticky {
    background: #343a40;
}

.ri-corner-vip {
    background: linear-gradient(135deg, #ff8a00, #ff3d3d);
}

.ri-corner-free {
    background: linear-gradient(135deg, #20c997, #16a34a);
}

.entry-meta .ri-corner-badge {
    margin-right: 6px;
}

.ri-archive-actions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 4px;
    vertical-align: middle;
}

.ri-archive-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    color: #59616d;
    border: 1px solid #e7e9ee;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.entry-meta .ri-archive-action.ri-add-cart,
.entry-footer .ri-archive-action.ri-add-cart {
    width: auto;
    min-width: 34px;
    min-height: 28px;
    height: 28px;
    padding: 0 8px !important;
    vertical-align: middle;
}

.ri-archive-action em {
    font-style: normal;
}

.ri-cart-img {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.ri-archive-action:hover {
    color: #e63135;
    border-color: rgba(230, 49, 53, .28);
    background: #fff5f5;
}

.ri-archive-action.is-added,
.ri-archive-action.disabled {
    color: #8b929c;
    border-color: #e1e4e8;
    background: #f1f3f5;
    cursor: default;
}

.entry-meta .ri-archive-action.is-added,
.entry-meta .ri-archive-action.is-added:disabled,
.entry-footer .ri-archive-action.is-added,
.entry-footer .ri-archive-action.is-added:disabled {
    width: auto;
    min-width: 58px;
    min-height: 28px;
    height: 28px;
    padding: 0 8px !important;
    color: #fff !important;
    border-color: #9aa0a6 !important;
    background: #9aa0a6 !important;
}

.entry-meta .ri-archive-action.is-added em,
.entry-footer .ri-archive-action.is-added em {
    display: inline;
}

.buy-btns .ri-add-cart,
.down-buy-warp .ri-add-cart,
.entry-shop .ri-add-cart {
    height: 42px;
    vertical-align: middle;
}

.ri-cart-svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: currentColor;
    -webkit-mask: url("../img/shopcar.svg") center / contain no-repeat;
    mask: url("../img/shopcar.svg") center / contain no-repeat;
}

.rollbar .actions {
    overflow: hidden;
    border-radius: 8px;
    background: #ef3338;
    box-shadow: 0 8px 22px rgba(239, 51, 56, .26);
}

.rollbar .actions li a {
    color: #fff;
    background: #ef3338;
}

.rollbar .actions li a:hover {
    color: #fff;
    background: #d9272c;
}

.rollbar .actions li + li {
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.widget .ranking-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--ri-border-color);
}

.widget .ranking-num {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

.widget .ranking-title {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-meta,
.entry-footer {
    overflow: visible;
}

.ri-archive-actions {
    flex: 0 0 auto;
    white-space: nowrap;
}

.entry-meta .ri-archive-action.ri-add-cart,
.entry-footer .ri-archive-action.ri-add-cart,
.entry-meta .ri-archive-action.ri-add-cart.is-added,
.entry-meta .ri-archive-action.ri-add-cart.is-added:disabled,
.entry-footer .ri-archive-action.ri-add-cart.is-added,
.entry-footer .ri-archive-action.ri-add-cart.is-added:disabled {
    width: 34px;
    min-width: 34px;
    padding: 0 !important;
    color: #59616d !important;
    border-color: #e7e9ee !important;
    background: #fff !important;
}

.entry-meta .ri-archive-action.ri-add-cart.is-added,
.entry-meta .ri-archive-action.ri-add-cart.is-added:disabled,
.entry-footer .ri-archive-action.ri-add-cart.is-added,
.entry-footer .ri-archive-action.ri-add-cart.is-added:disabled {
    color: #8b929c !important;
    background: #f1f3f5 !important;
}

.ri-archive-cart-action em {
    display: none !important;
}

.ri-fav-login-popup {
    padding: 8px 4px 2px;
    text-align: center;
}

.ri-fav-login-popup h5 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.ri-fav-login-popup p {
    margin-bottom: 16px;
    color: #6f7785;
    font-size: 14px;
}

.ri-fav-login-actions {
    display: flex;
    gap: 10px;
}

.ri-fav-login-actions .btn {
    flex: 1 1 0;
}

@media (max-width: 575.98px) {
    #comments .comment-form-comment textarea {
        padding-right: 12px;
    }

    #comments .comment-say-tip {
        display: none;
    }

    .ri-archive-actions {
        margin-top: 6px;
        margin-left: 0;
        gap: 4px;
    }

    .ri-archive-action em {
        display: none;
    }

    .ri-archive-action,
    .entry-meta .ri-archive-action.ri-add-cart,
    .entry-footer .ri-archive-action.ri-add-cart,
    .entry-meta .ri-archive-action.ri-add-cart.is-added,
    .entry-footer .ri-archive-action.ri-add-cart.is-added {
        width: 30px;
        min-width: 30px;
        height: 28px;
        padding: 0 !important;
    }

    .ri-cart-img {
        width: 16px;
        height: 16px;
    }
}

.zb-jump-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.zb-jump-pagination .zb-page-btn,
.zb-jump-pagination .zb-page-select,
.zb-jump-pagination .zb-page-jump input,
.zb-jump-pagination .zb-page-jump button {
    min-height: 32px;
    padding: 0 12px;
    color: #e93434;
    font-size: 13px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 4px;
}

.zb-jump-pagination .zb-page-btn:hover,
.zb-jump-pagination .zb-page-jump button:hover {
    color: #fff;
    background: #e93434;
    border-color: #e93434;
}

.zb-jump-pagination .zb-page-btn.disabled {
    color: #a1a1a8;
    pointer-events: none;
    background: #f7f8f9;
}

.zb-jump-pagination .zb-page-select {
    min-width: 118px;
    color: #111827;
    line-height: 1.2;
}

.zb-jump-pagination .zb-page-jump {
    display: inline-flex;
    gap: 6px;
}

.zb-jump-pagination .zb-page-jump input {
    width: 62px;
    color: #111827;
}

@media (max-width: 575.98px) {
    .zb-jump-pagination {
        gap: 6px;
    }

    .zb-jump-pagination .zb-page-btn,
    .zb-jump-pagination .zb-page-select,
    .zb-jump-pagination .zb-page-jump input,
    .zb-jump-pagination .zb-page-jump button {
        padding: 0 9px;
        font-size: 12px;
    }
}
