/*
Theme Name: Blogier
Theme URI: https://themeansar.com/free-themes/blogier-free-wordpress-theme/
Author: Themeansar
Author URI: https://themeansar.com
Description: Blogier is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Blogier is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Blogier is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus/blogier/ and documentation at https://docs.themeansar.com/docs/blogus/
Version: 2.0
Requires PHP: 7.4
Requires at least: 6.7
Tested up to: 6.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blogus
Text Domain: blogier
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Blogier WordPress Theme is child theme of Blogus, Copyright 2023 Themeansar
Blogier is distributed under the terms of the GNU General Public License v3

Blogier is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
:root {
    --box-color2: #fffaf4;
    --bxsh2: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
}

/* QIULIAO-HOME-PREVIEW-50-START */
body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-title,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-title {
    margin: 0 0 8px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.35;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-meta,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-meta {
    display: flex;
    width: 100%;
    margin: 0 0 8px;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-excerpt,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-excerpt {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card .more-link,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card .more-link {
    margin-top: 0;
}

body.home #blogier-latest-posts,
body.blog #blogier-latest-posts {
    display: none;
}
/* QIULIAO-HOME-PREVIEW-50-END */

/* QIULIAO-HOME-OLD-PAGINATION-START */
body.home #content .bs-content-list > .col-md-12.text-center.d-md-flex,
body.blog #content .bs-content-list > .col-md-12.text-center.d-md-flex {
    width: 100%;
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    padding: 12px 10px;
    background: transparent;
    border-radius: 0;
    justify-content: center !important;
}

body.home #content .bs-content-list .navigation.pagination .nav-links,
body.blog #content .bs-content-list .navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 !important;
}

body.home #content .bs-content-list .navigation.pagination .nav-links .page-numbers,
body.home #content .bs-content-list .navigation.pagination .nav-links a,
body.blog #content .bs-content-list .navigation.pagination .nav-links .page-numbers,
body.blog #content .bs-content-list .navigation.pagination .nav-links a {
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 13px !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff;
    color: #10263d;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(15, 37, 58, 0.16);
}

body.home #content .bs-content-list .navigation.pagination .nav-links .page-numbers.current,
body.blog #content .bs-content-list .navigation.pagination .nav-links .page-numbers.current {
    background: linear-gradient(135deg, #050807 0%, #0f4c44 78%, #f4fff9 165%);
    color: #f4fff9;
}
/* QIULIAO-HOME-OLD-PAGINATION-END */

.blogier-home-guard-open {
    overflow: hidden;
}

.blogier-home-guard {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.blogier-home-guard.is-open {
    opacity: 1;
    pointer-events: auto;
}

.blogier-home-guard__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 16, 24, 0.62);
}

.blogier-home-guard__dialog {
    position: relative;
    width: min(100%, 460px);
    padding: 26px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: #fff;
    color: #10263d;
    box-shadow: 0 20px 48px rgba(7, 10, 25, 0.28);
    transform: translateY(10px) scale(0.98);
    transition: transform 180ms ease;
}

.blogier-home-guard.is-open .blogier-home-guard__dialog {
    transform: translateY(0) scale(1);
}

.blogier-home-guard__dialog:focus {
    outline: 2px solid #0f4c44;
    outline-offset: 4px;
}

.blogier-home-guard__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #33465c;
    cursor: pointer;
}

.blogier-home-guard__close:hover,
.blogier-home-guard__close:focus-visible {
    background: #edf4f2;
    color: #0f4c44;
    outline: none;
}

.blogier-home-guard__eyebrow {
    margin: 0 50px 8px 0;
    color: #0f4c44;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.blogier-home-guard__title {
    margin: 0 50px 14px 0;
    color: #07131f;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
}

.blogier-home-guard__text {
    margin: 0 0 10px;
    color: #2c3c4f;
    font-size: 16px;
    line-height: 1.65;
}

.blogier-home-guard__text a {
    color: #0b685b;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blogier-home-guard__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.blogier-home-guard__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.blogier-home-guard__button i {
    margin-right: 8px;
}

.blogier-home-guard__button:hover,
.blogier-home-guard__button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.blogier-home-guard__button--primary {
    border: 1px solid #0f4c44;
    background: #0f4c44;
    color: #fff;
}

.blogier-home-guard__button--primary:hover,
.blogier-home-guard__button--primary:focus-visible,
.blogier-home-guard__button--primary.is-active {
    background: #093730;
    color: #fff;
}

.blogier-home-guard__button--secondary {
    border: 1px solid #b8cbc6;
    background: #f8fbfa;
    color: #10263d;
}

.blogier-home-guard__button--secondary:hover,
.blogier-home-guard__button--secondary:focus-visible {
    border-color: #0f4c44;
    background: #edf4f2;
    color: #0f4c44;
}

.blogier-home-guard__hint {
    min-height: 22px;
    margin: 14px 0 0;
    color: #526173;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 480px) {
    .blogier-home-guard {
        align-items: flex-end;
        padding: 12px;
    }

    .blogier-home-guard__dialog {
        padding: 24px 18px 20px;
    }

    .blogier-home-guard__title {
        font-size: 23px;
    }

    .blogier-home-guard__actions,
    .blogier-home-guard__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blogier-home-guard,
    .blogier-home-guard__dialog,
    .blogier-home-guard__button {
        transition: none;
    }
}

a:focus {
    outline: 1px solid;
    text-decoration: underline;
}
.navbar-toggler.x:focus, .navbar-toggler.x:hover{
    outline: 1px solid var(--head-color);    
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #89216b 0%, #da4453 100%);
}
/* height */
::-webkit-scrollbar {
    height: 8px;
}
.bs-menu-full .navbar {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}
.navbar-wp .navbar-nav{
    justify-content: center;
    row-gap: 10px;
}
.navbar-wp .navbar-nav > li> a{
    font-size:18px;
    line-height:1.3;
}
.desk-header{
    padding: 0;
}
.bs-content-list{
    display: grid;
    gap: 70px;
}
.bs-blog-post {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible;
    gap: 10px;
}
.bs-blog-post:hover{
    box-shadow: none;
}
.list-blog .bs-blog-thumb {
    margin: 0;   
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    height: 100%;
    box-shadow: var(--bxsh2);
    border-radius: 8px;
}
.list-blog.bs-blog-post .small {
    padding: 5px 20px 0;
    overflow: visible;
}
.list-blog.bs-blog-post{
    padding: 0;
}
.bs-blog-post .title{
    font-size: 28px;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    max-height: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
    padding-top: 2px;
}
.grid-blog .bs-blog-thumb {
    height: 300px;  
    box-shadow: var(--bxsh2);
    border-radius: 8px;
}
.grid-blog.bs-blog-post .small{
    padding: 30px 0 0;
}
.bs-content-grid{
    display: grid;
    grid-row-gap: 70px;
    grid-column-gap: 30px;
}
.column2{
    grid-template-columns: repeat(2, 1fr);
}
.column3{
    grid-template-columns: repeat(3, 1fr);
}
.bs-blog-post.single .bs-header .title{
    display: block;
    line-height: 1.3;
}
.bs-sidebar .bs-widget{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.desk-header.right-nav .msearch {
    text-decoration: none;
}
.bs-blog-category a{
    border-radius: 4px;
}
form.search-form .search-submit{
    border-radius: 8px;
}
input[type="search"]{
    border-radius: 8px;
}
.missed .wd-back{
    box-shadow: var(--bxsh2);
    border-radius: 8px;
    background: var(--box-color2);
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a, .post-nav-links a, .bs-blog-post .single .single-nav-links .post-page-numbers{
    border-radius: 4px;
}
.col-md-12.text-center.d-md-flex > .navigation:not(.pagination) {
    display: none !important;
}
.bs-content-list > .col-md-12.text-center.d-md-flex {
    margin-top: 30px !important;
    margin-bottom: 8px !important;
}
.blogier-pagination-wrap {
    margin-top: 30px !important;
    margin-bottom: 8px !important;
}
body.home #content,
body.blog #content,
#content.index-class,
body.single #content,
#content.single-class {
    padding-bottom: 8px !important;
}
.bs-content-list > .col-md-12.text-center.d-md-flex .navigation.pagination,
.blogier-pagination-wrap .navigation.pagination,
.navigation.pagination .nav-links {
    margin-bottom: 0 !important;
}
.bs-blog-post .single .single-nav-links .post-page-numbers{
    font-style: 18px;
}
.navigation.post-navigation{
    margin-bottom: 30px;
}
.bs-blog-post.single{
    box-shadow: none;
}
.bs-blog-post.single:hover{
    box-shadow: none;
    overflow: visible;
}
.bs-blog-post .bs-header{
    padding: 0 0 20px;
    overflow: hidden;
}
.bs-blog-post.single img{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.bs-blog-post.single .small{
    padding: 20px 0 0;
    overflow: hidden;
}
.bs-blog-post .single .nav-links {
    border-radius: 8px;
}
.bs-info-author-block{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.py-4.px-3.mb-4.bs-card-box{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.comments-area.bs-card-box.p-4{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.single-class .bs-breadcrumb-section .overlay{
    margin-bottom: 30px;
    background: var(--box-color2);
    box-shadow: var(--bxsh2);
}
.bs-breadcrumb-section .overlay{
    border-radius: 8px;
}
.bs-card-box{
    border-radius: 8px;
    box-shadow: none;
    padding: 0;
}
.bs-breadcrumb-section{
    margin-bottom: 30px;
}
body.single .bs-breadcrumb-section {
    display: none !important;
}
.page-entry-title{
    box-shadow: var(--bxsh2);
    padding: 15px;
    margin-bottom: 15px;
}
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a, .wp-block-tag-cloud a, .tagcloud a{
    border-radius: 8px;
}
.list-blog p{
    margin-bottom: 1rem;
}
.gallery .gallery-icon img{
    box-shadow: var(--bxsh2);
    border-radius: 8px;
}
.btn, .more-link, .woocommerce ul.products li.product .button{
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: var(--bxsh2);
}
.bs-blog-post.three.md {
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
.bs-blog-post.three .inner:after{
    border-radius: 8px;
}
.featured-widget.wd-back,.featured-widget{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
    padding: 20px;
    margin-bottom: 30px;
}
.featured-widget .bs-blog-post{
    box-shadow: none;
}
.featured-widget .bs-blog-post:hover{
    box-shadow: none;
}
.featured-widget .bs-blog-thumb.lg {
    height: 300px;
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}
.featured-widget .bs-blog-post .inner{
    padding: 0px !important;
    padding-top: 1rem !important;
}
.featured-widget .bs-blog-post .title {
    margin-bottom: 10px;
    font-size: 24px;
}
.small-post .img-small-post{
    border-radius: 8px;
    box-shadow: var(--bxsh2)
}
.bs-author img.rounded-circle{
    width: 150px;
    height: 150px;
    border-width: 3px;
    border-style: solid;
}
.widget_block .wp-block-search__button{
    border-radius: 8px;
}
.comment-form-comment textarea{
    border-radius: 8px;
}
input[type="submit"], button{
    border-radius: 8px;
}
.comments-area .reply a{
    border-radius: 8px;
}
.navbar-wp .navbar-brand{
    margin-right: 0;
    display: block;
    padding-top: 0;
}
.navbar-wp .navbar-brand img{
    max-width: 100%;
    height: auto;
}
.wp-block-latest-posts__post-author:before, .wp-block-latest-posts__post-date:before{
    content: '\';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
}
.wp-block-latest-posts__post-date:before{
    content: '\';
}
.wp-block-latest-posts__post-title{
    display: block;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image + .wp-block-latest-posts__post-title{
    display: -webkit-box;
    max-height: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: inline-block;
	margin-right: 10px;
}
footer .wp-block-heading { 
	padding: 5px 0;
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	border-style: solid;
	border-width: 0 0 1px 0;
}
footer .wp-block-heading::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 25%;
	bottom: -1px;
	left: 0;
}

/* ---- Footer height: reduce vertical spacing ~40% ---- */
footer .bs-footer-widget-area {
    padding-top: 24px !important; /* was 40px */
}
footer .divide-line {
    margin-bottom: 12px !important; /* was 20px */
}
footer .bs-footer-bottom-area {
    padding-bottom: 12px !important; /* was 20px */
}
footer .footer-logo {
    padding: 6px 0 !important; /* was 10px */
}
footer .bs-footer-copyright .bs-footer-overlay-copyright {
    padding: 9px 0 !important; /* was 15px */
}

footer .bs-widget,
footer .widget,
footer .wp-block-group,
footer .wp-block-columns,
footer .wp-block-column {
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
}

/* Footer: all content left-aligned */
footer,
footer .container,
footer .row,
footer [class*="col-"] {
    text-align: left !important;
}
footer .justify-content-center,
footer .justify-content-md-end,
footer .justify-content-lg-end,
footer .justify-content-xl-end {
    justify-content: flex-start !important;
}
footer .bs-footer-bottom-area .row.align-items-center {
    justify-content: flex-start;
}
footer .footer-social .bs-social {
    margin-left: 0;
    margin-right: auto;
}
footer .footer-logo {
    text-align: left !important;
}
@media (max-width: 991.98px) {
    footer .footer-logo {
        align-items: flex-start !important;
        text-align: left !important;
    }
    footer .text-xs {
        text-align: left !important;
    }
}

/* Footer: heading / title font size −40% (×0.6), relative to Blogus defaults */
footer .bs-widget-title .title {
    font-size: calc(20px * 0.6);
}
footer .widget_block h2 {
    font-size: calc(20px * 0.6);
}
footer .wp-block-heading {
    font-size: calc(20px * 0.6);
}
footer .wp-block-search__label,
footer .bs-footer-widget-area .wp-block-search__label {
    font-size: calc(20px * 0.6);
}
footer .site-branding-text .site-title-footer a {
    font-size: calc(30px * 0.6);
}
footer .site-branding-text .site-title-footer {
    line-height: calc(38px * 0.6);
}

.site-branding-text .site-title{
    white-space: unset;
    word-break: break-word;
}
.blogier-mobile-date-filter {
    display: none;
}
.blogier-desktop-date-filter {
    margin-top: 0.875rem;
    position: relative;
    /* 日历按钮与底部分割线之间的空隙（桌面） */
    padding-bottom: 16px;
    margin-bottom: 4px;
}
/* Date icon: put under the fixed search button and keep it fixed while scrolling */
.bs-headfour .blogier-desktop-date-filter {
    position: fixed !important;
    top: calc(5.5rem + var(--wp-admin--admin-bar--height, 0px) + 3.5rem + 5px);
    inset-inline-end: 1.25rem;
    left: auto;
    z-index: 1060;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-headfour .blogier-desktop-date-filter::after {
    bottom: -0.25rem;
}
.bs-headfour .blogier-desktop-date-filter .date-index-trigger {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 50% !important;
}
.bs-headfour .blogier-desktop-date-filter .date-index-trigger i {
    font-size: 1.5rem !important;
}
.bs-headfour .blogier-desktop-date-filter .blogus-date-index-panel {
    z-index: 1061 !important;
}
.bs-headfour .blogier-desktop-date-filter .blogus-date-index-panel,
.bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
    /* Always open centered in viewport (not anchored to the icon) */
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(520px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 180px) !important;
    overflow: auto !important;
    z-index: 2005 !important;
}

/* Desktop: centered, slightly below header */
@media (min-width: 992px) {
    .bs-headfour .blogier-desktop-date-filter .blogus-date-index-panel {
        top: calc(7.5rem + var(--wp-admin--admin-bar--height, 0px)) !important;
    }
}

/* Tablet: centered, leave more room for content */
@media (max-width: 991.98px) and (min-width: 576px) {
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
        top: calc(7rem + var(--wp-admin--admin-bar--height, 0px)) !important;
        width: min(460px, calc(100vw - 28px)) !important;
        max-height: calc(100vh - 160px) !important;
    }
}

/* Phone: centered, nearly full width */
@media (max-width: 575.98px) {
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
        top: calc(6.5rem + var(--wp-admin--admin-bar--height, 0px)) !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 150px) !important;
    }
}
.blogier-desktop-date-filter::after {
    display: none !important;
    content: none !important;
}
.blogier-desktop-date-filter .blogus-date-index-wrap {
    display: inline-block;
    position: relative;
}
.blogier-desktop-date-filter .date-index-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1;
    box-shadow: var(--bxsh2);
}
.blogier-desktop-date-filter .date-index-trigger i {
    font-size: 1.75rem;
    line-height: 1;
}
.blogier-desktop-date-filter .date-index-trigger::after {
    display: none !important;
    content: none !important;
}
.blogier-desktop-date-filter .date-index-trigger span {
    display: none;
}
.blogier-desktop-date-filter .blogus-date-index-panel {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: min(340px, calc(100vw - 24px)) !important;
    z-index: 1050;
}

/* Header branding image (Customizer: 站点品牌图) */
.blogier-header-branding-image-wrap .blogier-header-branding-image-link {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
}
.blogier-header-branding-image-wrap .blogier-header-branding-image__img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.blogier-desktop-tagline-only .site-description {
    margin-bottom: 0;
    font-size: 200%;
    line-height: 1.2;
}
.bs-headfour .navbar-header .site-description,
.bs-headfour .navbar-header .site-branding-text .site-description {
    font-size: 200%;
    line-height: 1.2;
}
.m-header-logo-only {
    display: flex;
    align-items: center;
    min-height: 2.5rem;
}
.m-header-logo-only .custom-logo-link,
.m-header-logo-only .navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}
.m-header-logo-only .custom-logo-link img,
.m-header-logo-only .navbar-brand img {
    max-height: 2.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .blogier-header-branding-image-wrap--desktop {
        margin-bottom: 0.35rem;
    }
    .blogier-header-branding-image-wrap--desktop .blogier-header-branding-image__img {
        max-height: 4.5rem;
    }
    .blogier-desktop-tagline-only {
        margin-top: 0.35rem;
    }
}

/* Hide hamburger menu on tablet/mobile entirely */
.bs-headfour .navbar-toggler.x,
.bs-headfour .m-header .navbar-toggler {
    display: none !important;
}

/* Search: 固定视口；父级含 transform 会破坏 fixed，故在平板/手机重置 .right-nav */
.bs-headfour a.msearch,
.bs-headfour a.blogier-member-button {
    position: fixed !important;
    top: calc(5.5rem + var(--wp-admin--admin-bar--height, 0px));
    inset-inline-end: 1.25rem;
    left: auto;
    z-index: 1060;
    width: 3rem !important;
    height: 3rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: var(--bxsh, 0 2px 12px rgba(0, 0, 0, 0.12));
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
    -webkit-tap-highlight-color: transparent;
}
.bs-headfour a.msearch:hover,
.bs-headfour a.blogier-member-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
    filter: brightness(1.05);
}
.bs-headfour a.msearch:active,
.bs-headfour a.msearch:focus-visible,
.bs-headfour a.blogier-member-button:active,
.bs-headfour a.blogier-member-button:focus-visible {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    filter: brightness(1.04);
}
.bs-headfour a.msearch i,
.bs-headfour a.blogier-member-button i {
    line-height: 1;
}
/* 保留顶栏右侧占位，避免固定定位后布局塌缩 */
.bs-headfour .desk-header.right-nav {
    padding-right: 0.5rem !important;
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem) / 2);
    min-width: 3rem;
}
.blogeir-background-wrapper .squares, .blogeir-background-wrapper .circles, .blogeir-background-wrapper .triangles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.squares .square, .circles .circle, .triangles .triangle{
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.1;
    animation: animate 8s linear infinite;
    bottom: -100px;
}
.circles .circle{
    border-radius: 100px !important;
}
.triangles .triangle{
    width: 0;
    height: 0; 
    border-bottom-width: 42px;
    border-bottom-style: solid;
    border-left-width: 25px;
    border-left-style: solid;
    border-right-width: 25px;
    border-right-style: solid;
    border-radius: 0 !important;
}
.squares .square:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles .circle:nth-child(1){
    left: 10%;
    width: 22px;
    height: 20px;
    animation-delay: 0s;
}
.triangles .triangle:nth-child(1){
    left: 45%;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom-width: 22px;
    animation-delay: 0s;
}
.squares .square:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles .circle:nth-child(2){
    left: 45%;
    width: 84px;
    height: 80px;
    animation-delay: 12s;
}
.triangles .triangle:nth-child(2){
    left: 25%;
    border-right-width: 15px;
    border-left-width: 15px;
    border-bottom-width: 28px;
    animation-delay: 12s;
}
.squares .square:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles .circle:nth-child(3){
    left: 90%;
    width: 53px;
    height: 50px;
    animation-delay: 4s;
}
.triangles .triangle:nth-child(3){
    left: 80%;
    border-right-width: 15px;
    border-left-width: 15px;
    border-bottom-width: 28px;
    animation-delay: 4s;
}
.squares .square:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles .circle:nth-child(4){
    left: 60%;
    width: 53px;
    height: 50px;
    animation-delay: 18s;
}
.triangles .triangle:nth-child(4){
    left: 30%;
    border-right-width: 20px;
    border-left-width: 20px;
    border-bottom-width: 38px;
    animation-delay: 18s;
}
.squares .square:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles .circle:nth-child(5){
    left: 90%;
    width: 43px;
    height: 40px;
    animation-delay: 1s;
}
.triangles .triangle:nth-child(5){
    left: 70%;
    border-right-width: 25px;
    border-left-width: 25px;
    border-bottom-width: 42px;
    animation-delay: 1s;
}
.squares .square:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.squares .square:nth-child(7){
    left: 35%;
    width: 100px;
    height: 100px;
    animation-delay: 7s;
}
.squares .square:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.squares .square:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.squares .square:nth-child(10){
    left: 85%;
    width: 100px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.bs-widget.promo{
    border-radius: 8px;
}
.bs-widget.promo .inner-content{
    border-radius: 8px;
}
/* Woocommerce */
.woocommerce ul.products li.product .button{ 
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
}
.woocommerce ul.products li.product{
    border-radius: 8px;
}
.woocommerce ul.products li.product a img{
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}

form.search-form .search-submit{
    padding: 6px 35px;
}
.modal-body form.search-form{
    gap: 10px;
}
form.search-form .search-submit{
    border: none;
}
.bs-blog-post.single .bs-header .title{
    font-size: 40px;
}
.bs-info-author-block .bs-author-pic img{
    width: 100px;
    height: 100px;
}
.wp-block-latest-posts__featured-image img{
    box-shadow: var(--bxsh2);
    border-radius: 8px;
}
/* sidebar sticky node */
.bs-sidebar .wp-block-search__inside-wrapper {
    gap: 10px;
}
.bs-sidebar.bs-sticky.sticksy-dummy-node{
    opacity: 0;
}
.wp-block-code code{
	padding: 10px;
}
.wp-block-button .wp-block-button__link{
    border-radius: 8px;
}

/* ---- ==== Media ==== ----*/
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
    #sidebar-right {
        padding-right: unset;
        padding-left: 20px;
    }

    .sidebar-left #sidebar-right {
        padding-left: unset;
        padding-right: 20px;
    }
}
@media (max-width: 991.98px) {
    .navigation.pagination .nav-links {
        gap: 5px;
    }
    .navigation.pagination .nav-links .page-numbers,
    .navigation.pagination .nav-links a,
    .post-nav-links a {
        min-width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 9px !important;
        padding: 0 6px !important;
        margin: 0 2px 5px !important;
    }
    .navigation.post-navigation {
        display: none !important;
    }
    .bs-blog-post.single .bs-header .title{
        font-size: 20px;
    }
    .bs-headfour .m-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        column-gap: 0;
        row-gap: 12px;
        padding: 12px 0;
    }
    .bs-headfour .m-header-top-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }
    .bs-headfour .m-header-title-cell {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
    }
    .bs-headfour .m-header-title-cell .blogier-header-branding-image__img {
        max-height: 2.75rem;
    }
    .bs-headfour .m-header-sub {
        display: block;
        width: 100%;
        text-align: left;
        min-width: 0;
    }
    .bs-headfour .m-header .site-logo {
        display: none;
    }
    .bs-headfour .m-header .site-branding-text .site-title,
    .bs-headfour .m-header .site-title {
        font-size: 2rem;
        line-height: 1.15;
        word-break: keep-all;
        overflow-wrap: anywhere;
        margin-bottom: 0;
    }
    .bs-headfour .m-header .site-description {
        font-size: 1rem;
        line-height: 1.45;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    .bs-headfour .m-header .right-nav {
        flex: 0 0 auto;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        justify-self: end;
        gap: 0.625rem;
        margin-left: auto;
        margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem) / 2) !important;
        padding-right: 0.5rem !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        inset-inline-end: auto !important;
        transform: none !important;
    }
    .bs-headfour .m-header .right-nav > a {
        width: 2.75rem !important;
        height: 2.75rem !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
    .bs-headfour .m-header .right-nav > a.msearch,
    .bs-headfour .m-header .right-nav > a.blogier-member-button {
        width: 3rem !important;
        height: 3rem !important;
    }
    .bs-headfour .blogier-mobile-date-filter {
        display: block;
        margin-top: 0.5rem;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 2px;
    }
    /* Mobile: same fixed positioning under the search icon */
    .bs-headfour .blogier-mobile-date-filter {
        position: fixed !important;
        top: calc(5.5rem + var(--wp-admin--admin-bar--height, 0px) + 3.5rem + 5px) !important;
        inset-inline-end: 1.25rem !important;
        left: auto !important;
        z-index: 1060 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .bs-headfour .blogier-mobile-date-filter::after {
        bottom: -0.25rem !important;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        width: 3rem !important;
        height: 3rem !important;
        border-radius: 50% !important;
    }
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
        z-index: 1061 !important;
    }
    .bs-headfour .blogier-mobile-date-filter::after {
        display: none !important;
        content: none !important;
    }
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-wrap {
        display: inline-block;
        position: relative;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.5rem;
        height: 3.5rem;
        padding: 0;
        border-radius: 10px;
        text-decoration: none;
        line-height: 1;
        box-shadow: var(--bxsh2);
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger i {
        font-size: 1.75rem;
        line-height: 1;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger::after {
        display: none !important;
        content: none !important;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger span {
        display: none;
    }
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        width: min(340px, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        z-index: 1050;
    }
    .navbar-wp .navbar-nav > li > a.nav-link, .navbar-wp .dropdown-menu > li > a{
        font-size: 16px;
    }
    .navbar-wp .dropdown-menu > li > a{
        font-size: 14px;
    }
    .bs-menu-full .navbar .col-lg-7{
        padding: 0;
    }
    .column3{
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar-wp .navbar-nav {
		gap: 0;
    }
    .navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu{
		margin: 0;
	}
    .navbar-wp .dropdown-menu > li  ul  li  a{
        padding-left: 20px;
    }
    .navbar-wp .dropdown-menu > li > ul > li{
        padding-left: 15px;
    }
    .navbar-wp .navbar-nav > li > a.nav-link::after, .navbar-wp .dropdown-menu > li > a::after{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e1e1e166;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .navbar-wp .navbar-nav > li > a.nav-link, .navbar-wp .dropdown-menu > li > a{
        border-bottom: none;
    }
    .navbar-wp .navbar-nav > li > a.nav-link:focus, .navbar-wp .dropdown-menu > li > a:focus{
        border: none;
        outline: none;
    }
}
@media (max-width: 767.98px) {
    .bs-headfour .m-header-title-cell .blogier-header-branding-image__img {
        max-height: 2.5rem;
    }
    .bs-headfour .m-header .site-branding-text .site-title,
    .bs-headfour .m-header .site-title {
        font-size: 1.75rem;
    }
    .bs-headfour .m-header .site-description {
        font-size: 0.875rem;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        width: 3.25rem;
        height: 3.25rem;
        border-radius: 10px;
        padding: 0;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger i {
        font-size: 1.625rem;
    }
    .list-blog.bs-blog-post {
        display: grid;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        column-gap: 12px;
        row-gap: 0;
    }
    .list-blog.bs-blog-post .small{
        padding-top: 20px;
    }
    .column2, .column3{
        grid-template-columns: repeat(1, 1fr);
    }
    .col-lg-8.content-right .grid-blog.bs-blog-post .bs-blog-category, .grid-blog.bs-blog-post .bs-blog-meta{
        justify-content: start;
    }
}

@media(max-width: 575px){
    .bs-headfour .m-header-title-cell .blogier-header-branding-image__img {
        max-height: 2.125rem;
    }
    .bs-headfour .m-header {
        column-gap: 8px;
        row-gap: 8px;
        padding: 10px 0;
    }
    .bs-headfour .m-header .right-nav {
        gap: 0.5rem;
    }
    .bs-headfour .m-header .right-nav > a {
        width: 2.625rem !important;
        height: 2.625rem !important;
    }
    .bs-headfour .m-header .site-branding-text .site-title,
    .bs-headfour .m-header .site-title {
        font-size: 1.5rem;
    }
    .bs-headfour .m-header .site-description {
        font-size: 0.8125rem;
        line-height: 1.35;
    }
    .bs-headfour .blogier-mobile-date-filter {
        margin-top: 0.75rem;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        width: 3rem;
        height: 3rem;
        border-radius: 10px;
        padding: 0;
    }
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger i {
        font-size: 1.5rem;
    }
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        width: min(320px, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        max-height: 70vh;
        overflow-y: auto;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ---- Compact article preview card (reduce height ~33%) ---- */
.bs-content-list {
    gap: 2px;
}
.bs-content-list > .bs-blog-post:not(:last-child) {
    position: relative;
}
.bs-content-list > .bs-blog-post:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    pointer-events: none;
    z-index: 2;
}
.bs-blog-post .title {
    margin-bottom: 10px;
}
.bs-blog-post .bs-header {
    padding: 0 0 12px;
}
.list-blog.bs-blog-post {
    padding: 28px;
    gap: 18px;
}
.list-blog .bs-blog-thumb,
.list-blog .bs-blog-thumb.md {
    height: 200px;
    min-height: 180px;
}
.list-blog .bs-blog-thumb .blog-slider,
.list-blog .responsive-video {
    height: 200px;
    min-height: 180px;
}
.grid-blog .bs-blog-thumb {
    height: 200px;
}
.list-blog p,
.bs-blog-post.grid p {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    margin-top: 6px;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.list-blog p + .more-link,
.list-blog p + a {
    margin-top: 0.6rem;
}
.btn, .more-link, .woocommerce ul.products li.product .button {
    padding: 4px 18px;
    line-height: 24px;
}
.list-blog.bs-blog-post .small {
    padding: 4px 16px 0;
}
.grid-blog.bs-blog-post article.small:has(.blogier-home-list-with-sticker) {
    overflow: visible;
}
.list-blog.bs-blog-post.blogier-list-has-sticker {
    overflow: visible;
}
.grid-blog.bs-blog-post .small {
    padding: 18px 0 0;
}
@media (max-width: 991.98px) {
    .bs-content-list {
        gap: 2px;
    }
    .bs-content-list > .bs-blog-post:not(:last-child)::after {
        bottom: -1px;
    }
    .list-blog.bs-blog-post {
        padding: 18px;
    }
    .list-blog.bs-blog-post .small {
        padding-top: 12px;
    }
    .bs-blog-post .title {
        margin-bottom: 8px;
    }
}
@media (max-width: 575px) {
    .bs-content-list {
        gap: 1px;
    }
    .bs-content-list > .bs-blog-post:not(:last-child)::after {
        bottom: 0;
    }
    .list-blog.bs-blog-post {
        padding: 14px;
    }
    .list-blog p,
    .bs-blog-post.grid p {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    /* Home: preview content stays useful on small screens. */
    body.home #content .bs-content-list .list-blog p,
    body.blog #content .bs-content-list .list-blog p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

/* ---- Full-width top banner (Customizer; hidden when no image) ---- */
.blogier-top-site-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.blogier-top-site-banner__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.blogier-top-site-banner__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: min(28vw, 320px);
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575.98px) {
    .blogier-top-site-banner__img {
        height: min(38vw, 180px);
    }
}

/* ---- Homepage post list: tighter type + left align; tablet/mobile ×0.7, desktop ×0.9 ---- */
body.home #content .bs-content-list .list-blog.bs-blog-post,
body.blog #content .bs-content-list .list-blog.bs-blog-post {
    text-align: left;
}
body.home #content .bs-content-list .list-blog.bs-blog-post .title a,
body.blog #content .bs-content-list .list-blog.bs-blog-post .title a {
    text-align: left;
}
body.home #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta,
body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta {
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    /* Reduce spacing between publish time (meta) and excerpt */
    margin-bottom: calc(16px * 0.4);
}
body.home #content .bs-content-list .list-blog.bs-blog-post .bs-blog-category,
body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-blog-category {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}
body.home #content .bs-content-list .list-blog.bs-blog-post p,
body.blog #content .bs-content-list .list-blog.bs-blog-post p {
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    /* Reduce spacing between publish time and excerpt */
    margin-top: calc(10px * 0.4);
    /* Increase horizontal letter spacing in excerpt */
    letter-spacing: 0.03em;
}
body.home #content .bs-content-list .list-blog.bs-blog-post .more-link,
body.blog #content .bs-content-list .list-blog.bs-blog-post .more-link {
    text-align: left;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}
body.home #content .bs-content-list .list-blog.bs-blog-post p + .more-link,
body.blog #content .bs-content-list .list-blog.bs-blog-post p + .more-link,
body.home #content .bs-content-list .list-blog.bs-blog-post p + a.more-link,
body.blog #content .bs-content-list .list-blog.bs-blog-post p + a.more-link {
    /* Reduce spacing between excerpt and "Read more" by 50% */
    margin-top: calc(0.6rem * 0.5) !important;
}

/* ---- Single post page: keep shared elements visually consistent with homepage ---- */
body.single #content .bs-blog-post.single {
    text-align: left;
    box-shadow: none;
    overflow: visible;
}
body.single #content .bs-blog-post.single .bs-header,
body.single #content .bs-blog-post.single article.small {
    text-align: left;
}
body.single #content .bs-blog-post.single .bs-blog-category,
body.single #content .bs-blog-post.single .bs-blog-meta {
    justify-content: flex-start;
    text-align: left;
}
body.single #content .bs-blog-post.single .bs-blog-meta {
    margin-bottom: calc(16px * 0.4);
}
body.single #content .bs-blog-post.single .title {
    text-align: left;
}
body.single #content .bs-blog-post.single .title a {
    text-align: left;
}
body.single #content .bs-blog-post.single article.small p {
    text-align: left;
    letter-spacing: 0.03em;
}
body.single #content .bs-blog-post.single .bs-blog-thumb img,
body.single #content .bs-blog-post.single img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: var(--bxsh2);
    opacity: 1;
    visibility: visible;
}
body.single #content .post-share-icons,
body.single #content .navigation.post-navigation,
body.single #content .comments-area,
body.single #content .bs-info-author-block,
body.single #content .bs-single-related {
    border-radius: 8px;
    box-shadow: var(--bxsh2);
}

@media (max-width: 991.98px) {
    .bs-headfour .m-header .site-description {
        font-size: 100%;
        line-height: 1.35;
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post article.small,
    body.blog #content .bs-content-list .list-blog.bs-blog-post article.small {
        text-align: left;
        font-size: calc(15px * 0.7);
        line-height: calc(1.55 * 0.66 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .title,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .title {
        text-align: left;
        font-size: calc(28px * 0.455) !important;
        line-height: calc(1.62 * 0.66 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta span,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta span {
        font-size: calc(14px * 0.7);
        line-height: calc(1.45 * 0.66);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .bs-content,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-content {
        text-align: left;
        line-height: calc(1.55 * 0.66 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .more-link,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .more-link {
        font-size: calc(14px * 0.7);
        line-height: calc(1.4 * 0.66);
    }
    body.single #content .bs-blog-post.single article.small {
        font-size: calc(15px * 0.7);
        line-height: calc(1.55 * 0.66);
    }
    body.single #content .bs-blog-post.single .bs-header .title {
        font-size: calc(28px * 0.455) !important;
        line-height: calc(1.62 * 0.66);
    }
    body.single #content .bs-blog-post.single .bs-blog-meta span,
    body.single #content .bs-blog-post.single .bs-blog-meta a {
        font-size: calc(14px * 0.7);
        line-height: calc(1.45 * 0.66);
    }
}

@media (min-width: 992px) {
    body.home #content .bs-content-list .list-blog.bs-blog-post article.small,
    body.blog #content .bs-content-list .list-blog.bs-blog-post article.small {
        text-align: left;
        font-size: calc(15px * 0.9);
        line-height: calc(1.55 * 0.74 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .title,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .title {
        text-align: left;
        font-size: calc(28px * 0.819) !important;
        line-height: calc(1.62 * 0.74 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta span,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-blog-meta span {
        font-size: calc(14px * 0.9);
        line-height: calc(1.45 * 0.74);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .bs-content,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .bs-content {
        text-align: left;
        line-height: calc(1.55 * 0.74 * 2);
    }
    body.home #content .bs-content-list .list-blog.bs-blog-post .more-link,
    body.blog #content .bs-content-list .list-blog.bs-blog-post .more-link {
        font-size: calc(14px * 0.9);
        line-height: calc(1.4 * 0.74);
    }
    body.single #content .bs-blog-post.single article.small {
        font-size: calc(15px * 0.9);
        line-height: calc(1.55 * 0.74);
    }
    body.single #content .bs-blog-post.single .bs-header .title {
        font-size: calc(28px * 0.819) !important;
        line-height: calc(1.62 * 0.74);
    }
    body.single #content .bs-blog-post.single .bs-blog-meta span,
    body.single #content .bs-blog-post.single .bs-blog-meta a {
        font-size: calc(14px * 0.9);
        line-height: calc(1.45 * 0.74);
    }
}

/* ---- 首页文章贴图：列表=贴图作卡片第三列 flex，固定贴卡片最右；网格=article 内双列；右留白 4ch/8ch ---- */
.blogier-home-list-with-sticker {
    box-sizing: border-box;
}
.list-blog.bs-blog-post.blogier-list-has-sticker {
    --blogier-sticker-slot: calc(6.75rem + 4ch);
    position: relative;
    border: 0 !important;
}
.list-blog.bs-blog-post.blogier-list-has-sticker > article.small {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}
.list-blog.bs-blog-post.blogier-list-has-sticker > article.small,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-text-col {
    border: 0 !important;
    box-shadow: none !important;
}
.list-blog.bs-blog-post.blogier-list-has-sticker > article.small::before,
.list-blog.bs-blog-post.blogier-list-has-sticker > article.small::after,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker::before,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker::after,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-text-col::before,
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-text-col::after {
    display: none !important;
    content: none !important;
}
.list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    width: var(--blogier-sticker-slot);
    max-width: var(--blogier-sticker-slot);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.15rem 0 0 0.25rem;
    padding-inline-end: 4ch;
    box-sizing: border-box;
    line-height: 0;
    pointer-events: none;
}
.list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer .blogier-home-sticker {
    pointer-events: auto;
}
.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 7.5rem;
    padding-inline-end: 0;
}
.blogier-home-list-text-col {
    min-width: 0;
}
.blogier-home-list-sticker-col,
.blogier-home-list-sticker-col .blogier-home-sticker {
    box-sizing: border-box;
}
.grid-blog.bs-blog-post article.small:has(.blogier-home-list-with-sticker) {
    position: relative;
}
.grid-blog.bs-blog-post article.small .blogier-home-list-with-sticker {
    --blogier-sticker-slot: calc(6.75rem + 4ch);
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--blogier-sticker-slot);
    align-items: start;
    column-gap: 1.25rem;
    padding-inline-end: 0;
    min-height: 7.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.grid-blog.bs-blog-post article.small .blogier-home-list-text-col {
    grid-column: 1;
}
.grid-blog.bs-blog-post article.small .blogier-home-list-sticker-col {
    position: relative;
    inset: auto;
    margin: 0;
    height: auto;
    max-height: none;
    width: 100%;
    max-width: 100%;
    grid-column: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: auto;
    padding-inline-end: 4ch;
}
.blogier-home-list-sticker-col .blogier-home-sticker {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    height: auto;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: transparent;
    flex-shrink: 0;
    box-sizing: border-box;
}
.blogier-home-sticker__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.blogier-home-list-text-col .title {
    margin-bottom: 0.35rem;
}
@media (max-width: 991.98px) {
    .list-blog.bs-blog-post.blogier-list-has-sticker {
        --blogier-sticker-slot: calc(11rem + 4ch);
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
        min-height: 8.75rem;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer .blogier-home-sticker {
        width: clamp(5.5rem, 20vw, 11rem);
        height: clamp(5.5rem, 20vw, 11rem);
        max-width: 11rem;
        max-height: 11rem;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-with-sticker {
        --blogier-sticker-slot: calc(8.75rem + 4ch);
        min-height: 8rem;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-sticker-col .blogier-home-sticker {
        width: clamp(4.5rem, 28vw, 8.5rem);
        height: clamp(4.5rem, 28vw, 8.5rem);
        max-width: 8.5rem;
        max-height: 8.5rem;
    }
}
@media (max-width: 767.98px) {
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
        padding-inline-end: 1ch;
    }
}
@media (max-width: 575.98px) {
    .list-blog.bs-blog-post.blogier-list-has-sticker {
        --blogier-sticker-slot: calc(6.75rem + 2ch);
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
        min-height: 7.5rem;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
        padding-inline-end: 0.25ch;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer .blogier-home-sticker {
        width: clamp(4.25rem, 26vw, 6.5rem);
        height: clamp(4.25rem, 26vw, 6.5rem);
        max-width: 6.5rem;
        max-height: 6.5rem;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-with-sticker {
        --blogier-sticker-slot: calc(6.25rem + 4ch);
        min-height: 7.25rem;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-sticker-col .blogier-home-sticker {
        width: clamp(4rem, 24vw, 5.75rem);
        height: clamp(4rem, 24vw, 5.75rem);
        max-width: 5.75rem;
        max-height: 5.75rem;
    }
}
@media (min-width: 992px) {
    .list-blog.bs-blog-post.blogier-list-has-sticker {
        --blogier-sticker-slot: calc(11.5rem + 8ch);
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
        min-height: 10rem;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
        padding-inline-end: 8ch;
    }
    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer .blogier-home-sticker {
        width: 11.5rem;
        height: 11.5rem;
        min-width: 11.5rem;
        min-height: 11.5rem;
        max-width: 11.5rem !important;
        max-height: 11.5rem !important;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-with-sticker {
        --blogier-sticker-slot: calc(10rem + 8ch);
        min-height: 9rem;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-sticker-col {
        padding-inline-end: 8ch;
    }
    .grid-blog.bs-blog-post article.small .blogier-home-list-sticker-col .blogier-home-sticker {
        width: 10rem;
        height: 10rem;
        min-width: 10rem;
        min-height: 10rem;
        max-width: 10rem !important;
        max-height: 10rem !important;
    }
}

/* 移动端：发布日期+时间同一行；列表贴图再靠右 */
@media (max-width: 767.98px) {
    .bs-blog-post .bs-blog-date,
    .bs-blog-post .bs-blog-date a,
    .bs-blog-post .bs-blog-date time {
        white-space: nowrap;
    }

    /* 页脚：高度约 −30%（相对当前 Blogier 页脚垂直间距 ×0.7） */
    footer .bs-footer-widget-area {
        padding-top: calc(24px * 0.7) !important;
    }
    footer .divide-line {
        margin-bottom: calc(12px * 0.7) !important;
    }
    footer .bs-footer-bottom-area {
        padding-bottom: calc(12px * 0.7) !important;
    }
    footer .footer-logo {
        padding: calc(6px * 0.7) 0 !important;
    }
    footer .bs-footer-copyright .bs-footer-overlay-copyright {
        padding: calc(9px * 0.7) 0 !important;
    }
    footer .bs-widget,
    footer .widget,
    footer .wp-block-group,
    footer .wp-block-columns,
    footer .wp-block-column {
        margin-top: calc(0.6em * 0.7) !important;
        margin-bottom: calc(0.6em * 0.7) !important;
    }
    footer .wp-block-heading {
        margin-bottom: calc(20px * 0.7);
        padding-top: calc(5px * 0.7);
        padding-bottom: calc(5px * 0.7);
    }

    /* 页脚：所有字体再缩小 40%（×0.6）；标题类在桌面已 ×0.6，此处相对主题约 ×0.36） */
    footer {
        font-size: max(10px, 60%);
    }
    footer .bs-widget-title .title,
    footer .widget_block h2,
    footer .wp-block-heading,
    footer .wp-block-search__label,
    footer .bs-footer-widget-area .wp-block-search__label {
        font-size: max(10px, calc(20px * 0.36)) !important;
    }
    footer .site-branding-text .site-title-footer a {
        font-size: max(11px, calc(30px * 0.36)) !important;
    }
    footer .site-branding-text .site-title-footer {
        line-height: calc(38px * 0.36);
    }
    footer .bs-footer-copyright,
    footer .bs-footer-copyright p,
    footer .bs-footer-copyright a,
    footer .copyright-text,
    footer .site-description-footer,
    footer .bs-widget p,
    footer .bs-widget ul li,
    footer .bs-widget ul li a,
    footer .info-right .nav-link,
    footer .small-post .title,
    footer .bs-widget .small-post-content .title,
    footer .bs-recent-blog-post .small-post .title a,
    footer .wp-block-latest-posts__post-title,
    footer .wp-block-archives a,
    footer .wp-block-categories a,
    footer .wp-block-latest-comments__comment-link,
    footer .wp-block-latest-comments__comment-author,
    footer .wp-block-latest-comments__comment-date,
    footer .wp-block-calendar,
    footer .wp-block-navigation-item__content {
        font-size: max(10px, calc(16px * 0.6)) !important;
    }
    footer .bs-recent-blog-post .bs-blog-meta span,
    footer .bs-recent-blog-post .bs-blog-meta a,
    footer .bs-blog-meta span,
    footer .bs-blog-meta a,
    footer .tagcloud a,
    footer .wp-block-tag-cloud a {
        font-size: max(9px, calc(12px * 0.6)) !important;
    }
    footer .form-control,
    footer .bs-widget.widget_search .btn,
    footer .wp-block-search__button,
    footer button:not(.navbar-toggler),
    footer input:not([type="checkbox"]):not([type="radio"]) {
        font-size: max(10px, calc(16px * 0.6)) !important;
    }
}

/* Final override: calendar dropdown opens in the viewport center, not beside the icon. */
.bs-headfour .blogier-desktop-date-filter .blogus-date-index-panel,
.bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel,
.blogier-desktop-date-filter .blogus-date-index-panel,
.bs-headfour .blogier-mobile-date-filter .dropdown-menu.blogus-date-index-panel {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    inset-inline-start: 50% !important;
    inset-inline-end: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: min(520px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: min(560px, calc(100vh - 48px)) !important;
    overflow: auto !important;
    z-index: 2005 !important;
}

@media (max-width: 991.98px) {
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel,
    .bs-headfour .blogier-mobile-date-filter .dropdown-menu.blogus-date-index-panel {
        width: min(460px, calc(100vw - 28px)) !important;
        max-height: calc(100vh - 40px) !important;
    }
}

@media (max-width: 575.98px) {
    .bs-headfour .blogier-mobile-date-filter .blogus-date-index-panel,
    .bs-headfour .blogier-mobile-date-filter .dropdown-menu.blogus-date-index-panel {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 32px) !important;
    }
}

/* Bootstrap/Popper writes placement styles onto the opened dropdown.
   Target the panel itself so it always renders in the viewport center. */
body .dropdown-menu.blogus-date-index-panel,
body .dropdown-menu.blogus-date-index-panel.show,
body .dropdown-menu.blogus-date-index-panel[data-bs-popper] {
    position: fixed !important;
    inset: 50vh auto auto 50vw !important;
    top: 50vh !important;
    left: 50vw !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: min(520px, calc(100vw - 32px)) !important;
    min-width: min(360px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 48px) !important;
    overflow: auto !important;
    z-index: 3000 !important;
}

@media (max-width: 991.98px) {
    body .dropdown-menu.blogus-date-index-panel,
    body .dropdown-menu.blogus-date-index-panel.show,
    body .dropdown-menu.blogus-date-index-panel[data-bs-popper] {
        width: min(460px, calc(100vw - 28px)) !important;
        min-width: min(320px, calc(100vw - 28px)) !important;
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 40px) !important;
    }
}

@media (max-width: 575.98px) {
    body .dropdown-menu.blogus-date-index-panel,
    body .dropdown-menu.blogus-date-index-panel.show,
    body .dropdown-menu.blogus-date-index-panel[data-bs-popper] {
        width: calc(100vw - 24px) !important;
        min-width: 0 !important;
        max-width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 32px) !important;
    }
}

/* ---- Frontend layout polish: compact, stable, readable ---- */
:root {
    --blogier-card-radius: 8px;
    --blogier-content-gap: clamp(18px, 2.1vw, 30px);
    --blogier-card-pad: clamp(14px, 1.8vw, 24px);
    --blogier-thumb-h: clamp(150px, 18vw, 220px);
    --blogier-grid-thumb-h: clamp(170px, 20vw, 230px);
    --blogier-soft-border: rgba(0, 0, 0, 0.08);
    --blogier-muted-text: #5f6470;
}

body.dark {
    --blogier-soft-border: rgba(255, 255, 255, 0.12);
    --blogier-muted-text: rgba(255, 255, 255, 0.72);
}

#content.index-class,
#content.archive-class,
#content.search-class,
#content.single-class,
body.single #content {
    padding-top: clamp(18px, 2.4vw, 34px);
    padding-bottom: clamp(22px, 3vw, 42px) !important;
}

#content .row {
    row-gap: var(--blogier-content-gap);
}

.bs-content-list,
.bs-content-grid {
    gap: var(--blogier-content-gap);
}

.bs-blog-post,
.bs-sidebar .bs-widget,
.bs-card-box,
.comments-area.bs-card-box,
.py-4.px-3.mb-4.bs-card-box,
.bs-info-author-block,
.post-share-icons {
    border-radius: var(--blogier-card-radius);
}

.bs-blog-post {
    background: var(--box-color);
}

.bs-content-list > .bs-blog-post:not(:last-child)::after {
    background: var(--blogier-soft-border);
}

.list-blog.bs-blog-post {
    display: flex;
    align-items: stretch;
    gap: clamp(14px, 2vw, 24px);
    padding: var(--blogier-card-pad);
}

.list-blog .bs-blog-thumb,
.list-blog .bs-blog-thumb.md {
    flex: 0 0 clamp(180px, 32%, 300px);
    width: auto;
    max-width: none;
    min-width: 0;
    height: var(--blogier-thumb-h);
    min-height: 0;
    overflow: hidden;
}

.list-blog .bs-blog-thumb img,
.grid-blog .bs-blog-thumb img,
.bs-blog-post.single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-blog.bs-blog-post > article.small {
    flex: 1 1 auto;
    min-width: 0;
    padding: 2px 0 0;
}

.bs-blog-post .title {
    margin: 0 0 8px;
    font-size: clamp(20px, 1.65vw, 26px);
    line-height: 1.28;
    letter-spacing: 0;
}

.grid-blog.bs-blog-post .title {
    font-size: clamp(18px, 1.35vw, 23px);
}

.bs-blog-post .title a {
    overflow-wrap: anywhere;
}

.bs-blog-category,
.bs-blog-meta {
    gap: 6px 10px;
    margin-bottom: 7px;
}

.bs-blog-meta,
.bs-blog-meta a,
.bs-blog-meta span {
    color: var(--blogier-muted-text);
    font-size: 12px;
    line-height: 1.35;
}

.bs-blog-meta .blogier-recommend-meta-line {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    vertical-align: middle;
}

.bs-blog-meta .blogier-recommend-meta-line a,
.bs-blog-meta .blogier-recommend-meta-line time {
    color: var(--blogier-muted-text);
}

.bs-blog-meta .blogier-recommend-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 17px;
    padding: 1px 7px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
}

.bs-blog-meta .blogier-recommend-badge--paid {
    background: #c9362d;
}

.bs-blog-meta .blogier-recommend-badge--public {
    background: #8b8f97;
}

.bs-blog-post p {
    margin: 6px 0 0;
    color: var(--text-color);
    line-height: 1.62;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.list-blog p,
.grid-blog p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-blog p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.grid-blog p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.more-link,
.btn,
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    padding: 5px 16px;
    line-height: 1.45;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bs-content-grid {
    grid-column-gap: var(--blogier-content-gap);
    grid-row-gap: calc(var(--blogier-content-gap) * 1.2);
}

.grid-blog.bs-blog-post {
    display: flex;
    flex-direction: column;
}

.grid-blog .bs-blog-thumb {
    height: var(--blogier-grid-thumb-h);
    overflow: hidden;
}

.grid-blog.bs-blog-post .small {
    padding: 16px 0 0;
    min-width: 0;
}

/* Sticker layout: reserve real columns instead of overlaying text. */
.list-blog.bs-blog-post.blogier-list-has-sticker {
    display: grid !important;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) clamp(78px, 10vw, 132px);
    align-items: center;
    column-gap: clamp(14px, 2vw, 24px);
    overflow: hidden;
}

.list-blog.bs-blog-post.blogier-list-has-sticker:not(:has(> .bs-blog-thumb)) {
    grid-template-columns: minmax(0, 1fr) clamp(78px, 10vw, 132px);
}

.list-blog.bs-blog-post.blogier-list-has-sticker > .bs-blog-thumb {
    grid-column: 1;
}

.list-blog.bs-blog-post.blogier-list-has-sticker > article.small {
    grid-column: 2;
    width: auto;
    padding: 0;
}

.list-blog.bs-blog-post.blogier-list-has-sticker:not(:has(> .bs-blog-thumb)) > article.small {
    grid-column: 1;
}

.list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
    position: static;
    grid-column: 3;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: auto;
}

.list-blog.bs-blog-post.blogier-list-has-sticker:not(:has(> .bs-blog-thumb)) > .blogier-home-list-sticker-col--outer {
    grid-column: 2;
}

.list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
    min-height: 0;
}

.blogier-home-list-sticker-col .blogier-home-sticker,
.blogier-home-list-sticker-col--outer .blogier-home-sticker {
    width: clamp(70px, 9vw, 124px);
    height: clamp(70px, 9vw, 124px);
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}

.grid-blog.bs-blog-post.blogier-grid-has-sticker .blogier-home-list-with-sticker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(64px, 7vw, 96px);
    align-items: start;
    column-gap: 14px;
    min-height: 0;
}

.grid-blog.bs-blog-post.blogier-grid-has-sticker .blogier-home-list-sticker-col {
    padding: 0;
    justify-content: flex-end;
}

.grid-blog.bs-blog-post.blogier-grid-has-sticker .blogier-home-sticker {
    width: clamp(60px, 7vw, 92px);
    height: clamp(60px, 7vw, 92px);
}

/* Single post readability and page modules. */
body.single #content .bs-blog-post.single {
    background: transparent;
}

body.single #content .bs-blog-post.single .bs-header {
    position: relative;
    padding-bottom: 14px;
    padding-right: 132px;
}

body.single #content .bs-blog-post.single .bs-header .title {
    font-size: clamp(24px, 2.4vw, 36px) !important;
    line-height: 1.28;
    margin-bottom: 10px;
}

body.single .blogier-single-result-sticker {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    z-index: 2;
}

body.single .blogier-single-result-sticker .blogier-home-sticker {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

body.single .blogier-single-result-sticker .blogier-home-sticker__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    background-image: none;
    box-shadow: none;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block::before,
body.single #content .bs-blog-post.single .bs-header .bs-info-author-block::after {
    display: none;
    content: none;
}

body.single #content .bs-blog-post.single article.small {
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.78;
}

body.single #content .bs-blog-post.single article.small p {
    margin-bottom: 1em;
    letter-spacing: 0;
}

body.single #content .bs-blog-post.single img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(7, 10, 25, 0.14);
    opacity: 1;
    visibility: visible;
}

body.single #content .bs-blog-post.single article.single p:has(> img:only-child) {
    display: block;
    margin: 14px 0;
    line-height: 0;
    text-align: center;
    background: #fff;
}

body.single .blogier-single-blogger-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    min-height: 56px;
    padding: 0 14px;
    border: 1px solid rgba(15, 37, 58, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 37, 58, 0.08);
}

body.single .blogier-single-blogger-avatar {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 999px;
    background: #fff8f8;
    color: #bf1f1f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    font-family: serif;
    text-decoration: none;
}

body.single .blogier-single-blogger-card a,
body.single .blogier-single-blogger-card a:hover,
body.single .blogier-single-blogger-card a:focus,
body.single .blogier-single-blogger-card a:active,
body.single .blogier-single-blogger-card a:visited {
    text-decoration: none !important;
    border-bottom: 0 !important;
}

body.single .blogier-single-blogger-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    box-shadow: none;
}

body.single .blogier-single-blogger-main {
    min-width: 0;
}

body.single .blogier-single-blogger-name {
    display: block;
    overflow: hidden;
    color: #101010;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

body.single .blogier-single-blogger-name:hover,
body.single .blogier-single-blogger-name:focus {
    color: #101010;
    text-decoration: none;
}

body.single .blogier-single-blogger-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 9px;
    background: #000;
    color: #f4fff9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

body.single .blogier-single-blogger-count:hover,
body.single .blogier-single-blogger-count:focus {
    color: #f4fff9;
    text-decoration: none;
}

/* QIULIAO-SINGLE-BLOGGER-CARD-ALIGN-START */
body.single .blogier-single-blogger-card .blogier-single-blogger-avatar {
    margin-left: -14px !important;
}

body.single .blogier-single-blogger-card .blogier-single-blogger-count {
    transform: translateX(3px) !important;
}
/* QIULIAO-SINGLE-BLOGGER-CARD-ALIGN-END */

/* QIULIAO-SINGLE-META-BADGES-START */
body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-meta,
body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-date,
body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-date a,
body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-date time {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-date.blogier-recommend-meta-line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    vertical-align: middle !important;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .blogier-recommend-badge {
    min-height: 17px !important;
    padding: 1px 7px !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
/* QIULIAO-SINGLE-META-BADGES-END */

/* QIULIAO-SINGLE-TIME-GAP-START */
body.single #content .bs-blog-post.single .bs-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.single #content .bs-blog-post.single .bs-header .title {
    margin-bottom: 8px !important;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

body.single #content .bs-blog-post.single .bs-header .bs-info-author-block .bs-blog-meta {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.single #content .bs-blog-post.single .bs-header + article.small.single {
    padding-top: 0 !important;
}

body.single .blogier-single-blogger-card {
    margin-top: 8px !important;
    margin-bottom: 15px !important;
}
/* QIULIAO-SINGLE-TIME-GAP-END */

body.single .blogier-single-end {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 0;
    color: #7d8288;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

body.single .blogier-single-end::before,
body.single .blogier-single-end::after {
    content: "";
    width: min(120px, 28vw);
    height: 1px;
    background: #b8bdc3;
}

body.single .blogier-single-blogger-card + p,
body.single .blogier-single-blogger-card + figure,
body.single .blogier-single-blogger-card + .wp-block-image {
    margin-top: 15px;
}

body.single .blogier-single-end + .clearfix,
body.single .blogier-single-end + .clearfix.mb-3 {
    display: none;
}

body.single #content,
body.single #content.index-class,
body.single #content.single-class {
    padding-bottom: 0 !important;
}

body.single #content .bs-blog-post.single,
body.single #content .bs-blog-post.single article.single {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.blogier-streak-board-page-body #content.index-class,
body.blogier-streak-board-page-body #content.index-class > .container,
body.blogier-streak-board-page-body #blogier-streak-more {
    padding-top: 10px !important;
}

body.blogier-streak-board-page-body #blogier-streak-more .blogier-streak-board-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}

body.blogier-streak-board-page-body #blogier-streak-more .blogier-streak-board-item {
    width: 100% !important;
    box-sizing: border-box;
}

/* QIULIAO-STREAK-BOARD-NAME-18-START */
body.blogier-streak-board-page-body #content #blogier-streak-more .blogier-streak-board-item .blogier-streak-board-copy > .blogier-streak-board-name {
    font-size: 18px !important;
    line-height: 1.2 !important;
}
/* QIULIAO-STREAK-BOARD-NAME-18-END */

body.single #content .comments-area,
body.single #content .bs-info-author-block,
body.single #content .post-share-icons,
body.single #content .bs-single-related {
    margin-top: 22px;
}

@media (max-width: 575.98px) {
    body.single .blogier-single-blogger-card {
        gap: 10px;
        margin-top: 0;
        margin-bottom: 15px;
        min-height: 50px;
        padding: 0 12px;
        border-radius: 10px;
    }

    body.single .blogier-single-blogger-avatar {
        width: 50px;
        height: 50px;
        margin-left: -12px !important;
        font-size: 30px;
    }

    body.single .blogier-single-blogger-name {
        font-size: 16px;
    }

    body.single .blogier-single-blogger-count {
        min-height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }
}

.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a,
.post-nav-links a {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Header utility buttons and date panel. */
.bs-headfour a.msearch,
.bs-headfour a.blogier-member-button,
.bs-headfour .blogier-desktop-date-filter,
.bs-headfour .blogier-mobile-date-filter {
    inset-inline-end: clamp(12px, 2vw, 24px) !important;
}

.bs-headfour a.msearch,
.bs-headfour a.blogier-member-button {
    top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px)) !important;
    width: 44px !important;
    height: 44px !important;
}

.bs-headfour a.blogier-member-button {
    top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px) - 52px) !important;
}

.bs-headfour .blogier-desktop-date-filter,
.bs-headfour .blogier-mobile-date-filter {
    top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px) + 52px) !important;
}

.bs-headfour .blogier-desktop-date-filter .date-index-trigger,
.bs-headfour .blogier-mobile-date-filter .date-index-trigger {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
}

body .dropdown-menu.blogus-date-index-panel,
body .dropdown-menu.blogus-date-index-panel.show,
body .dropdown-menu.blogus-date-index-panel[data-bs-popper] {
    border-radius: var(--blogier-card-radius);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

@media (max-width: 991.98px) {
    .bs-headfour {
        --blogier-mobile-action-size: 44px;
        --blogier-mobile-action-gap: 8px;
        --blogier-mobile-action-top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px));
        --blogier-mobile-action-step: calc(var(--blogier-mobile-action-size) + var(--blogier-mobile-action-gap));
    }

    .bs-headfour a.msearch,
    .bs-headfour a.blogier-member-button,
    .bs-headfour .blogier-mobile-date-filter {
        inset-inline-end: clamp(12px, 2vw, 24px) !important;
    }

    .bs-headfour a.msearch,
    .bs-headfour a.blogier-member-button,
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        width: var(--blogier-mobile-action-size) !important;
        height: var(--blogier-mobile-action-size) !important;
        min-width: var(--blogier-mobile-action-size) !important;
        min-height: var(--blogier-mobile-action-size) !important;
        border-radius: 50% !important;
    }

    .bs-headfour a.blogier-member-button {
        top: calc(var(--blogier-mobile-action-top) - var(--blogier-mobile-action-step)) !important;
    }

    .bs-headfour a.msearch {
        top: var(--blogier-mobile-action-top) !important;
    }

    .bs-headfour .blogier-mobile-date-filter {
        top: calc(var(--blogier-mobile-action-top) + var(--blogier-mobile-action-step)) !important;
    }

    .bs-headfour a.msearch i,
    .bs-headfour a.blogier-member-button i,
    .bs-headfour .blogier-mobile-date-filter .date-index-trigger i {
        font-size: 20px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 575px) {
    .bs-headfour {
        --blogier-mobile-action-size: 42px;
        --blogier-mobile-action-gap: 8px;
        --blogier-mobile-action-top: calc(4.25rem + var(--wp-admin--admin-bar--height, 0px));
    }
}

/* Footer: explicit compact spacing, left-aligned, readable on both themes. */
footer,
footer .container,
footer .row,
footer [class*="col-"] {
    text-align: left !important;
}

footer .bs-footer-widget-area {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
}

footer .bs-footer-bottom-area,
footer .bs-footer-copyright .bs-footer-overlay-copyright {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}

footer .bs-widget,
footer .widget,
footer .wp-block-group,
footer .wp-block-columns,
footer .wp-block-column {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

footer .wp-block-heading,
footer .bs-widget-title .title,
footer .widget_block h2 {
    margin-bottom: 10px;
    padding: 3px 0 6px;
    font-size: 14px !important;
    line-height: 1.35;
}

footer,
footer p,
footer li,
footer a {
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .bs-menu-full .navbar {
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .bs-headfour .m-header {
        padding: 10px 0 12px;
        row-gap: 8px;
    }

    .bs-headfour .m-header .site-branding-text .site-title,
    .bs-headfour .m-header .site-title {
        font-size: clamp(22px, 6vw, 30px);
        line-height: 1.16;
    }

    .bs-headfour .m-header .site-description {
        font-size: clamp(13px, 3.2vw, 15px);
        line-height: 1.35;
        margin-top: 4px;
    }

    .bs-headfour a.msearch,
    .bs-headfour a.blogier-member-button {
        top: calc(4.25rem + var(--wp-admin--admin-bar--height, 0px)) !important;
        width: 42px !important;
        height: 42px !important;
    }

    .bs-headfour a.blogier-member-button {
        top: calc(4.25rem + var(--wp-admin--admin-bar--height, 0px) - 50px) !important;
    }

    .bs-headfour .blogier-mobile-date-filter {
        top: calc(4.25rem + var(--wp-admin--admin-bar--height, 0px) + 50px) !important;
    }

    .bs-headfour .blogier-mobile-date-filter .date-index-trigger {
        width: 42px !important;
        height: 42px !important;
    }

    .column3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .list-blog.bs-blog-post {
        gap: 14px;
    }

    .list-blog .bs-blog-thumb,
    .list-blog .bs-blog-thumb.md {
        flex-basis: clamp(150px, 34%, 230px);
        height: clamp(132px, 26vw, 180px);
    }

    .bs-blog-post .title {
        font-size: clamp(18px, 3.2vw, 22px) !important;
        line-height: 1.3 !important;
    }

    .bs-blog-post p,
    body.home #content .bs-content-list .list-blog.bs-blog-post article.small,
    body.blog #content .bs-content-list .list-blog.bs-blog-post article.small,
    body.single #content .bs-blog-post.single article.small {
        font-size: 14px;
        line-height: 1.62;
    }

    body.single #content .bs-blog-post.single .bs-header .title {
        font-size: clamp(23px, 4.4vw, 30px) !important;
        line-height: 1.28 !important;
    }
}

@media (max-width: 767.98px) {
    #content.index-class,
    #content.archive-class,
    #content.search-class,
    #content.single-class,
    body.single #content {
        padding-top: 14px;
    }

    .list-blog.bs-blog-post,
    .list-blog.bs-blog-post.blogier-list-has-sticker {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 12px;
        padding: 14px;
    }

    .list-blog.bs-blog-post.blogier-list-has-sticker {
        grid-template-columns: minmax(0, 1fr) clamp(64px, 22vw, 92px);
        column-gap: 12px;
        align-items: start;
    }

    .list-blog.bs-blog-post > .bs-blog-thumb,
    .list-blog.bs-blog-post.blogier-list-has-sticker > .bs-blog-thumb {
        grid-column: 1 / -1;
        width: 100%;
        height: clamp(150px, 48vw, 220px);
    }

    .list-blog.bs-blog-post > article.small,
    .list-blog.bs-blog-post.blogier-list-has-sticker > article.small,
    .list-blog.bs-blog-post.blogier-list-has-sticker:not(:has(> .bs-blog-thumb)) > article.small {
        grid-column: 1;
        padding: 0;
    }

    .list-blog.bs-blog-post.blogier-list-has-sticker .blogier-home-list-with-sticker {
        display: block;
    }

    .list-blog.bs-blog-post.blogier-list-has-sticker > .blogier-home-list-sticker-col--outer {
        display: flex;
        grid-column: 2;
        grid-row: 2;
        padding: 0;
        justify-content: flex-end;
    }

    .list-blog.bs-blog-post.blogier-list-has-sticker:not(:has(> .bs-blog-thumb)) > .blogier-home-list-sticker-col--outer {
        grid-row: 1;
    }

    .blogier-home-list-sticker-col .blogier-home-sticker,
    .blogier-home-list-sticker-col--outer .blogier-home-sticker {
        width: clamp(62px, 21vw, 88px);
        height: clamp(62px, 21vw, 88px);
    }

    .list-blog p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .grid-blog p {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .column2,
    .column3 {
        grid-template-columns: minmax(0, 1fr);
    }

    .bs-content-list,
    .bs-content-grid {
        gap: 14px;
    }

    .bs-blog-category,
    .bs-blog-meta {
        margin-bottom: 5px;
    }

    .navigation.pagination .nav-links .page-numbers,
    .navigation.pagination .nav-links a,
    .post-nav-links a {
        min-width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    footer .bs-footer-widget-area {
        padding-top: 14px !important;
    }
}

/* ---- Homepage text-only cards: no featured images on the post list. ---- */
body.home #content .bs-blog-post.blogier-home-text-only > .bs-blog-thumb,
body.blog #content .bs-blog-post.blogier-home-text-only > .bs-blog-thumb {
    display: none !important;
}

body.home,
body.blog {
    background-image: none !important;
}

body.home .blogier-top-site-banner,
body.blog .blogier-top-site-banner {
    display: none !important;
}

body.home #content .bs-blog-post.blogier-home-text-only,
body.blog #content .bs-blog-post.blogier-home-text-only {
    display: block !important;
    padding: clamp(16px, 2vw, 24px);
    border: 1px solid var(--blogier-soft-border);
    box-shadow: none;
}

body.home #content .bs-blog-post.blogier-home-text-only > article.small,
body.blog #content .bs-blog-post.blogier-home-text-only > article.small,
body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-text-col,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-text-col {
    padding: 0 !important;
    width: 100%;
    max-width: none;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-with-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-with-sticker {
    display: block !important;
    padding: 0;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(72px, 18vw, 118px);
    align-items: center;
    gap: 12px;
    width: 100%;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-list-sticker-col,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-list-sticker-col {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker {
    width: clamp(72px, 18vw, 118px);
    height: clamp(72px, 18vw, 118px);
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker__img,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* QIULIAO-HOME-STICKER-INLINE-PREVIEW-START */
body.home #content .bs-blog-post.blogier-home-text-only,
body.blog #content .bs-blog-post.blogier-home-text-only {
    display: block !important;
    position: relative !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card {
    position: relative !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker {
    display: block !important;
    width: 100%;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--outer,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--outer {
    display: none !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline {
    float: right;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: clamp(72px, 14vw, 112px);
    height: clamp(72px, 14vw, 112px);
    margin: -2px 0 6px 12px;
    padding: 0;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline .blogier-home-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline .blogier-home-sticker {
    display: block !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline .blogier-home-sticker__img,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline .blogier-home-sticker__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* QIULIAO-HOME-STICKER-INLINE-PREVIEW-END */

/* QIULIAO-HOME-STICKER-NO-BORDER-IMPACT-START */
body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker {
    display: block !important;
    border: 1px solid var(--blogier-soft-border) !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker {
    display: block !important;
    position: relative !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-list-sticker-col--inline,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-list-sticker-col--inline {
    float: right !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: clamp(86px, 15vw, 128px) !important;
    height: clamp(86px, 15vw, 128px) !important;
    margin: 0 0 6px 14px !important;
    padding: 0 !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-preview-excerpt,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-preview-excerpt {
    display: block !important;
    min-width: 0 !important;
    margin-top: 8px !important;
}

body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .more-link,
body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .more-link {
    clear: both !important;
    display: inline-flex !important;
}

@media (max-width: 767.98px) {
    body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-list-sticker-col--inline,
    body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-card--has-sticker .blogier-home-list-sticker-col--inline {
        width: clamp(78px, 24vw, 104px) !important;
        height: clamp(78px, 24vw, 104px) !important;
        margin: 0 0 5px 10px !important;
    }
}
/* QIULIAO-HOME-STICKER-NO-BORDER-IMPACT-END */

/* QIULIAO-HOME-STICKER-OVERLAY-START */
body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker {
    position: relative !important;
    overflow: visible !important;
}

body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-preview-card--has-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-preview-card--has-sticker {
    display: block !important;
    position: static !important;
}

body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    z-index: 20 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(53px, 9.6vw, 77px) !important;
    height: clamp(53px, 9.6vw, 77px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline .blogier-home-sticker,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline .blogier-home-sticker {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}

body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-preview-excerpt,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-preview-excerpt {
    margin-top: 8px !important;
}

body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .more-link,
body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .more-link {
    clear: none !important;
}

@media (max-width: 767.98px) {
    body.home #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline,
    body.blog #content .bs-blog-post.blogier-home-text-only.blogier-list-has-sticker .blogier-home-list-sticker-col--inline {
        right: 12px !important;
        width: clamp(49px, 16.8vw, 67px) !important;
        height: clamp(49px, 16.8vw, 67px) !important;
    }
}
/* QIULIAO-HOME-STICKER-OVERLAY-END */

body.home #content .bs-blog-post.blogier-home-text-only .title,
body.blog #content .bs-blog-post.blogier-home-text-only .title {
    font-size: clamp(20px, 2vw, 24px) !important;
    line-height: 1.35 !important;
    margin-bottom: 8px;
}

body.home #content .bs-blog-post.blogier-home-text-only p,
body.blog #content .bs-blog-post.blogier-home-text-only p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    letter-spacing: 0;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

body.home #content .bs-blog-post.blogier-home-text-only .bs-blog-meta span,
body.home #content .bs-blog-post.blogier-home-text-only .bs-blog-meta a,
body.blog #content .bs-blog-post.blogier-home-text-only .bs-blog-meta span,
body.blog #content .bs-blog-post.blogier-home-text-only .bs-blog-meta a {
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.more-link,
.btn,
.woocommerce ul.products li.product .button {
    min-height: 40px;
    padding: 0 18px;
    line-height: 1 !important;
    box-sizing: border-box;
    vertical-align: middle;
}

.more-link:focus-visible,
.btn:focus-visible,
.woocommerce ul.products li.product .button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    body.home #content .bs-blog-post.blogier-home-text-only,
    body.blog #content .bs-blog-post.blogier-home-text-only {
        padding: 16px;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker,
    body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker {
        grid-template-columns: minmax(0, 1fr) clamp(64px, 20vw, 92px);
        gap: 10px;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker,
    body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-preview-with-sticker .blogier-home-sticker {
        width: clamp(64px, 20vw, 92px);
        height: clamp(64px, 20vw, 92px);
    }

    body.home #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline,
    body.blog #content .bs-blog-post.blogier-home-text-only .blogier-home-list-sticker-col--inline {
        width: clamp(64px, 20vw, 92px);
        height: clamp(64px, 20vw, 92px);
        margin: -1px 0 5px 10px;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .title,
    body.blog #content .bs-blog-post.blogier-home-text-only .title {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    body.home #content .bs-blog-post.blogier-home-text-only p,
    body.blog #content .bs-blog-post.blogier-home-text-only p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .more-link,
    body.blog #content .bs-blog-post.blogier-home-text-only .more-link {
        min-height: 36px;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    footer {
        font-size: 14px !important;
    }

    footer .bs-widget-title .title,
    footer .widget_block h2,
    footer .wp-block-heading,
    footer .wp-block-search__label,
    footer .bs-footer-widget-area .wp-block-search__label {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    footer .bs-footer-copyright,
    footer .bs-footer-copyright p,
    footer .bs-footer-copyright a,
    footer .copyright-text,
    footer .site-description-footer,
    footer .bs-widget p,
    footer .bs-widget ul li,
    footer .bs-widget ul li a,
    footer .info-right .nav-link,
    footer .small-post .title,
    footer .bs-widget .small-post-content .title,
    footer .bs-recent-blog-post .small-post .title a,
    footer .wp-block-latest-posts__post-title,
    footer .wp-block-archives a,
    footer .wp-block-categories a,
    footer .wp-block-latest-comments__comment-link,
    footer .wp-block-latest-comments__comment-author,
    footer .wp-block-latest-comments__comment-date,
    footer .wp-block-calendar,
    footer .wp-block-navigation-item__content {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    footer .bs-recent-blog-post .bs-blog-meta span,
    footer .bs-recent-blog-post .bs-blog-meta a,
    footer .bs-blog-meta span,
    footer .bs-blog-meta a,
    footer .tagcloud a,
    footer .wp-block-tag-cloud a {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

body.home #content .bs-blog-post.blogier-home-text-only .more-link,
body.blog #content .bs-blog-post.blogier-home-text-only .more-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-height: 0;
    padding: 0 18px;
    line-height: 1 !important;
    text-align: center;
}

body.home #content .bs-blog-post.blogier-home-text-only .more-link::after,
body.blog #content .bs-blog-post.blogier-home-text-only .more-link::after {
    content: "";
    position: absolute;
    inset: -2px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    body.home #content .bs-blog-post.blogier-home-text-only .more-link,
    body.blog #content .bs-blog-post.blogier-home-text-only .more-link {
        height: 38px;
        padding: 0 16px;
        font-size: 14px !important;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .more-link::after,
    body.blog #content .bs-blog-post.blogier-home-text-only .more-link::after {
        inset: -3px;
    }
}

@media (max-width: 575.98px) {
    body.home #content .bs-blog-post.blogier-home-text-only .more-link,
    body.blog #content .bs-blog-post.blogier-home-text-only .more-link {
        height: 36px;
        padding: 0 14px;
        font-size: 13px !important;
    }

    body.home #content .bs-blog-post.blogier-home-text-only .more-link::after,
    body.blog #content .bs-blog-post.blogier-home-text-only .more-link::after {
        inset: -4px;
    }
}

/* Header image card: editable from Customizer */
.bs-headfour .navbar-wp.blogier-header-card-nav {
    position: relative;
    isolation: isolate;
    min-height: clamp(150px, 19vw, 230px);
    padding: 0 !important;
    margin: 0 0 clamp(18px, 2.4vw, 28px) !important;
    background: transparent !important;
    overflow: hidden !important;
}

.bs-headfour .navbar-wp.blogier-header-card-nav::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(236, 246, 255, 0.92), rgba(245, 249, 255, 0.78)),
        var(--blogier-header-card-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bs-headfour .navbar-wp.blogier-header-card-nav.blogier-header-card-nav--has-image::before {
    background-image: var(--blogier-header-card-image);
}

.bs-headfour .navbar-wp.blogier-header-card-nav > .container {
    position: relative;
    z-index: 1;
    min-height: clamp(150px, 19vw, 230px);
}

.bs-headfour .navbar-wp.blogier-header-card-nav .site-branding-text,
.bs-headfour .navbar-wp.blogier-header-card-nav .site-logo,
.bs-headfour .navbar-wp.blogier-header-card-nav .blogier-header-branding-image-wrap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.bs-headfour .navbar-wp.blogier-header-card-nav .navbar-header,
.bs-headfour .navbar-wp.blogier-header-card-nav .m-header {
    min-height: 1px;
}

@media (max-width: 991.98px) {
    .bs-headfour .navbar-wp.blogier-header-card-nav {
        min-height: clamp(150px, 34vw, 210px);
        margin-bottom: 18px !important;
    }

    .bs-headfour .navbar-wp.blogier-header-card-nav::before {
        background-image: var(--blogier-header-card-image-mobile, var(--blogier-header-card-image, linear-gradient(135deg, rgba(236, 246, 255, 0.92), rgba(245, 249, 255, 0.78))));
        background-position: center center;
        background-color: #eef6ff;
    }

    .bs-headfour .navbar-wp.blogier-header-card-nav > .container {
        min-height: clamp(150px, 34vw, 210px);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .bs-headfour .navbar-wp.blogier-header-card-nav {
        min-height: clamp(190px, 34vw, 280px);
    }

    .bs-headfour .navbar-wp.blogier-header-card-nav::before {
        background-size: contain;
    }

    .bs-headfour .navbar-wp.blogier-header-card-nav > .container {
        min-height: clamp(190px, 34vw, 280px);
    }
}

@media (max-width: 575.98px) {
    .bs-headfour .navbar-wp.blogier-header-card-nav {
        min-height: clamp(128px, 40vw, 168px);
    }

    .bs-headfour .navbar-wp.blogier-header-card-nav > .container {
        min-height: clamp(128px, 40vw, 168px);
    }
}

/* Homepage streak entry */
.blogier-streak-shell {
    width: 100%;
    margin: 0 0 20px;
}

.blogier-streak-poster {
    --streak-card-width: 150px;
    --streak-avatar-size: 96px;
    --streak-gap: 20px;
    overflow: visible;
    padding: 8px 0 10px;
    background: transparent;
}

.blogier-streak-title {
    width: clamp(156px, 22vw, 260px);
    aspect-ratio: 379 / 117;
    margin: 0 0 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 379 117'%3E%3Crect width='379' height='117' fill='%23111111'/%3E%3Ctext x='18' y='84' font-family='Arial Black,Arial,sans-serif' font-size='74' font-weight='900' fill='white' stroke='%23333333' stroke-width='2'%3E%E8%BF%9E%E7%BA%A2%E6%A6%9C%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    color: transparent;
}

.blogier-streak-title span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.blogier-streak-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, var(--streak-card-width)));
    justify-content: start;
    align-items: end;
    gap: var(--streak-gap);
    overflow: visible;
}

.blogier-streak-unit {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 4px;
}

.blogier-streak-unit-link {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: inherit;
    text-decoration: none;
    border-radius: 8px;
    outline: none;
}

.blogier-streak-person-card,
.blogier-streak-more-link {
    position: relative;
    width: var(--streak-card-width);
    max-width: var(--streak-card-width);
    display: grid;
    justify-items: center;
    align-content: start;
    color: #000;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
}

.blogier-streak-unit-link:hover .blogier-streak-person-name,
.blogier-streak-unit-link:focus-visible .blogier-streak-person-name {
    color: #e60000;
}

.blogier-streak-unit-link:focus-visible .blogier-streak-portrait,
.blogier-streak-more-link:focus-visible .blogier-streak-more-text {
    box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.16);
}

.blogier-streak-portrait {
    width: var(--streak-avatar-size);
    height: var(--streak-avatar-size);
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.94);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 33%, #222 0 18%, transparent 19%),
        radial-gradient(circle at 50% 44%, #d1a07d 0 23%, transparent 24%),
        linear-gradient(180deg, #d9b48e 0 36%, #a65737 37% 50%, #f2c574 51% 100%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

.blogier-streak-face {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 43% 41%, #111 0 2px, transparent 3px),
        radial-gradient(circle at 58% 41%, #111 0 2px, transparent 3px),
        radial-gradient(ellipse at 51% 70%, #4e413d 0 25%, transparent 26%);
}

.blogier-streak-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogier-streak-person-name {
    width: 100%;
    padding: 3px 0 0;
    color: #111;
    font-size: 16px;
    line-height: 1.05;
    font-weight: 900;
    text-align: center;
}

.blogier-streak-badge {
    min-width: 86px;
    height: 28px;
    display: grid;
    place-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #e60000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 950;
}

.blogier-streak-rank-1 {
    transform: translateY(-8px);
}

.blogier-streak-rank-mark {
    position: absolute;
    z-index: 2;
    top: -4px;
    left: calc(50% - var(--streak-avatar-size) / 2 - 4px);
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #111;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.blogier-streak-rank-1 .blogier-streak-rank-mark {
    background: linear-gradient(135deg, #fff3a6 0%, #f5c542 42%, #b87400 100%);
}

.blogier-streak-rank-2 .blogier-streak-rank-mark {
    background: linear-gradient(135deg, #fff 0%, #c9d1dc 45%, #7e8794 100%);
}

.blogier-streak-rank-3 .blogier-streak-rank-mark {
    background: linear-gradient(135deg, #ffe1b3 0%, #c98135 48%, #8f4e20 100%);
    color: #fff;
}

.blogier-streak-unit--more {
    align-self: center;
}

.blogier-streak-more-link {
    min-height: calc(var(--streak-avatar-size) + 24px);
    align-content: center;
    cursor: pointer;
}

.blogier-streak-more-text {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #111;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
    .blogier-streak-poster {
        --streak-card-width: 128px;
        --streak-avatar-size: 86px;
        --streak-gap: 14px;
    }

    .blogier-streak-row {
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 3px;
        -webkit-overflow-scrolling: touch;
    }

    .blogier-streak-row::-webkit-scrollbar {
        height: 0;
    }
}

@media (max-width: 575.98px) {
    .blogier-streak-poster {
        --streak-card-width: 78px;
        --streak-avatar-size: 52px;
        --streak-gap: 9px;
        margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem) / 2);
        margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem) / 2);
        padding: 5px 8px 6px;
    }

    .blogier-streak-title {
        width: 112px;
        margin-bottom: 4px;
    }

    .blogier-streak-portrait {
        border-width: 2px;
    }

    .blogier-streak-person-name {
        font-size: 11px;
    }

    .blogier-streak-badge {
        min-width: 58px;
        height: 19px;
        padding: 0 5px;
        font-size: 10px;
    }

    .blogier-streak-rank-mark {
        width: 18px;
        height: 18px;
        border-width: 1px;
        font-size: 10px;
    }

    .blogier-streak-more-text {
        width: 44px;
        height: 44px;
        font-size: 11px;
    }
}

/* Standalone streak board page */
body.blogier-streak-board-page-body,
body.blogier-streak-profile-page-body {
    background: #fff;
}

body.blogier-streak-board-page-body #content.index-class > .container,
body.blogier-streak-profile-page-body #content.index-class > .container {
    max-width: 1080px;
    padding-right: clamp(14px, 3.2vw, 24px);
    padding-left: clamp(14px, 3.2vw, 24px);
}

.blogier-streak-board-page {
    --streak-board-red: #e60000;
    --streak-board-ink: #050505;
    overflow: hidden;
    padding: 0 0 48px;
    color: var(--streak-board-ink);
}

.blogier-streak-board-search {
    min-height: clamp(80px, 10vw, 104px);
    display: grid;
    grid-template-columns: clamp(58px, 8vw, 78px) minmax(0, 1fr) clamp(58px, 8vw, 78px);
    align-items: center;
    margin: 0 0 clamp(42px, 6vw, 64px);
    border: 2px solid #161616;
    border-radius: 20px;
    background: #fff;
}

.blogier-streak-board-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    line-height: 1.2;
    outline: none;
}

.blogier-streak-board-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.blogier-streak-board-search-submit,
.blogier-streak-board-search-clear {
    width: 100%;
    min-width: 44px;
    min-height: 64px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #050505;
    text-decoration: none;
    cursor: pointer;
}

.blogier-streak-board-search-submit i {
    font-size: clamp(32px, 5vw, 48px);
}

.blogier-streak-board-search-clear i {
    font-size: clamp(30px, 4.5vw, 44px);
}

.blogier-streak-board-search:focus-within {
    box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.18);
}

.blogier-streak-board-list {
    display: grid;
    gap: clamp(34px, 5.8vw, 62px);
}

.blogier-streak-board-empty {
    margin: 0;
    padding: 24px 0;
    color: #555;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.blogier-streak-board-item {
    --streak-board-badge-size: clamp(128px, 17vw, 190px);
    --streak-board-avatar-size: clamp(112px, 19vw, 180px);
    --streak-board-line-overlap: clamp(32px, 6vw, 76px);
    min-height: var(--streak-board-avatar-size);
    display: grid;
    grid-template-columns: var(--streak-board-avatar-size) minmax(0, 1fr) var(--streak-board-badge-size);
    align-items: center;
    column-gap: clamp(20px, 3vw, 32px);
    color: inherit;
    text-decoration: none;
    border-radius: 8px;
    outline: none;
}

.blogier-streak-board-item:hover .blogier-streak-board-name,
.blogier-streak-board-item:focus-visible .blogier-streak-board-name {
    color: var(--streak-board-red);
}

.blogier-streak-board-item:focus-visible .blogier-streak-board-avatar,
.blogier-streak-board-item:focus-visible .blogier-streak-board-count {
    box-shadow: 0 0 0 4px rgba(230, 0, 0, 0.22);
}

.blogier-streak-board-avatar {
    width: var(--streak-board-avatar-size);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: #dec0a0;
}

.blogier-streak-board-avatar img,
.blogier-streak-board-avatar-fallback {
    display: block;
    width: 100%;
    height: 100%;
}

.blogier-streak-board-avatar img {
    object-fit: cover;
}

.blogier-streak-board-avatar-fallback {
    background:
        radial-gradient(circle at 51% 33%, #171717 0 16%, transparent 17%),
        radial-gradient(circle at 50% 44%, #d6a884 0 24%, transparent 25%),
        radial-gradient(circle at 43% 42%, #101010 0 2px, transparent 3px),
        radial-gradient(circle at 58% 42%, #101010 0 2px, transparent 3px),
        linear-gradient(180deg, #e7cfb6 0 38%, #ab5b3d 39% 50%, #f3c774 51% 100%);
}

.blogier-streak-board-copy {
    min-width: 0;
}

.blogier-streak-board-name {
    margin: 0 0 clamp(8px, 1.4vw, 14px);
    color: #050505;
    font-family: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: clamp(34px, 5.2vw, 58px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
    white-space: nowrap;
}

.blogier-streak-board-rule {
    display: block;
    width: calc(100% + var(--streak-board-line-overlap));
    height: clamp(3px, 0.45vw, 5px);
    margin: 0 0 clamp(12px, 1.8vw, 18px);
    background: #050505;
}

.blogier-streak-board-bio {
    margin: 0;
    color: #050505;
    font-family: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: clamp(18px, 2.8vw, 30px);
    line-height: 1.45;
    font-weight: 900;
}

.blogier-streak-board-bio strong {
    font-weight: 950;
}

.blogier-streak-board-count {
    position: relative;
    z-index: 1;
    width: var(--streak-board-badge-size);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--streak-board-red);
    color: #fff;
    font-family: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1;
    font-weight: 950;
    text-align: center;
    white-space: nowrap;
}

/* Streak profile detail page */
.blogier-streak-profile-page {
    --streak-profile-red: #e60000;
    --streak-profile-ink: #050505;
    padding: 0 0 56px;
    color: var(--streak-profile-ink);
}

body.blogier-streak-profile-page-body #content.index-class,
body.blogier-streak-profile-page-body #content.index-class > .container,
body.blogier-streak-profile-page-body #blogier-streak-profile,
body.blogier-streak-profile-page-body .blogier-streak-profile-posts {
    background: #fff;
    background-image: none;
}

/* QIULIAO-STREAK-PROFILE-BACKDROP-GRADIENT-START */
body.blogier-streak-profile-page-body,
body.blogier-streak-profile-page-body #content.index-class,
body.blogier-streak-profile-page-body #content.index-class > .container,
body.blogier-streak-profile-page-body #blogier-streak-profile,
body.blogier-streak-profile-page-body #blogier-streak-profile .blogier-streak-profile-card {
    background: linear-gradient(180deg, #000 0, #161616 90px, #8d8d8d 360px, #fff 560px, #fff 100%) !important;
}

body.blogier-streak-profile-page-body .blogier-streak-profile-posts {
    background: transparent !important;
    background-image: none !important;
}
/* QIULIAO-STREAK-PROFILE-BACKDROP-GRADIENT-END */

.blogier-streak-profile-back,
.blogier-streak-profile-board-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 2px solid #111;
    border-radius: 8px;
    color: #111;
    background: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
}

.blogier-streak-profile-back {
    margin: 0 0 18px;
}

.blogier-streak-profile-back:hover,
.blogier-streak-profile-back:focus-visible,
.blogier-streak-profile-board-link:hover,
.blogier-streak-profile-board-link:focus-visible {
    color: #fff;
    background: #111;
    outline: none;
}

.blogier-streak-profile-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) minmax(220px, 280px);
    gap: 22px;
    align-items: center;
    padding: 20px;
    border: 2px solid #111;
    border-radius: 8px;
    background: #fff;
}

.blogier-streak-profile-avatar {
    width: 132px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: #dec0a0;
}

.blogier-streak-profile-avatar img,
.blogier-streak-profile-avatar .blogier-streak-board-avatar-fallback {
    display: block;
    width: 100%;
    height: 100%;
}

.blogier-streak-profile-avatar img {
    object-fit: cover;
}

.blogier-streak-profile-copy {
    min-width: 0;
}

.blogier-streak-profile-name {
    margin: 0 0 10px;
    color: #050505;
    font-family: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.blogier-streak-profile-bio {
    margin: 0;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
}

.blogier-streak-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
}

.blogier-streak-profile-tags span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid #111;
    border-radius: 999px;
    color: #111;
    background: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.blogier-streak-profile-stats {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0 0 0 22px;
    border-left: 4px solid #111;
}

.blogier-streak-profile-stats div {
    min-width: 0;
}

.blogier-streak-profile-stats dt {
    margin: 0 0 5px;
    color: #555;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.blogier-streak-profile-stats dd {
    margin: 0;
    color: #111;
    font-family: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.blogier-streak-profile-stats div:first-child dd {
    color: var(--streak-profile-red);
}

.blogier-streak-profile-posts {
    margin: 34px 0 0;
}

.blogier-streak-profile-posts-title {
    margin: 0 0 18px;
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

/* QIULIAO-STREAK-PROFILE-POSTS-HEADING-START */
body.blogier-streak-profile-page-body .blogier-streak-profile-posts {
    margin-top: 20px !important;
    padding-top: 10px !important;
}

body.blogier-streak-profile-page-body .blogier-streak-profile-posts-title {
    margin-top: 0 !important;
    font-size: 0 !important;
}

body.blogier-streak-profile-page-body .blogier-streak-profile-posts-title::before {
    content: "推荐列表";
    display: inline;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

@media (max-width: 575.98px) {
    body.blogier-streak-profile-page-body .blogier-streak-profile-posts {
        margin-top: 20px !important;
        padding-top: 10px !important;
    }

    body.blogier-streak-profile-page-body .blogier-streak-profile-posts-title::before {
        font-size: 21px;
    }
}
/* QIULIAO-STREAK-PROFILE-POSTS-HEADING-END */

/* QIULIAO-STREAK-PROFILE-POST-CARDS-START */
body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post {
    position: relative;
    margin: 0 0 3px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(5, 21, 36, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.34) !important;
    box-shadow: none !important;
    overflow: hidden;
}

body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post:not(:last-child)::after {
    display: none !important;
    content: none !important;
}

body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post > article.small,
body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post .blogier-home-list-text-col,
body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post .blogier-home-list-with-sticker {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 575.98px) {
    body.blogier-streak-profile-page-body .blogier-streak-profile-posts-list > .bs-blog-post {
        margin-bottom: 3px !important;
        padding: 16px 16px !important;
    }
}
/* QIULIAO-STREAK-PROFILE-POST-CARDS-END */

/* QIULIAO-STREAK-PROFILE-HIDE-EXTRA-POSTS-START */
body.blogier-streak-profile-page-body .bpl-profile-posts {
    display: none !important;
}
/* QIULIAO-STREAK-PROFILE-HIDE-EXTRA-POSTS-END */

.blogier-streak-profile-empty,
.blogier-streak-profile-missing {
    margin: 0;
    padding: 24px;
    border: 2px solid #111;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1.6;
}

.blogier-streak-profile-missing h1 {
    margin: 0 0 14px;
    color: #111;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
}

.blogier-streak-profile-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 26px 0 0;
}

.blogier-streak-profile-page-link,
.blogier-streak-profile-page-dots {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}

.blogier-streak-profile-page-link {
    border: 1px solid #111;
    color: #111;
    background: #fff;
    text-decoration: none;
}

.blogier-streak-profile-page-link:hover,
.blogier-streak-profile-page-link:focus-visible,
.blogier-streak-profile-page-link--current {
    border-color: #111;
    color: #fff;
    background: #111;
    outline: none;
}

.blogier-streak-profile-page-link--prev,
.blogier-streak-profile-page-link--next {
    min-width: 76px;
}

@media (max-width: 575.98px) {
    body.blogier-streak-board-page-body #content.index-class > .container,
    body.blogier-streak-profile-page-body #content.index-class > .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .blogier-streak-board-search {
        min-height: 76px;
        grid-template-columns: 56px minmax(0, 1fr) 56px;
        margin-bottom: 38px;
        border-width: 2px;
        border-radius: 17px;
    }

    .blogier-streak-board-search-submit,
    .blogier-streak-board-search-clear {
        min-height: 60px;
    }

    .blogier-streak-board-list {
        gap: 34px;
    }

    .blogier-streak-board-item {
        --streak-board-avatar-size: clamp(74px, 21vw, 92px);
        --streak-board-badge-size: clamp(88px, 27vw, 112px);
        --streak-board-line-overlap: 34px;
        grid-template-columns: var(--streak-board-avatar-size) minmax(0, 1fr) var(--streak-board-badge-size);
        column-gap: 12px;
        min-height: var(--streak-board-badge-size);
    }

    .blogier-streak-board-name {
        margin-bottom: 7px;
        font-size: clamp(14px, min(5.04vw, calc((100vw - 214px) / 7.14)), 24px);
    }

    .blogier-streak-board-rule {
        height: 3px;
        margin-bottom: 8px;
    }

    .blogier-streak-board-bio {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(10.5px, 2.94vw, 13.3px);
        line-height: 1.35;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .blogier-streak-board-bio strong {
        font-size: inherit;
        line-height: inherit;
    }

    .blogier-streak-board-count {
        font-size: clamp(22px, min(7.2vw, calc(var(--streak-board-badge-size) / 3.4)), 34px);
    }

    .blogier-streak-profile-page {
        padding-bottom: 42px;
    }

    .blogier-streak-profile-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }

    .blogier-streak-profile-avatar {
        width: 92px;
    }

    .blogier-streak-profile-name {
        margin-bottom: 7px;
        font-size: 24px;
    }

    .blogier-streak-profile-bio {
        display: -webkit-box;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.45;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .blogier-streak-profile-tags {
        grid-column: 1 / -1;
        margin-top: 10px;
    }

    .blogier-streak-profile-tags span {
        min-height: 30px;
        padding: 0 9px;
        font-size: 13px;
    }

    .blogier-streak-profile-stats {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 12px 0 0;
        border-top: 2px solid #111;
        border-left: 0;
    }

    .blogier-streak-profile-stats dt {
        font-size: 12px;
    }

    .blogier-streak-profile-stats dd {
        font-size: clamp(18px, 5.2vw, 23px);
    }

    .blogier-streak-profile-posts {
        margin-top: 28px;
    }

    .blogier-streak-profile-posts-title {
        font-size: 21px;
    }
}

/* Homepage arena streak entry */
.blogier-arena-shell {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw) 22px !important;
}

.blogier-arena-poster {
    --arena-card-width: 188px;
    --arena-card-height: 226px;
    --arena-photo-height: 144px;
    --arena-gap: 18px;
    position: relative;
    isolation: isolate;
    width: 100vw !important;
    min-width: 0;
    overflow: hidden;
    padding: 10px max(12px, calc((100vw - 1116px) / 2)) 12px !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff;
}

.blogier-arena-poster::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 110px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(239, 243, 241, 0.94));
}

.blogier-arena-head,
.blogier-arena-grid {
    position: relative;
    z-index: 1;
}

.blogier-arena-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 18px;
    margin-bottom: 8px !important;
}

.blogier-arena-kicker {
    display: none !important;
}

.blogier-arena-title {
    grid-column: 1;
    align-self: center !important;
    margin: 0 !important;
    color: #f4fff9;
    font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: clamp(31px, 3.4vw, 46px) !important;
    line-height: 1 !important;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: 0 0 28px rgba(32, 248, 205, 0.22), 0 3px 0 rgba(0, 0, 0, 0.34);
}

.blogier-arena-more-button {
    grid-row: 1;
    grid-column: 2;
    min-width: 126px !important;
    height: 46px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    padding: 0 20px;
    border: 1px solid rgba(32, 248, 205, 0.36);
    border-radius: 999px;
    background: #05070a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), inset 0 0 16px rgba(32, 248, 205, 0.1);
    font-size: 15px !important;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.blogier-arena-more-button:hover,
.blogier-arena-more-button:focus {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(32, 248, 205, 0.7);
    text-decoration: none;
}

.blogier-arena-more-button:focus-visible,
.blogier-arena-card:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.78);
    outline-offset: 4px;
}

.blogier-arena-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, var(--arena-card-width)));
    gap: var(--arena-gap);
    align-items: start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}

.blogier-arena-grid::-webkit-scrollbar {
    height: 0;
}

.blogier-arena-unit,
.blogier-arena-card {
    width: var(--arena-card-width);
    min-width: 0;
}

.blogier-arena-unit {
    scroll-snap-align: start;
}

.blogier-arena-card {
    position: relative;
    display: block;
    height: var(--arena-card-height) !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    background: #fff;
    color: #05070a;
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.26);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blogier-arena-card:hover,
.blogier-arena-card:focus {
    color: #05070a;
    text-decoration: none;
    transform: translateY(-4px);
}

.blogier-arena-photo-panel {
    position: relative;
    height: var(--arena-photo-height) !important;
    overflow: hidden;
    background: linear-gradient(180deg, #f4d28d, #bc7744);
}

.blogier-arena-photo-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 52%, rgba(0, 0, 0, 0.18));
}

.blogier-arena-photo,
.blogier-arena-photo img,
.blogier-arena-photo-fallback {
    width: 100%;
    height: 100%;
    display: block;
}

.blogier-arena-photo img {
    object-fit: cover;
    object-position: center top;
}

.blogier-arena-photo-fallback {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.blogier-arena-rank-mark {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    min-width: 48px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.blogier-arena-info {
    min-height: calc(var(--arena-card-height) - var(--arena-photo-height)) !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    background: #fff;
}

.blogier-arena-name {
    display: block;
    color: #05070a;
    font-size: 16px !important;
    line-height: 1.08;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogier-arena-role {
    display: block;
    margin-top: 5px !important;
    color: #6c757d;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogier-arena-streak-chip {
    min-width: 64px;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(32, 248, 205, 0.3);
    border-radius: 14px;
    background: #05070a;
    color: #f4fff9;
    box-shadow: inset 0 0 16px rgba(32, 248, 205, 0.12);
    text-align: center;
    line-height: 1;
}

.blogier-arena-streak-chip strong {
    display: block;
    color: #20f8cd !important;
    -webkit-text-fill-color: #20f8cd !important;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 30px;
    line-height: 0.86;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(32, 248, 205, 0.28) !important;
}

.blogier-arena-streak-chip span {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}

@media (min-width: 1200px) {
    .blogier-arena-poster {
        --arena-card-width: 204px;
        --arena-card-height: 238px;
        --arena-photo-height: 154px;
    }
}

@media (max-width: 991.98px) {
    .blogier-arena-poster {
        --arena-card-width: 164px;
        --arena-card-height: 198px;
        --arena-photo-height: 128px;
        --arena-gap: 14px;
        padding: 9px 10px 10px !important;
    }
}

@media (max-width: 575.98px) {
    .blogier-arena-poster {
        --arena-card-width: 112px;
        --arena-card-height: 138px;
        --arena-photo-height: 86px;
        --arena-gap: 10px;
        padding: 7px 8px 8px !important;
    }

    .blogier-arena-head {
        margin-bottom: 6px !important;
    }

    .blogier-arena-title {
        font-size: 25px !important;
    }

    .blogier-arena-more-button {
        min-width: 76px !important;
        height: 34px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .blogier-arena-card {
        border-radius: 14px;
        box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    }

    .blogier-arena-rank-mark {
        left: 6px;
        top: 6px;
        min-width: 34px;
        height: 20px;
        padding: 0 6px;
        font-size: 9px;
    }

    .blogier-arena-info {
        gap: 5px;
        padding: 0 7px;
    }

    .blogier-arena-name {
        font-size: 15px !important;
    }

    .blogier-arena-role {
        margin-top: 3px !important;
        font-size: 9px;
    }

    .blogier-arena-streak-chip {
        min-width: 38px;
        min-height: 40px;
        border-radius: 9px;
    }

    .blogier-arena-streak-chip strong {
        font-size: 18px;
    }

    .blogier-arena-streak-chip span {
        margin-top: 3px;
        font-size: 8px;
    }
}

/* QIULIAO-RETENTION-TRACKING-START */
body.home .missed,
body.blog .missed {
    display: none !important;
}

body.home #sidebar-right,
body.blog #sidebar-right,
body.home aside.sidebar-right,
body.blog aside.sidebar-right {
    display: none !important;
}

body.home .content-right,
body.blog .content-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.blogier-special-page {
    padding-top: 24px;
}

.blogier-match-center-page {
    margin: 0 0 34px;
    color: #071626;
}

.blogier-match-center-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 22px;
    align-items: end;
    padding: 24px;
    border: 1px solid rgba(7, 22, 38, 0.14);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.97), rgba(235,243,248,.94)),
        radial-gradient(circle at 88% 12%, rgba(0, 185, 152, .14), transparent 34%);
    box-shadow: 0 18px 42px rgba(12, 31, 48, .12);
}

.blogier-match-center-kicker {
    margin: 0 0 6px;
    color: #00a886;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
}

.blogier-match-center-hero h1 {
    margin: 0 0 8px;
    color: #071626;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
}

.blogier-match-center-hero p {
    max-width: 680px;
    margin: 0;
    color: #3f4b59;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
}

.blogier-match-center-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.blogier-match-center-stats span {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
    gap: 3px 5px;
    border: 1px solid rgba(7, 22, 38, .14);
    border-radius: 12px;
    background: rgba(255,255,255,.76);
}

.blogier-match-center-stats strong {
    color: #00b998;
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
}

.blogier-match-center-stats em {
    align-self: end;
    color: #071626;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.blogier-match-center-stats small {
    grid-column: 1 / -1;
    color: #526071;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.blogier-match-center-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.blogier-match-center-tabs a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(7, 22, 38, .18);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: #071626;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.blogier-match-center-tabs a.is-active {
    border-color: #071626;
    background: #071626;
    color: #fff;
}

.blogier-match-center-section {
    margin: 14px 0 18px;
    padding: 18px;
    border: 1px solid rgba(7, 22, 38, .14);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(250,252,253,.98), rgba(238,246,249,.94));
    box-shadow: 0 16px 34px rgba(12,31,48,.09);
}

.blogier-match-center-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.blogier-match-center-section-head h2 {
    margin: 0;
    color: #071626;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
}

.blogier-match-center-section-head span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0,185,152,.12);
    color: #008b73;
    font-size: 13px;
    font-weight: 900;
}

.blogier-match-center-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 14px;
}

.blogier-streak-board-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: center;
	margin: 0 0 22px;
	padding: 22px;
    border: 1px solid rgba(5, 21, 36, 0.14);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(236,244,249,.92)),
        radial-gradient(circle at 92% 10%, rgba(0,199,162,.16), transparent 36%);
	box-shadow: 0 18px 42px rgba(12, 31, 48, 0.12);
	text-align: center;
}

.blogier-streak-board-kicker {
    margin: 0 0 6px;
    color: #00a886;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.blogier-streak-board-hero h1 {
    margin: 0 0 8px;
    color: #071626;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: 0;
}

.blogier-streak-board-hero p {
    margin: 0;
    color: #3e4a57;
    font-size: 15px;
    font-weight: 700;
}

.blogier-streak-board-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.blogier-streak-board-summary span {
	min-height: 72px;
	display: grid;
	grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
    gap: 2px 4px;
    border: 1px solid rgba(7, 22, 38, 0.14);
    border-radius: 10px;
    background: rgba(255,255,255,.72);
}

.blogier-streak-board-summary strong {
    color: #00b998;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.blogier-streak-board-summary em {
    align-self: end;
    color: #071626;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.blogier-streak-board-summary small {
    grid-column: 1 / -1;
    color: #526071;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.blogier-streak-board-side {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.blogier-streak-board-track-row,
.blogier-streak-recent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.blogier-streak-board-track-row {
    margin-top: 12px;
}

.blogier-streak-recent-label {
    color: #596474;
    font-size: 12px;
    font-weight: 900;
}

.blogier-streak-recent i {
	width: 20px;
	height: 20px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
	font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.blogier-streak-recent .is-win {
    background: #e12626;
}

.blogier-streak-recent .is-loss {
    background: #111;
}

.blogier-streak-recent .is-push {
	background: #687380;
}

@media (max-width: 575.98px) {
	.blogier-streak-board-track-row,
	.blogier-streak-recent {
		gap: 4px;
	}

	.blogier-streak-recent-label {
		font-size: 11px;
	}

	.blogier-streak-recent i {
		width: 18px;
		height: 18px;
		font-size: 10px;
	}
}

.blogier-streak-update-chip,
.blogier-streak-follow-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.blogier-streak-update-chip {
    background: #eef3f6;
    color: #536170;
}

.blogier-streak-update-chip.is-updated {
    background: rgba(0, 185, 152, 0.13);
    color: #008b73;
}

.blogier-streak-follow-chip {
    width: 100%;
    border: 1px solid #00b998;
    color: #00b998;
    background: rgba(0, 185, 152, 0.08);
}

.blogier-streak-profile-tracker {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr auto;
    gap: 12px;
    align-items: center;
    margin: 12px 0 0;
    padding: 14px;
    border: 1px solid rgba(5, 21, 36, 0.14);
    border-radius: 10px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 28px rgba(12,31,48,.08);
}

.blogier-streak-profile-tracker > div {
    display: grid;
    gap: 6px;
}

.blogier-streak-profile-tracker-label {
    color: #526071;
    font-size: 12px;
    font-weight: 900;
}

.blogier-streak-profile-tracker strong {
    color: #071626;
    font-size: 18px;
    font-weight: 950;
}

.blogier-streak-profile-tracker strong.is-updated {
    color: #008b73;
}

.blogier-streak-profile-tracker strong.is-pending {
    color: #687380;
}

.blogier-streak-profile-follow {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #00b998;
    border-radius: 8px;
    color: #00b998;
    background: rgba(0,185,152,.08);
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
	.blogier-streak-board-hero,
	.blogier-match-center-hero,
    .blogier-streak-profile-tracker {
        grid-template-columns: 1fr;
    }

	.blogier-match-center-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.blogier-streak-board-summary {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
	}

	.blogier-streak-board-summary span {
		min-height: 62px;
		border-radius: 9px;
	}

	.blogier-streak-board-summary strong {
		font-size: clamp(20px, 6vw, 28px);
	}

	.blogier-streak-board-summary em {
		font-size: 11px;
	}

	.blogier-streak-board-summary small {
		font-size: 10px;
		line-height: 1.15;
	}

    .blogier-match-center-grid {
        grid-template-columns: 1fr;
    }

    .blogier-streak-board-side {
        gap: 6px;
    }

    .blogier-streak-board-track-row {
        margin-top: 8px;
    }
}

@media (max-width: 767.98px) {
    body.single #content .bs-blog-post.single .bs-header {
        padding-right: 0;
    }

    body.single .blogier-single-result-sticker {
        position: static;
        width: 78px;
        height: 78px;
        margin: 12px 0 0 auto;
    }
}
/* QIULIAO-RETENTION-TRACKING-END */
