/* =============================================
STORACAGE Single Blog Post CSS
============================================= */
.section-padding {
    padding: 70px 0;
}

/* Page Hero 与新闻列表共用，样式继承自全局style.css */
.storacage-page-hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.storacage-page-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.storacage-page-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storacage-page-hero-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,30,75,0.48);
    position: absolute;
    top: 0;
    left: 0;
}
.storacage-page-hero-content h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom:12px;
}
.storacage-breadcrumb {
    font-size: 14px;
}
.storacage-breadcrumb a {
    color:#fff;
    opacity:0.9;
}
.storacage-breadcrumb .current {
    opacity:0.75;
}

/* 主布局：文章 + 侧边栏 */
.storacage-blog-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap:45px;
}

/* 文章主体 */
.storacage-single-main .post-category-label {
    color:#0057CC;
    font-weight: 500;
    font-size:14px;
    display:block;
    margin-bottom:8px;
    text-transform: uppercase;
    letter-spacing:0.3px;
}
.single-post-title {
    font-size: 30px;
    line-height:1.35;
    color:#0f172a;
    margin:0 0 16px;
}
.single-post-meta {
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    font-size:13px;
    color:#555;
    margin-bottom:24px;
}
.single-post-meta span i {
    margin-right:5px;
}
.single-post-featured-img img {
    width:100%;
    height:auto;
    display:block;
    margin-bottom:28px;
}

/* 文章正文 */
.single-post-content {
    font-size:15px;
    line-height:1.75;
    color:#333;
}
.single-post-content p {
    margin-bottom:16px;
}
.single-post-content h3 {
    font-size:20px;
    margin:30px 0 12px;
    color:#111;
}
.list-check {
    list-style:none;
    padding-left:0;
}
.list-check li {
    position:relative;
    padding-left:22px;
    margin-bottom:8px;
}
.list-check li::before {
    content:"⦿";
    color:#0057CC;
    position:absolute;
    left:0;
}

/* 分享区域 */
.post-share-wrap {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin:36px 0;
    padding:20px 0;
    border-top:1px solid #e6e8ec;
    border-bottom:1px solid #e6e8ec;
}
.share-label {
    font-weight:500;
}
.share-social {
    display:flex;
    gap:8px;
}
.social-btn {
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    background:#0057CC;
    color:#fff;
    border-radius:2px;
    text-decoration:none;
    transition:0.2s;
}
.social-btn:hover {
    background:#0046a6;
}

/* 上下篇导航 */
.post-nav-wrap {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:30px;
}
.post-nav {
    border:1px solid #e6e8ec;
    padding:16px;
    text-decoration:none;
    color:#222;
    transition:0.2s;
}
.post-nav:hover {
    border-color:#0057CC;
}
.post-nav span {
    display:block;
    font-size:12px;
    color:#0057CC;
    font-weight:500;
    margin-bottom:6px;
}
.post-nav p {
    font-size:14px;
    margin:0;
    line-height:1.5;
}
.prev-post {
    text-align:left;
}
.next-post {
    text-align:right;
}

/* ========== 侧边栏样式（和新闻列表共用） ========== */
.sidebar-widget {
    background:#f7f8fa;
    padding:24px;
    margin-bottom:30px;
}
.widget-title {
    font-size:16px;
    text-transform:uppercase;
    padding-bottom:8px;
    border-bottom:2px solid #0057CC;
    margin-bottom:18px;
    display:inline-block;
}
/* Search */
.sidebar-search-form {
    display:flex;
}
.sidebar-search-form input {
    flex:1;
    padding:10px 12px;
    border:1px solid #ddd;
    border-right:none;
    outline:none;
}
.sidebar-search-form button {
    background:#0057CC;
    color:#fff;
    border:none;
    padding:0 14px;
    cursor:pointer;
}
/* Category List */
.sidebar-cat-list {
    list-style:none;
    padding:0;
    margin:0;
}
.sidebar-cat-list li {
    margin-bottom:10px;
}
.sidebar-cat-list a {
    display:flex;
    justify-content:space-between;
    color:#333;
    text-decoration:none;
    font-size:14px;
}
/* Latest Posts */
.latest-post-item {
    display:flex;
    gap:12px;
    margin-bottom:16px;
}
.latest-post-thumb img {
    max-width: unset;
    width:60px;
    height:60px;
    object-fit:cover;
}
.latest-post-text a {
    font-size:13px;
    color:#222;
    text-decoration:none;
    line-height:1.4;
}
.latest-post-date {
    display:block;
    font-size:11px;
    color:#666;
    margin-top:4px;
}
/* Tag Cloud 标签 */
.tag-cloud {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.tag-link {
    font-size:12px;
    padding:5px 10px;
    background:#e8ebf0;
    color:#333;
    text-decoration:none;
    border-radius:2px;
}
.tag-link:hover {
    background:#0057CC;
    color:#fff;
}

/* ===================== 自适应响应式 ===================== */
@media(max-width:1024px){
    .storacage-blog-grid {
        grid-template-columns:1fr;
    }
    .post-nav-wrap {
        grid-template-columns:1fr;
    }
    .next-post {
        text-align:left;
    }
}
@media(max-width:768px){
    .storacage-page-hero {
        height:260px;
    }
    .storacage-page-hero-content h1 {
        font-size:28px;
    }
    .single-post-title {
        font-size:24px;
    }
    .single-post-meta {
        gap:10px;
    }
}