@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

/* ===== GLOBAL RESET (overrides Bootstrap & old theme) ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* tambahan table */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Tambahan untuk baris ganjil (opsional) */
tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* Hover effect untuk baris */
tr:hover {
    background-color: #e9e9e9;
}

/* selesai table  */

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
}

input {
    font-family: inherit;
}

/* Hide all old theme elements */
.navbar-area,
.responsive-navbar,
.searchModal,
.loader-wrapper,
.switch-theme-mode,
.breadcrumb-wrap,
.news-details-wrap,
.popular-news-three,
.latest-news,
.editor-news,
.trending-box-two,
.news-col-wrap,
.news-col-one,
.news-col-two,
.news-col-three,
.content-wrapper,
.left-content,
.scrollscreen,
.right-content,
.sidebar-widget,
.sidebar-widget-two,
.pp-post-wrap-two,
.news-card-one,
.news-card-two,
.news-card-three,
.news-card-four,
.news-card-five,
.news-card-six,
.news-card-seven,
.news-card-eight,
.news-card-img,
.news-card-info,
.news-cat,
.news-metainfo,
.news-author,
.news-para,
.news-img,
.section-title-two,
.popular-news-wrap,
.tag-list,
.category-widget,
.search-box-widget,
.editor-box,
.editor-news-content,
.pp-news-box,
.news-tablist,
.news-tablist-two,
.news-tab-content,
.breadcrumb-menu,
.breadcrumb-title,
.page-nav,
.back-to-top,
.footer-wrap,
.header-top,
.subscribe-btn,
.featured-slider,
.featured-prev,
.featured-next,
.trending-btn,
.trending-btn-prev,
.trending-btn-next,
.contact-widget,
.contact-shape,
.post-pagination,
.section-title-img,
.link-one,
.link-three,
.btn-one,
.btn-two,
.option-item,
.others-option,
.dropdown-toggle,
.dropdown-menu,
.navbar-toggler,
.burger-menu,
#backtotop,
#searchModal,
#navbarOffcanvas,
#navbarAccordion {
    display: none !important;
}

.page-v3 {
    font-family: 'Inter', sans-serif;
    --pv3-primary: var(--secondaryColor, #1a1a2e);
    --pv3-text: #1f2937;
    --pv3-text-light: #6b7280;
    --pv3-bg: #ffffff;
    --pv3-bg-alt: #f9fafb;
    --pv3-border: #e5e7eb;
    --pv3-radius: 16px;
    --pv3-radius-sm: 10px;
    --pv3-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --pv3-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.04);
    --pv3-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);
    --pv3-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-v3 * {
    box-sizing: border-box;
}

.page-v3 a {
    text-decoration: none;
    color: inherit;
}

.page-v3 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-v3 .container-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.page-v3 .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.page-v3 .section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--pv3-text);
    position: relative;
}

.page-v3 .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--pv3-primary);
    border-radius: 2px;
    margin-top: 8px;
}

.page-v3 .section-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--pv3-primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--pv3-transition);
}

.page-v3 .section-link:hover {
    gap: 10px;
}

/* Card Meta */
.page-v3 .card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: var(--pv3-text-light);
}

.page-v3 .card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Post List Card */
.page-v3 .post-list-card {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--pv3-border);
    transition: var(--pv3-transition);
}

.page-v3 .post-list-card:first-child {
    padding-top: 0;
}

.page-v3 .post-list-card:last-child {
    border-bottom: none;
}

.page-v3 .post-list-card:hover .post-list-title {
    color: var(--pv3-primary);
}

.page-v3 .post-list-img {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    border-radius: var(--pv3-radius-sm);
    overflow: hidden;
}

.page-v3 .post-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--pv3-transition);
}

.page-v3 .post-list-card:hover .post-list-img img {
    transform: scale(1.05);
}

.page-v3 .post-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.page-v3 .post-list-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--pv3-primary);
    margin-bottom: 6px;
}

.page-v3 .post-list-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--pv3-text);
    line-height: 1.45;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--pv3-transition);
}

.page-v3 .post-list-excerpt {
    font-size: 13px;
    color: var(--pv3-text-light);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Featured Card */
.page-v3 .featured-card {
    background: var(--pv3-bg);
    border-radius: var(--pv3-radius);
    overflow: hidden;
    box-shadow: var(--pv3-shadow);
    transition: var(--pv3-transition);
}

.page-v3 .featured-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--pv3-shadow-lg);
}

.page-v3 .featured-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.page-v3 .featured-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--pv3-transition);
}

.page-v3 .featured-card:hover .featured-card-img img {
    transform: scale(1.05);
}

.page-v3 .featured-card-img .cat-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: var(--pv3-primary);
    padding: 4px 10px;
    border-radius: 100px;
}

.page-v3 .featured-card-body {
    padding: 20px;
}

.page-v3 .featured-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--pv3-text);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--pv3-transition);
}

.page-v3 .featured-card:hover .featured-card-title {
    color: var(--pv3-primary);
}

.page-v3 .featured-card-excerpt {
    font-size: 13px;
    color: var(--pv3-text-light);
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Sidebar */
.page-v3 .sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.page-v3 .sidebar-block {
    background: var(--pv3-bg);
    border-radius: var(--pv3-radius);
    padding: 24px;
    box-shadow: var(--pv3-shadow);
}

.page-v3 .sidebar-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pv3-text);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--pv3-border);
}

.page-v3 .sidebar-popular-item {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--pv3-border);
}

.page-v3 .sidebar-popular-item:first-child {
    padding-top: 0;
}

.page-v3 .sidebar-popular-item:last-child {
    border-bottom: none;
}

.page-v3 .sidebar-popular-img {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: var(--pv3-radius-sm);
    overflow: hidden;
}

.page-v3 .sidebar-popular-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-v3 .sidebar-popular-content {
    min-width: 0;
}

.page-v3 .sidebar-popular-cat {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--pv3-primary);
    margin-bottom: 4px;
}

.page-v3 .sidebar-popular-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--pv3-text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--pv3-transition);
}

.page-v3 .sidebar-popular-item:hover .sidebar-popular-title {
    color: var(--pv3-primary);
}

.page-v3 .sidebar-popular-meta {
    font-size: 11px;
    color: var(--pv3-text-light);
    margin-top: 4px;
}

/* Tag Cloud */
.page-v3 .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.page-v3 .tag-cloud a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--pv3-text-light);
    border: 1px solid var(--pv3-border);
    padding: 6px 14px;
    border-radius: 100px;
    transition: var(--pv3-transition);
}

.page-v3 .tag-cloud a:hover {
    color: #fff;
    background: var(--pv3-primary);
    border-color: var(--pv3-primary);
}

/* Category List */
.page-v3 .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-v3 .category-list li {
    border-bottom: 1px solid var(--pv3-border);
}

.page-v3 .category-list li:last-child {
    border-bottom: none;
}

.page-v3 .category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--pv3-text);
    transition: var(--pv3-transition);
}

.page-v3 .category-list a:hover {
    color: var(--pv3-primary);
    padding-left: 6px;
}

.page-v3 .category-list a::after {
    content: '\2192';
    font-size: 14px;
    opacity: 0;
    transition: var(--pv3-transition);
}

.page-v3 .category-list a:hover::after {
    opacity: 1;
}

/* Search Box */
.page-v3 .search-box {
    display: flex;
    gap: 0;
    border: 1px solid var(--pv3-border);
    border-radius: var(--pv3-radius-sm);
    overflow: hidden;
    transition: var(--pv3-transition);
}

.page-v3 .search-box:focus-within {
    border-color: var(--pv3-primary);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.page-v3 .search-box input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--pv3-text);
    background: transparent;
    height: auto;
}

.page-v3 .search-box input::placeholder {
    color: var(--pv3-text-light);
}

.page-v3 .search-box button {
    flex-shrink: 0;
    width: 48px;
    border: none;
    background: var(--pv3-primary);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: var(--pv3-transition);
}

.page-v3 .search-box button:hover {
    opacity: 0.85;
}

/* Breadcrumb */
.page-v3 .breadcrumb-bar {
    background: var(--pv3-bg-alt);
    padding: 24px 0;
}

.page-v3 .breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--pv3-text-light);
    flex-wrap: wrap;
}

.page-v3 .breadcrumb-inner a {
    color: var(--pv3-text-light);
    transition: var(--pv3-transition);
}

.page-v3 .breadcrumb-inner a:hover {
    color: var(--pv3-primary);
}

.page-v3 .breadcrumb-inner .separator {
    opacity: 0.4;
}

.page-v3 .breadcrumb-inner .current {
    color: var(--pv3-text);
    font-weight: 500;
}

/* Pagination */
.page-v3 .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-v3 .pagination a,
.page-v3 .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--pv3-radius-sm);
    border: 1px solid var(--pv3-border);
    color: var(--pv3-text);
    transition: var(--pv3-transition);
}

.page-v3 .pagination a:hover {
    border-color: var(--pv3-primary);
    color: var(--pv3-primary);
}

.page-v3 .pagination .active,
.page-v3 .pagination .pv3-active {
    background: var(--pv3-primary);
    border-color: var(--pv3-primary);
    color: #fff;
}

/* Tab Navigation */
.page-v3 .tab-nav {
    display: flex;
    gap: 6px;
    margin-bottom: 28px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.page-v3 .tab-nav::-webkit-scrollbar {
    height: 0;
}

.page-v3 .tab-btn {
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pv3-text-light);
    background: transparent;
    border: 1px solid var(--pv3-border);
    border-radius: 100px;
    cursor: pointer;
    transition: var(--pv3-transition);
    font-family: 'Inter', sans-serif;
}

.page-v3 .tab-btn:hover {
    color: var(--pv3-primary);
    border-color: var(--pv3-primary);
}

.page-v3 .tab-btn.active {
    color: #fff;
    background: var(--pv3-primary);
    border-color: var(--pv3-primary);
}

.page-v3 .tab-pane {
    display: none;
}

.page-v3 .tab-pane.active {
    display: block;
    animation: pv3-fadeIn 0.3s ease;
}

@keyframes pv3-fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .page-v3 .two-col-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-v3 .post-list-card {
        flex-direction: column;
    }

    .page-v3 .post-list-img {
        width: 100%;
        height: 200px;
    }

    .page-v3 .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Blog Article Specific */
.page-v3 .article-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--pv3-text);
}

.page-v3 .article-content h1,
.page-v3 .article-content h2,
.page-v3 .article-content h3,
.page-v3 .article-content h4 {
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px;
    color: var(--pv3-text);
}

.page-v3 .article-content p {
    margin-bottom: 16px;
}

.page-v3 .article-content img {
    border-radius: var(--pv3-radius-sm);
    margin: 20px 0;
}

.page-v3 .article-content a {
    color: var(--pv3-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-v3 .article-content ul,
.page-v3 .article-content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.page-v3 .article-content li {
    margin-bottom: 8px;
}

.page-v3 .article-content blockquote {
    border-left: 3px solid var(--pv3-primary);
    padding: 16px 20px;
    margin: 20px 0;
    background: var(--pv3-bg-alt);
    border-radius: 0 var(--pv3-radius-sm) var(--pv3-radius-sm) 0;
    font-style: italic;
    color: var(--pv3-text-light);
}

.page-v3 .post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--pv3-border);
}

.page-v3 .post-tags a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--pv3-text-light);
    border: 1px solid var(--pv3-border);
    padding: 5px 12px;
    border-radius: 100px;
    transition: var(--pv3-transition);
}

.page-v3 .post-tags a:hover {
    color: #fff;
    background: var(--pv3-primary);
    border-color: var(--pv3-primary);
}

/* Tag Grid */
.page-v3 .tag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.page-v3 .tag-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* ===== HERO SECTIONS ===== */

    /* Shared Hero — used by tag, category, postlist pages */
    .pv3-hero {
        position: relative;
        padding: 100px 0 60px;
        overflow: hidden;
    }

    .pv3-hero-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .pv3-hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pv3-hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 100%);
        z-index: 1;
    }

    .pv3-hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .pv3-hero-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 16px;
    }

    .pv3-hero-label::before {
        content: '';
        width: 32px;
        height: 2px;
        background: var(--pv3-primary);
        border-radius: 1px;
    }

    .pv3-hero-title {
        font-size: 44px;
        font-weight: 800;
        line-height: 1.15;
        color: #ffffff;
        margin: 0 0 12px;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    }

    .pv3-hero-subtitle {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6;
        margin: 0;
        max-width: 560px;
    }

    .pv3-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 24px;
    }

    .pv3-hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 22px;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 100px;
        backdrop-filter: blur(4px);
        text-decoration: none;
        transition: all 0.25s ease;
        margin: 0;
        float: none !important;
    }

    .pv3-hero-btn:hover {
        background: var(--pv3-primary);
        border-color: var(--pv3-primary);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .pv3-hero-btn i {
        font-size: 12px;
    }

    /* Blog Detail Hero */
    .pv3-hero-blog {
        padding: 0;
    }

    .pv3-hero-blog .pv3-blog-hero {
        position: relative;
        border-radius: var(--pv3-radius);
        overflow: hidden;
        margin-bottom: 28px;
        background: var(--pv3-bg);
        border: 1px solid var(--pv3-border);
    }

    .pv3-blog-hero-img {
        position: relative;
        aspect-ratio: 16/9;
        overflow: hidden;
    }

    .pv3-blog-hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .pv3-blog-hero-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 60px 28px 28px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
        z-index: 1;
    }

    .pv3-blog-hero-overlay .cat-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        background: var(--pv3-primary);
        padding: 5px 12px;
        border-radius: 100px;
    }

    .pv3-blog-hero-info {
        position: absolute;
        bottom: 28px;
        left: 28px;
        right: 28px;
        z-index: 2;
        color: #fff;
    }

    .pv3-blog-hero-info .post-detail-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
        margin-bottom: 0;
    }

    .pv3-blog-hero-info .card-meta span {
        color: rgba(255, 255, 255, 0.7);
    }

    /* Hero Responsive */
    @media (max-width: 1024px) {
        .pv3-hero {
            padding: 70px 0 44px;
        }

        .pv3-hero-title {
            font-size: 36px;
        }

        .pv3-hero-subtitle {
            font-size: 15px;
        }

        .pv3-hero-content {
            max-width: 100%;
            padding: 0 24px;
        }
    }

    @media (max-width: 768px) {
        .pv3-hero {
            padding: 56px 0 32px;
        }

        .pv3-hero-title {
            font-size: 30px;
        }

        .pv3-hero-subtitle {
            font-size: 14px;
            max-width: 100%;
        }

        .pv3-hero-btn {
            padding: 9px 18px;
            font-size: 12px;
        }

        .pv3-blog-hero-info {
            bottom: 20px;
            left: 20px;
            right: 20px;
        }

        .pv3-blog-hero-overlay {
            padding: 40px 20px 20px;
        }

        .pv3-blog-hero-info .post-detail-title {
            font-size: 22px;
        }

        .pv3-blog-hero-img {
            aspect-ratio: 16/10;
        }
    }

    @media (max-width: 480px) {
        .pv3-hero {
            padding: 48px 0 24px;
        }

        .pv3-hero-title {
            font-size: 26px;
        }

        .pv3-hero-subtitle {
            font-size: 13px;
        }

        .pv3-hero-btn {
            width: 100%;
            justify-content: center;
        }

        .pv3-blog-hero-overlay {
            padding: 30px 16px 16px;
        }

        .pv3-blog-hero-info {
            bottom: 16px;
            left: 16px;
            right: 16px;
        }

        .pv3-blog-hero-info .post-detail-title {
            font-size: 20px;
        }
    }

    font-weight: 500;
    color: var(--pv3-text);
    transition: var(--pv3-transition);
}

.page-v3 .tag-grid-item:hover {
    border-color: var(--pv3-primary);
    color: var(--pv3-primary);
    transform: translateY(-2px);
    box-shadow: var(--pv3-shadow-md);
}

.page-v3 .tag-grid-item .tag-count {
    font-size: 11px;
    color: var(--pv3-text-light);
    margin-left: 6px;
}

/* Category Grid */
.page-v3 .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.page-v3 .category-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: var(--pv3-bg);
    border: 1px solid var(--pv3-border);
    border-radius: var(--pv3-radius);
    text-align: center;
    transition: var(--pv3-transition);
}

.page-v3 .category-grid-item:hover {
    border-color: var(--pv3-primary);
    transform: translateY(-3px);
    box-shadow: var(--pv3-shadow-md);
}

.page-v3 .category-grid-item .cat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--pv3-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
    transition: var(--pv3-transition);
}

.page-v3 .category-grid-item:hover .cat-icon {
    background: var(--pv3-primary);
    color: #fff;
}

.page-v3 .category-grid-item .cat-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--pv3-text);
}

.page-v3 .category-grid-item .cat-count {
    font-size: 12px;
    color: var(--pv3-text-light);
    margin-top: 4px;
}

/* Author Info */
.page-v3 .author-box {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: var(--pv3-bg-alt);
    border-radius: var(--pv3-radius);
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--pv3-border);
}

.page-v3 .author-box-info .author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--pv3-text);
}

.page-v3 .author-box-info .author-date {
    font-size: 12px;
    color: var(--pv3-text-light);
    margin-top: 2px;
}

/* Post Detail Hero */
.page-v3 .post-hero {
    border-radius: var(--pv3-radius);
    overflow: hidden;
    margin-bottom: 28px;
}

.page-v3 .post-hero img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.page-v3 .post-hero .cat-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: var(--pv3-primary);
    padding: 4px 10px;
    border-radius: 100px;
    z-index: 2;
}

.page-v3 .post-hero-wrap {
    position: relative;
}

/* ===== NAVBAR ===== */
.pv3-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pv3-navbar * {
    box-sizing: border-box !important;
}

.pv3-navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
    border-bottom-color: transparent;
}

.pv3-navbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 68px;
    gap: 16px;
}

.pv3-navbar-logo {
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    float: none !important;
}

.pv3-navbar-logo img {
    height: 38px;
    width: auto;
    display: block !important;
    margin: 0 !important;
    transition: transform 0.3s ease;
}

.pv3-navbar-logo:hover img {
    transform: scale(1.03);
}

.pv3-navbar-logo .logo-dark,
.pv3-footer-brand .logo-dark {
    display: none !important;
}

html.theme-dark .pv3-navbar-logo .logo-light,
html.theme-dark .pv3-footer-brand .logo-light {
    display: none !important;
}

html.theme-dark .pv3-navbar-logo .logo-dark,
html.theme-dark .pv3-footer-brand .logo-dark {
    display: block !important;
}

/* Nav Links */
.pv3-nav {
    display: flex !important;
    align-items: center !important;
    gap: 2px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-basis: auto !important;
    flex-grow: 1 !important;
}

.pv3-nav-item {
    position: relative;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pv3-nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 7px;
    padding: 9px 15px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    color: #4b5563 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
    float: none !important;
    line-height: 1.4 !important;
    position: relative;
}

.pv3-nav-icon {
    font-size: 17px;
    color: #9ca3af;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.pv3-nav-link:hover {
    color: var(--pv3-primary) !important;
    background: rgba(0, 0, 0, 0.03) !important;
}

.pv3-nav-link:hover .pv3-nav-icon {
    color: var(--pv3-primary);
}

.pv3-nav-link.active {
    color: var(--pv3-primary) !important;
    font-weight: 600 !important;
    background: rgba(26, 26, 46, 0.05) !important;
}

.pv3-nav-link.active .pv3-nav-icon {
    color: var(--pv3-primary);
}

.pv3-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2.5px;
    background: var(--pv3-primary);
    border-radius: 2px;
}

.pv3-dropdown-arrow {
    font-size: 15px;
    color: #9ca3af;
    transition: transform 0.25s ease, color 0.2s ease;
    margin-left: -2px;
}

.pv3-nav-item:hover .pv3-dropdown-arrow {
    transform: rotate(180deg);
    color: var(--pv3-primary);
}

.pv3-nav-item.pv3-has-dropdown:hover .pv3-nav-link {
    background: rgba(0, 0, 0, 0.03) !important;
    color: var(--pv3-primary) !important;
}

.pv3-nav-item.pv3-has-dropdown:hover .pv3-nav-icon {
    color: var(--pv3-primary);
}

/* Dropdown */
.pv3-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    padding: 6px !important;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    margin: 0 !important;
}

.pv3-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
}

.pv3-nav-item:hover>.pv3-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.pv3-dropdown-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 9px 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    color: #4b5563 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 9px !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    margin: 0 !important;
    float: none !important;
    white-space: nowrap;
}

.pv3-dropdown-link>i {
    font-size: 15px;
    color: #9ca3af;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    transition: color 0.15s ease;
}

.pv3-dropdown-link:hover {
    background: #f3f4f6 !important;
    color: var(--pv3-primary) !important;
}

.pv3-dropdown-link:hover>i {
    color: var(--pv3-primary);
}

.pv3-dropdown-divider {
    height: 1px;
    background: #f3f4f6;
    margin: 4px 10px;
}

/* Navbar Actions */
.pv3-navbar-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.pv3-btn-search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pv3-btn-search:hover {
    border-color: var(--pv3-primary) !important;
    color: var(--pv3-primary) !important;
    background: rgba(26, 26, 46, 0.04) !important;
    transform: scale(1.04);
}

.pv3-btn-dashboard {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--pv3-primary) 0%, rgba(26, 26, 46, 0.85) 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 8px rgba(26, 26, 46, 0.15);
}

.pv3-btn-dashboard:hover {
    opacity: 0.92 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(26, 26, 46, 0.22);
    color: #fff !important;
}

.pv3-btn-dashboard>i {
    font-size: 15px;
}

/* Mobile Toggle */
.pv3-mobile-toggle {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: transparent !important;
    cursor: pointer;
    gap: 5px;
    padding: 0 !important;
    margin: 0 !important;
    transition: border-color 0.2s ease, background 0.2s ease !important;
}

.pv3-mobile-toggle:hover {
    border-color: var(--pv3-primary) !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.pv3-mobile-toggle span {
    display: block !important;
    width: 18px;
    height: 2px;
    background: #374151 !important;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pv3-mobile-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.pv3-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.pv3-mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Offcanvas */
.pv3-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.pv3-mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}

.pv3-mobile-menu {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 2000;
    transition: right 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0);
}

.pv3-mobile-menu.open {
    right: 0;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
}

/* Mobile Header */
.pv3-mobile-header {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.pv3-mobile-header-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--pv3-primary) 0%, rgba(0, 0, 0, 0.15) 100%);
    opacity: 0.06;
}

.pv3-mobile-header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.pv3-mobile-logo {
    display: flex;
    text-decoration: none;
}

.pv3-mobile-logo img {
    height: 34px;
    width: auto;
}

.pv3-mobile-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px;
    height: 38px;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: transparent !important;
    font-size: 20px;
    color: #374151 !important;
    cursor: pointer;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.pv3-mobile-close:hover {
    background: #f3f4f6 !important;
    border-color: #d1d5db !important;
    color: var(--pv3-primary) !important;
}

/* Mobile Search */
.pv3-mobile-search {
    padding: 12px 20px;
    border-bottom: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.pv3-mobile-search-form {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0 4px 0 14px;
    height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pv3-mobile-search-form:focus-within {
    border-color: var(--pv3-primary);
    box-shadow: 0 0 0 3px rgba(26, 26, 46, 0.08);
}

.pv3-mobile-search-form>i {
    font-size: 16px;
    color: #9ca3af;
    flex-shrink: 0;
}

.pv3-mobile-search-form input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    color: #374151 !important;
    outline: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.pv3-mobile-search-form input::placeholder {
    color: #9ca3af;
}

.pv3-mobile-search-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none !important;
    background: var(--pv3-primary) !important;
    border-radius: 9px !important;
    color: #ffffff !important;
    font-size: 16px;
    cursor: pointer;
    padding: 0 !important;
    transition: opacity 0.2s ease !important;
    flex-shrink: 0;
}

.pv3-mobile-search-form button:hover {
    opacity: 0.85 !important;
}

/* Mobile Body */
.pv3-mobile-body {
    flex: 1;
    padding: 8px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.pv3-mobile-nav-section {
    padding: 4px 12px 8px;
}

.pv3-mobile-nav-section+.pv3-mobile-nav-section {
    margin-top: 4px;
    border-top: 1px solid #f3f4f6;
    padding-top: 8px;
}

.pv3-mobile-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    color: #374151 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.15s ease !important;
    margin: 0 0 2px !important;
    position: relative;
}

.pv3-mobile-link>i:first-child {
    font-size: 18px;
    color: #9ca3af;
    transition: color 0.15s ease;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.pv3-mobile-link:hover {
    background: #f3f4f6 !important;
}

.pv3-mobile-link:hover>i:first-child {
    color: #6b7280;
}

.pv3-mobile-link.active {
    background: rgba(26, 26, 46, 0.06) !important;
    color: var(--pv3-primary) !important;
}

.pv3-mobile-link.active>i:first-child {
    color: var(--pv3-primary);
}

.pv3-mobile-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: var(--pv3-primary);
    border-radius: 0 3px 3px 0;
}

/* Mobile Dropdown Toggle */
.pv3-mobile-dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    padding: 12px 14px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    color: #374151 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.15s ease !important;
    text-align: left;
    margin: 0 0 2px !important;
}

.pv3-mobile-dropdown-toggle:hover {
    background: #f3f4f6 !important;
}

.pv3-mobile-dropdown-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pv3-mobile-dropdown-label>i {
    font-size: 18px;
    color: #9ca3af;
    transition: color 0.15s ease;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.pv3-mobile-dropdown-toggle:hover .pv3-mobile-dropdown-label>i {
    color: #6b7280;
}

.pv3-mobile-chevron {
    font-size: 18px;
    color: #9ca3af;
    transition: transform 0.25s ease, color 0.15s ease;
    flex-shrink: 0;
}

.pv3-mobile-dropdown-toggle.open .pv3-mobile-chevron {
    transform: rotate(180deg);
    color: var(--pv3-primary);
}

.pv3-mobile-dropdown-toggle.open {
    background: rgba(26, 26, 46, 0.04) !important;
    color: var(--pv3-primary) !important;
}

.pv3-mobile-dropdown-toggle.open .pv3-mobile-dropdown-label>i {
    color: var(--pv3-primary);
}

/* Mobile Sub Menu */
.pv3-mobile-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    padding: 0 8px;
}

.pv3-mobile-sub.open {
    max-height: 600px;
}

.pv3-mobile-sub-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 14px 9px 24px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    color: #6b7280 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.15s ease !important;
    margin: 0 0 1px !important;
}

.pv3-mobile-sub-link>i {
    font-size: 14px;
    color: #d1d5db;
    flex-shrink: 0;
    transition: color 0.15s ease;
}

.pv3-mobile-sub-link:hover {
    background: #f9fafb !important;
    color: var(--pv3-primary) !important;
}

.pv3-mobile-sub-link:hover>i {
    color: var(--pv3-primary);
}

/* Mobile Footer */
.pv3-mobile-footer {
    padding: 16px 20px;
    border-top: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.pv3-mobile-dashboard-btn {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
    padding: 13px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--pv3-primary) 0%, rgba(26, 26, 46, 0.85) 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    justify-content: center;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    box-shadow: 0 2px 8px rgba(26, 26, 46, 0.2);
}

.pv3-mobile-dashboard-btn:hover {
    opacity: 0.9 !important;
    box-shadow: 0 4px 12px rgba(26, 26, 46, 0.3);
    color: #ffffff !important;
}

.pv3-mobile-dashboard-btn>i:first-child {
    font-size: 17px;
}

.pv3-mobile-dashboard-btn>i:last-child {
    font-size: 14px;
    margin-left: auto;
    opacity: 0.7;
}

/* Search Modal */
.pv3-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pv3-search-overlay.open {
    opacity: 1;
    visibility: visible;
}

.pv3-search-box {
    width: 90%;
    max-width: 560px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(-16px) scale(0.97);
    transition: transform 0.25s ease;
}

.pv3-search-overlay.open .pv3-search-box {
    transform: translateY(0) scale(1);
}

.pv3-search-form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.pv3-search-form input {
    flex: 1;
    border: none !important;
    padding: 20px !important;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
    color: #1f2937 !important;
    background: transparent !important;
    height: auto !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.pv3-search-form input::placeholder {
    color: #9ca3af;
}

.pv3-search-form button {
    flex-shrink: 0;
    width: 56px;
    height: 60px;
    border: none !important;
    background: var(--pv3-primary) !important;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.pv3-search-form button:hover {
    opacity: 0.85;
}

.pv3-search-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 12px auto 16px !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    border: 1px solid #e5e7eb !important;
    background: transparent !important;
    color: #9ca3af !important;
    font-size: 14px;
    cursor: pointer;
    padding: 0 !important;
}

.pv3-search-close:hover {
    border-color: var(--pv3-primary) !important;
    color: var(--pv3-primary) !important;
}

/* ===== FOOTER ===== */
.pv3-footer {
    background: #111827;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0;
}

.pv3-footer-top {
    padding: 56px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pv3-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 40px;
}

.pv3-footer-logo {
    display: inline-block !important;
    margin-bottom: 16px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    float: none !important;
}

.pv3-footer-logo img {
    height: 36px;
    width: auto;
    display: block !important;
    margin: 0 !important;
}

.pv3-footer-logo .logo-dark {
    display: none !important;
}

.pv3-footer-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 20px;
    max-width: 300px;
}

.pv3-footer-socials {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.pv3-footer-socials a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.pv3-footer-socials a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.pv3-footer-heading {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    font-family: 'Inter', sans-serif !important;
}

.pv3-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pv3-footer-links li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.pv3-footer-links li::before {
    content: none !important;
}

.pv3-footer-links a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 7px 0 !important;
    font-size: 13px !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    float: none !important;
}

.pv3-footer-links a:hover {
    color: #fff;
    padding-left: 4px !important;
}

.pv3-footer-links i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s ease;
}

.pv3-footer-links a:hover i {
    color: var(--pv3-primary);
}

.pv3-footer-cta p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin-bottom: 16px;
}

.pv3-footer-search {
    display: flex !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease !important;
    margin: 0 !important;
}

.pv3-footer-search:focus-within {
    border-color: var(--pv3-primary) !important;
}

.pv3-footer-search input {
    flex: 1;
    border: none !important;
    padding: 11px 14px !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    height: auto !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.pv3-footer-search input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.pv3-footer-search button {
    flex-shrink: 0;
    width: 42px;
    border: none !important;
    background: var(--pv3-primary) !important;
    color: #fff !important;
    font-size: 15px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: opacity 0.2s ease !important;
}

.pv3-footer-search button:hover {
    opacity: 0.85;
}

/* Footer Bottom */
.pv3-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pv3-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pv3-footer-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.pv3-footer-copyright a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.pv3-footer-copyright a:hover {
    color: #fff;
}

.pv3-footer-powered {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.pv3-footer-powered i {
    color: #ef4444;
}

/* Mobile Footer */
.pv3-footer-mobile {
    display: none;
    background: #111827;
    padding: 32px 20px 24px;
}

.pv3-footer-mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pv3-footer-mobile-brand {
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
}

.pv3-footer-mobile-brand img {
    height: 32px;
    width: auto;
    display: block !important;
    margin: 0 !important;
}

.pv3-footer-mobile-brand .logo-dark {
    display: none !important;
}

.pv3-footer-mobile-socials {
    display: flex;
    gap: 8px;
}

.pv3-footer-mobile-socials a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pv3-footer-mobile-socials i {
    font-size: 18px;
}

.pv3-footer-mobile-socials a:hover {
    color: #fff;
}

.pv3-footer-mobile-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pv3-footer-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pv3-footer-chip:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.pv3-footer-chip i {
    font-size: 14px;
}

.pv3-footer-mobile-search {
    width: 100%;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.pv3-footer-mobile-search input {
    flex: 1;
    border: none !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    height: auto !important;
    outline: none !important;
}

.pv3-footer-mobile-search button {
    flex-shrink: 0;
    width: 40px;
    border: none !important;
    background: var(--pv3-primary) !important;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.pv3-footer-mobile-copy {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

.pv3-footer-mobile-copy p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    margin: 2px 0;
}

.pv3-footer-mobile-copy i {
    color: #ef4444;
}

/* Back to Top */
.pv3-back-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: none;
    background: var(--pv3-primary);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 900;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pv3-back-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pv3-back-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

/* Dark Theme Footer */
html.theme-dark .pv3-footer-brand .logo-light {
    display: none !important;
}

html.theme-dark .pv3-footer-brand .logo-dark {
    display: block !important;
}

html.theme-dark .pv3-footer-mobile-brand .logo-light {
    display: none !important;
}

html.theme-dark .pv3-footer-mobile-brand .logo-dark {
    display: block !important;
}

/* Navbar Responsive */
@media (max-width: 1024px) {
    .pv3-nav {
        display: none !important;
    }

    .pv3-navbar-actions .pv3-btn-dashboard {
        display: none !important;
    }

    .pv3-mobile-toggle {
        display: flex !important;
    }

    .pv3-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .pv3-footer-cta {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .pv3-navbar-inner {
        height: 56px;
    }

    .pv3-navbar-logo img {
        height: 30px !important;
    }

    .pv3-footer-top {
        padding: 40px 0 32px;
    }

    .pv3-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pv3-footer-cta {
        grid-column: auto;
    }

    .pv3-footer-bottom-inner {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .pv3-footer-mobile {
        display: block !important;
    }

    .pv3-back-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
}

/* ===== DARK THEME ===== */
html.theme-dark .pv3-navbar {
    background: rgba(17, 24, 39, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

html.theme-dark .pv3-navbar.scrolled {
    background: rgba(17, 24, 39, 0.95) !important;
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
    border-bottom-color: transparent !important;
}

html.theme-dark .pv3-nav-link {
    color: #d1d5db !important;
}

html.theme-dark .pv3-nav-icon {
    color: #6b7280;
}

html.theme-dark .pv3-nav-link:hover,
html.theme-dark .pv3-nav-link.active {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-nav-link:hover .pv3-nav-icon,
html.theme-dark .pv3-nav-link.active .pv3-nav-icon {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-nav-link.active::after {
    background: var(--pv3-primary);
}

html.theme-dark .pv3-dropdown-arrow {
    color: #6b7280;
}

html.theme-dark .pv3-nav-item:hover .pv3-dropdown-arrow {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-nav-item.pv3-has-dropdown:hover .pv3-nav-link {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-dropdown {
    background: #1f2937 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

html.theme-dark .pv3-dropdown-link {
    color: #d1d5db !important;
}

html.theme-dark .pv3-dropdown-link>i {
    color: #6b7280;
}

html.theme-dark .pv3-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-dropdown-link:hover>i {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-dropdown-divider {
    background: rgba(255, 255, 255, 0.08) !important;
}

html.theme-dark .pv3-btn-search {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #9ca3af !important;
}

html.theme-dark .pv3-btn-search:hover {
    border-color: var(--pv3-primary) !important;
    color: var(--pv3-primary) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

html.theme-dark .pv3-mobile-toggle span {
    background: #d1d5db !important;
}

html.theme-dark .pv3-mobile-toggle:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

html.theme-dark .pv3-mobile-menu {
    background: #111827 !important;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0) !important;
}

html.theme-dark .pv3-mobile-menu.open {
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.4) !important;
}

html.theme-dark .pv3-mobile-header-bg {
    opacity: 0.1;
}

html.theme-dark .pv3-mobile-header-content {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.theme-dark .pv3-mobile-close {
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #d1d5db !important;
}

html.theme-dark .pv3-mobile-close:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-mobile-search {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

html.theme-dark .pv3-mobile-search-form {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

html.theme-dark .pv3-mobile-search-form:focus-within {
    border-color: var(--pv3-primary);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
}

html.theme-dark .pv3-mobile-search-form>i {
    color: #6b7280;
}

html.theme-dark .pv3-mobile-search-form input {
    color: #e5e7eb !important;
}

html.theme-dark .pv3-mobile-search-form input::placeholder {
    color: #6b7280;
}

html.theme-dark .pv3-mobile-search-form button {
    background: var(--pv3-primary) !important;
}

html.theme-dark .pv3-mobile-nav-section+.pv3-mobile-nav-section {
    border-top-color: rgba(255, 255, 255, 0.06);
}

html.theme-dark .pv3-mobile-link {
    color: #d1d5db !important;
}

html.theme-dark .pv3-mobile-link>i:first-child {
    color: #6b7280;
}

html.theme-dark .pv3-mobile-link:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

html.theme-dark .pv3-mobile-link:hover>i:first-child {
    color: #9ca3af;
}

html.theme-dark .pv3-mobile-link.active {
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-mobile-link.active>i:first-child {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-mobile-link.active::before {
    background: var(--pv3-primary);
}

html.theme-dark .pv3-mobile-dropdown-toggle {
    color: #d1d5db !important;
}

html.theme-dark .pv3-mobile-dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

html.theme-dark .pv3-mobile-dropdown-toggle:hover .pv3-mobile-dropdown-label>i {
    color: #9ca3af;
}

html.theme-dark .pv3-mobile-dropdown-label>i {
    color: #6b7280;
}

html.theme-dark .pv3-mobile-chevron {
    color: #6b7280;
}

html.theme-dark .pv3-mobile-dropdown-toggle.open {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-mobile-dropdown-toggle.open .pv3-mobile-chevron {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-mobile-dropdown-toggle.open .pv3-mobile-dropdown-label>i {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-mobile-sub-link {
    color: #9ca3af !important;
}

html.theme-dark .pv3-mobile-sub-link>i {
    color: rgba(255, 255, 255, 0.15);
}

html.theme-dark .pv3-mobile-sub-link:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--pv3-primary) !important;
}

html.theme-dark .pv3-mobile-sub-link:hover>i {
    color: var(--pv3-primary);
}

html.theme-dark .pv3-mobile-footer {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

html.theme-dark .pv3-mobile-dashboard-btn {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

html.theme-dark .pv3-mobile-dashboard-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

html.theme-dark .pv3-search-box {
    background: #1f2937 !important;
}

html.theme-dark .pv3-search-form input {
    color: #e5e7eb !important;
}

html.theme-dark .pv3-search-form input::placeholder {
    color: #6b7280;
}

html.theme-dark .pv3-search-close {
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #9ca3af !important;
}

html.theme-dark .page-v3 {
    --pv3-text: #e5e7eb;
    --pv3-text-light: #9ca3af;
    --pv3-bg: #111827;
    --pv3-bg-alt: #1f2937;
    --pv3-border: rgba(255, 255, 255, 0.08);
    --pv3-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    --pv3-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --pv3-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.5);
}

html.theme-dark .page-v3 .sidebar-block {
    background: var(--pv3-bg-alt);
    border: 1px solid var(--pv3-border);
}

html.theme-dark .page-v3 .featured-card,
html.theme-dark .page-v3 .category-post-card {
    background: var(--pv3-bg-alt);
    border: 1px solid var(--pv3-border);
}

html.theme-dark .page-v3 .sidebar-popular-item:hover .sidebar-popular-title,
html.theme-dark .page-v3 .post-list-card:hover .post-list-title,
html.theme-dark .page-v3 .featured-card:hover .featured-card-title,
html.theme-dark .page-v3 .category-post-card:hover .category-post-card-title,
html.theme-dark .page-v3 .dual-post-card:hover .dual-post-title {
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .tag-cloud a {
    border-color: var(--pv3-border);
    color: var(--pv3-text-light);
}

html.theme-dark .page-v3 .search-box {
    border-color: var(--pv3-border);
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .search-box input {
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .search-box:focus-within {
    border-color: var(--pv3-primary);
}

html.theme-dark .page-v3 .category-list a {
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .category-list a:hover {
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .tag-grid-item {
    border-color: var(--pv3-border);
    color: var(--pv3-text);
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .category-grid-item {
    border-color: var(--pv3-border);
    color: var(--pv3-text);
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .category-grid-item .cat-icon {
    background: rgba(255, 255, 255, 0.06);
}

html.theme-dark .page-v3 .post-tags a {
    border-color: var(--pv3-border);
    color: var(--pv3-text-light);
}

html.theme-dark .page-v3 .pagination a,
html.theme-dark .page-v3 .pagination span {
    border-color: var(--pv3-border);
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .pagination a:hover {
    border-color: var(--pv3-primary);
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .author-box {
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .tab-btn {
    border-color: var(--pv3-border);
    color: var(--pv3-text-light);
}

html.theme-dark .page-v3 .tab-btn:hover {
    border-color: var(--pv3-primary);
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .dual-tab-nav {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .dual-tab-btn {
    color: var(--pv3-text-light);
}

html.theme-dark .page-v3 .dual-tab-btn:hover {
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .dual-post-card {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .breadcrumb-bar {
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .breadcrumb-inner {
    color: var(--pv3-text-light);
}

html.theme-dark .page-v3 .breadcrumb-inner a:hover {
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .breadcrumb-inner .current {
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .sidebar-title {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .sidebar-popular-item {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .category-list li {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .post-hero {
    border: 1px solid var(--pv3-border);
}

html.theme-dark .page-v3 .post-tags {
    border-top-color: var(--pv3-border);
}

html.theme-dark .page-v3 .article-content {
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .article-content a {
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .article-content blockquote {
    background: var(--pv3-bg-alt);
}

html.theme-dark .page-v3 .trending-label {
    background: var(--pv3-bg-alt);
    color: var(--pv3-primary);
}

html.theme-dark .page-v3 .section-title {
    color: var(--pv3-text);
}

html.theme-dark .page-v3 .section-title::after {
    background: var(--pv3-primary);
}

html.theme-dark .page-v3 .post-list-card {
    border-bottom-color: var(--pv3-border);
}

html.theme-dark .page-v3 .section-link {
    color: var(--pv3-primary);
}

.page-v3 .blog-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 36px;
    padding: 40px 0 60px;
}

.page-v3 .post-detail-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--pv3-text);
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .page-v3 .blog-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-v3 .post-detail-title {
        font-size: 24px;
    }
}