:root {
--blog-bg-base: #0a0a0a;
--blog-bg-surface: #141414;
--blog-bg-element: #1c1c1c;
--blog-bg-elevated: #242424;
--blog-accent: #ffcc00;
--blog-accent-hover: #ffd633;
--blog-accent-soft: rgba(255, 204, 0, 0.08);
--blog-accent-glow: rgba(255, 204, 0, 0.25);
--blog-text: #f5f5f5;
--blog-text-sec: #a1a1aa;
--blog-text-muted: #71717a;
--blog-border: #27272a;
--blog-border-hover: #3f3f46;
--blog-font-heading: 'Space Grotesk', -apple-system, sans-serif;
--blog-font-body: 'Inter', -apple-system, sans-serif;
--blog-radius-sm: 8px;
--blog-radius-md: 12px;
--blog-radius-lg: 16px;
--blog-container: 1200px;
--blog-ease: cubic-bezier(0.16, 1, 0.3, 1);
} body.single-post,
body.category,
body.archive,
body.tag,
body.author,
body.search {
background: var(--blog-bg-base) !important;
color: var(--blog-text) !important;
font-family: var(--blog-font-body);
}
body.single-post #main,
body.category #main,
body.archive #main,
body.tag #main,
body.search #main {
background: var(--blog-bg-base);
} body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large,
body.tag .row.row-large,
body.search .row.row-large {
max-width: var(--blog-container);
margin: 0 auto;
padding: 32px 24px;
} @media (min-width: 1024px) {
body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large,
body.tag .row.row-large {
display: grid;
grid-template-columns: 1fr 320px;
gap: 32px;
}
body.single-post .row.row-large > .large-8.col,
body.category .row.row-large > .large-8.col,
body.archive .row.row-large > .large-8.col,
body.tag .row.row-large > .large-8.col {
width: auto;
max-width: none;
flex: 1;
padding: 0;
}
body.single-post .post-sidebar.large-4.col,
body.category .post-sidebar.large-4.col,
body.archive .post-sidebar.large-4.col,
body.tag .post-sidebar.large-4.col {
width: 320px;
flex: none;
padding: 0;
}
} .rank-math-breadcrumb,
.woocommerce-breadcrumb {
font-size: 0.75rem !important;
color: var(--blog-text-muted) !important;
margin-bottom: 16px !important;
padding: 0 !important;
}
.rank-math-breadcrumb a {
color: var(--blog-text-sec) !important;
text-decoration: none !important;
transition: color 0.2s !important;
}
.rank-math-breadcrumb a:hover {
color: var(--blog-accent) !important;
}
.rank-math-breadcrumb .separator {
color: var(--blog-text-muted) !important;
margin: 0 6px !important;
} body.single-post .page-title,
body.category .page-title,
body.archive .page-title,
body.tag .page-title {
font-family: var(--blog-font-heading) !important;
font-weight: 700 !important;
font-size: 2rem !important;
letter-spacing: -0.02em !important;
line-height: 1.2 !important;
color: var(--blog-text) !important;
text-transform: none !important;
margin: 0 0 24px !important;
padding: 0 !important;
border: none !important;
}
body.single-post .page-title span,
body.category .page-title span,
body.archive .page-title span {
color: var(--blog-accent);
}
body.category .taxonomy-description {
color: var(--blog-text-sec);
font-size: 0.9375rem;
margin-bottom: 24px;
padding: 16px 20px;
background: var(--blog-bg-surface);
border: 1px solid var(--blog-border);
border-left: 3px solid var(--blog-accent);
border-radius: var(--blog-radius-sm);
} .single-post .entry-header,
.single-post .entry-header-text {
text-align: left !important;
background: transparent !important;
padding: 0 !important;
border: none !important;
}
.single-post .entry-title {
font-family: var(--blog-font-heading) !important;
font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: -0.02em !important;
color: var(--blog-text) !important;
margin: 12px 0 16px !important;
text-transform: none !important;
}
.single-post .entry-divider,
.single-post .is-divider {
display: none !important;
}
.single-post .entry-category,
.single-post .entry-meta,
.single-post .entry-meta a {
color: var(--blog-text-muted) !important;
font-size: 0.8125rem !important;
}
.single-post .entry-category a,
.single-post .entry-meta .category-link {
display: inline-block !important;
font-size: 0.6875rem !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
color: var(--blog-accent) !important;
background: var(--blog-accent-soft) !important;
padding: 4px 10px !important;
border-radius: 4px !important;
border: 1px solid rgba(255,204,0,0.15) !important;
text-decoration: none !important;
}
.single-post .entry-category a:hover {
background: var(--blog-accent) !important;
color: var(--blog-bg-base) !important;
} .single-post .featured-image,
.single-post .post-thumbnail {
margin: 16px 0 32px !important;
border-radius: var(--blog-radius-lg);
overflow: hidden;
border: 1px solid var(--blog-border);
}
.single-post .featured-image img,
.single-post .post-thumbnail img {
border-radius: var(--blog-radius-lg);
} .single-post .entry-content,
.single-post .single-page {
font-size: 1.0625rem !important;
line-height: 1.85 !important;
color: var(--blog-text) !important;
max-width: none !important;
}
.single-post .entry-content p {
color: var(--blog-text) !important;
margin-bottom: 1.25em !important;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
font-family: var(--blog-font-heading) !important;
color: var(--blog-text) !important;
font-weight: 700 !important;
letter-spacing: -0.01em !important;
margin-top: 2em !important;
margin-bottom: 0.6em !important;
line-height: 1.3 !important;
}
.single-post .entry-content h2 {
font-size: 1.75rem !important;
padding-bottom: 12px;
border-bottom: 2px solid var(--blog-accent);
display: inline-block;
padding-right: 40px;
}
.single-post .entry-content h3 {
font-size: 1.375rem !important;
position: relative;
padding-left: 16px;
}
.single-post .entry-content h3::before {
content: '';
position: absolute;
left: 0;
top: 0.35em;
height: 0.8em;
width: 4px;
background: var(--blog-accent);
border-radius: 2px;
}
.single-post .entry-content h4 {
font-size: 1.1875rem !important;
}
.single-post .entry-content a {
color: var(--blog-accent) !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(255,204,0,0.3);
transition: all 0.2s;
}
.single-post .entry-content a:hover {
border-bottom-color: var(--blog-accent);
background: var(--blog-accent-soft);
}
.single-post .entry-content strong,
.single-post .entry-content b {
color: var(--blog-text) !important;
font-weight: 700 !important;
}
.single-post .entry-content em {
color: var(--blog-text-sec) !important;
}
.single-post .entry-content blockquote {
border-left: 3px solid var(--blog-accent) !important;
background: var(--blog-bg-surface) !important;
padding: 20px 24px !important;
margin: 24px 0 !important;
font-style: italic;
color: var(--blog-text-sec) !important;
border-radius: 0 var(--blog-radius-sm) var(--blog-radius-sm) 0;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
margin: 1em 0 1.25em 1.5em !important;
color: var(--blog-text) !important;
}
.single-post .entry-content li {
margin-bottom: 0.5em;
color: var(--blog-text);
}
.single-post .entry-content img {
border-radius: var(--blog-radius-md);
margin: 24px auto;
display: block;
max-width: 100%;
height: auto;
border: 1px solid var(--blog-border);
}
.single-post .entry-content code {
background: var(--blog-bg-element) !important;
color: var(--blog-accent) !important;
padding: 2px 6px !important;
border-radius: 4px !important;
font-size: 0.875em !important;
border: 1px solid var(--blog-border);
}
.single-post .entry-content pre {
background: var(--blog-bg-element) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 16px !important;
overflow-x: auto;
margin: 1.5em 0;
}
.single-post .entry-content pre code {
background: none !important;
border: none !important;
padding: 0 !important;
color: var(--blog-text) !important;
}
.single-post .entry-content table {
border-collapse: collapse;
margin: 24px 0;
width: 100%;
background: var(--blog-bg-surface);
border-radius: var(--blog-radius-sm);
overflow: hidden;
}
.single-post .entry-content table th,
.single-post .entry-content table td {
padding: 12px 16px !important;
border: 1px solid var(--blog-border) !important;
text-align: left;
}
.single-post .entry-content table th {
background: var(--blog-bg-element);
font-weight: 700;
color: var(--blog-text);
} .single-post .ez-toc-v2_0_83,
.single-post #ez-toc-container,
.single-post .ez-toc-container {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 20px 24px !important;
margin: 24px 0 32px !important;
}
.single-post .ez-toc-title,
.single-post .ez-toc-title-container .ez-toc-title {
color: var(--blog-accent) !important;
font-family: var(--blog-font-heading) !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
font-size: 0.8125rem !important;
}
.single-post .ez-toc-list a {
color: var(--blog-text-sec) !important;
text-decoration: none !important;
border: none !important;
transition: color 0.2s !important;
background: none !important;
}
.single-post .ez-toc-list a:hover {
color: var(--blog-accent) !important;
background: none !important;
} .blog-share-wrap {
margin: 40px 0 32px;
padding: 24px;
background: var(--blog-bg-surface);
border: 1px solid var(--blog-border);
border-radius: var(--blog-radius-md);
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.blog-share-label {
font-family: var(--blog-font-heading);
font-size: 0.6875rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--blog-text-muted);
}
.blog-share-list {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.blog-share-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
border-radius: var(--blog-radius-sm);
background: var(--blog-bg-element);
border: 1px solid var(--blog-border);
color: var(--blog-text-sec);
font-size: 0.8125rem;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s var(--blog-ease);
}
.blog-share-btn:hover {
border-color: var(--blog-accent);
color: var(--blog-accent);
background: var(--blog-accent-soft);
transform: translateY(-2px);
}
.blog-share-btn svg {
width: 14px;
height: 14px;
}
.blog-share-btn.copied {
background: var(--blog-accent);
color: var(--blog-bg-base);
border-color: var(--blog-accent);
} .single-post .blog-share.text-center {
display: none !important;
} .single-post .entry-meta {
margin: 24px 0 !important;
padding: 16px 20px !important;
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-sm) !important;
font-size: 0.8125rem !important;
color: var(--blog-text-muted) !important;
text-align: left !important;
}
.single-post .entry-meta a {
color: var(--blog-text-sec) !important;
font-weight: 500 !important;
}
.single-post .entry-meta a:hover {
color: var(--blog-accent) !important;
} .single-post .entry-author,
.single-post .author-box {
margin: 32px 0 !important;
padding: 24px !important;
background: linear-gradient(135deg, var(--blog-bg-surface), var(--blog-bg-element)) !important;
border: 1px solid var(--blog-border) !important;
border-left: 3px solid var(--blog-accent) !important;
border-radius: var(--blog-radius-md) !important;
}
.single-post .author-box .flex-row {
display: flex !important;
align-items: flex-start !important;
gap: 16px;
}
.single-post .author-box .flex-col.circle {
flex-shrink: 0 !important;
}
.single-post .author-box .blog-author-image img,
.single-post .author-box img.avatar {
width: 80px !important;
height: 80px !important;
border-radius: 50% !important;
border: 2px solid var(--blog-accent);
}
.single-post .author-box .author-name,
.single-post .author-box h5,
.single-post .author-box h5.author-name {
color: var(--blog-text) !important;
font-family: var(--blog-font-heading) !important;
font-size: 1.0625rem !important;
font-weight: 700 !important;
margin-bottom: 8px !important;
text-transform: none !important;
letter-spacing: 0 !important;
}
.single-post .author-box .author-desc,
.single-post .author-box p,
.single-post .author-box .small {
color: var(--blog-text-sec) !important;
font-size: 0.875rem !important;
line-height: 1.7 !important;
margin: 0 !important;
}
.single-post .author-box a {
color: var(--blog-accent) !important;
} .single-post .nav-below,
.single-post .post-navigation {
margin: 32px 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
}
.single-post .nav-below .nav-previous,
.single-post .nav-below .nav-next {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 16px 20px !important;
transition: all 0.3s var(--blog-ease) !important;
}
.single-post .nav-below .nav-previous:hover,
.single-post .nav-below .nav-next:hover {
border-color: var(--blog-accent) !important;
transform: translateY(-2px);
}
.single-post .nav-below a {
color: var(--blog-text) !important;
font-weight: 500 !important;
text-decoration: none !important;
} .single-post .jeg_block_title {
font-family: var(--blog-font-heading) !important;
font-size: 1.375rem !important;
font-weight: 700 !important;
color: var(--blog-text) !important;
margin: 48px 0 24px !important;
padding-bottom: 12px;
border-bottom: 2px solid var(--blog-accent);
display: inline-block !important;
padding-right: 32px;
text-transform: none !important;
}
.single-post .jeg_block_title span,
.single-post .jeg_block_title strong {
color: var(--blog-text) !important;
font-weight: 700 !important;
}
.single-post .jeg_block_title strong {
color: var(--blog-accent) !important;
} .single-post .post-lien-quan .col {
margin-bottom: 16px !important;
}
.single-post .post-lien-quan .box {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-lg) !important;
overflow: hidden;
transition: all 0.35s var(--blog-ease);
position: relative;
}
.single-post .post-lien-quan .box:hover {
border-color: var(--blog-accent) !important;
transform: translateY(-4px);
box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px var(--blog-accent), 0 0 40px var(--blog-accent-glow);
}
.single-post .post-lien-quan .box-image {
border-radius: 0 !important;
}
.single-post .post-lien-quan .box-image img {
transition: transform 0.5s var(--blog-ease);
}
.single-post .post-lien-quan .box:hover .box-image img {
transform: scale(1.04);
}
.single-post .post-lien-quan .box-text {
padding: 16px !important;
}
.single-post .post-lien-quan .box-text .post-title,
.single-post .post-lien-quan .box-text .blog-post-title,
.single-post .post-lien-quan .box-text h5,
.single-post .post-lien-quan .box-text h5 a {
font-family: var(--blog-font-heading) !important;
font-size: 0.9375rem !important;
font-weight: 600 !important;
line-height: 1.4 !important;
color: var(--blog-text) !important;
margin: 0 0 8px !important;
text-transform: none !important;
}
.single-post .post-lien-quan .box:hover h5 a {
color: var(--blog-accent) !important;
}
.single-post .post-lien-quan .post-date,
.single-post .post-lien-quan .post-meta {
color: var(--blog-text-muted) !important;
font-size: 0.75rem !important;
}
.single-post .post-lien-quan .badge {
background: var(--blog-accent-soft) !important;
color: var(--blog-accent) !important;
font-size: 0.6875rem !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
padding: 4px 10px !important;
border-radius: 4px !important;
border: 1px solid rgba(255,204,0,0.15) !important;
} body.category #post-list,
body.archive #post-list,
body.tag #post-list,
body.search #post-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
@media (max-width: 768px) {
body.category #post-list,
body.archive #post-list,
body.tag #post-list,
body.search #post-list {
grid-template-columns: 1fr;
}
}
body.category article.post,
body.archive article.post,
body.tag article.post,
body.search article.post {
background: var(--blog-bg-surface);
border: 1px solid var(--blog-border);
border-radius: var(--blog-radius-lg);
overflow: hidden;
transition: all 0.35s var(--blog-ease);
position: relative;
margin-bottom: 0 !important;
}
body.category article.post:hover,
body.archive article.post:hover,
body.tag article.post:hover {
border-color: var(--blog-accent);
transform: translateY(-6px);
box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px var(--blog-accent), 0 0 40px var(--blog-accent-glow);
}
body.category article.post .article-inner,
body.archive article.post .article-inner,
body.tag article.post .article-inner {
display: flex;
flex-direction: column;
height: 100%;
background: transparent;
border: none;
box-shadow: none;
margin: 0;
}
body.category article.post .post-thumbnail,
body.archive article.post .post-thumbnail,
body.tag article.post .post-thumbnail {
aspect-ratio: 16/9;
background: var(--blog-bg-element);
overflow: hidden;
margin: 0 !important;
border-radius: 0 !important;
}
body.category article.post .post-thumbnail img,
body.archive article.post .post-thumbnail img,
body.tag article.post .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s var(--blog-ease);
border-radius: 0 !important;
}
body.category article.post:hover .post-thumbnail img,
body.archive article.post:hover .post-thumbnail img {
transform: scale(1.04);
}
body.category article.post .entry-header-text,
body.archive article.post .entry-header-text,
body.tag article.post .entry-header-text {
padding: 20px;
background: transparent;
text-align: left;
flex: 1;
display: flex;
flex-direction: column;
}
body.category article.post .entry-category,
body.archive article.post .entry-category,
body.tag article.post .entry-category {
margin-bottom: 10px;
}
body.category article.post .entry-category a,
body.archive article.post .entry-category a,
body.tag article.post .entry-category a {
display: inline-block;
font-size: 0.6875rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--blog-accent);
background: var(--blog-accent-soft);
padding: 4px 10px;
border-radius: 4px;
border: 1px solid rgba(255,204,0,0.15);
text-decoration: none;
}
body.category article.post .entry-title,
body.archive article.post .entry-title,
body.tag article.post .entry-title {
font-family: var(--blog-font-heading) !important;
font-size: 1.0625rem !important;
font-weight: 600 !important;
line-height: 1.4 !important;
letter-spacing: -0.01em !important;
margin: 0 0 10px !important;
text-transform: none !important;
}
body.category article.post .entry-title a,
body.archive article.post .entry-title a,
body.tag article.post .entry-title a {
color: var(--blog-text);
text-decoration: none;
transition: color 0.3s;
}
body.category article.post:hover .entry-title a,
body.archive article.post:hover .entry-title a {
color: var(--blog-accent);
}
body.category article.post .entry-meta,
body.archive article.post .entry-meta,
body.tag article.post .entry-meta {
font-size: 0.75rem;
color: var(--blog-text-muted);
margin: 0 0 12px;
display: flex;
gap: 8px;
align-items: center;
}
body.category article.post .entry-meta a {
color: var(--blog-text-muted);
}
body.category article.post .entry-content,
body.archive article.post .entry-content,
body.tag article.post .entry-content {
font-size: 0.875rem !important;
color: var(--blog-text-sec) !important;
line-height: 1.7;
margin-bottom: 16px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
body.category article.post .read-more,
body.archive article.post .read-more,
body.tag article.post .read-more {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--blog-accent);
text-decoration: none;
margin-top: auto;
}
body.category article.post .read-more:hover,
body.archive article.post .read-more:hover {
text-shadow: 0 0 8px var(--blog-accent-glow);
} body.category .nav-pagination,
body.archive .nav-pagination,
body.tag .nav-pagination,
body.search .nav-pagination,
body.category .page-numbers,
body.archive .page-numbers {
display: flex !important;
justify-content: center !important;
gap: 6px !important;
margin-top: 32px !important;
list-style: none;
padding: 0 !important;
}
body.category .nav-pagination li,
body.archive .nav-pagination li,
body.tag .nav-pagination li {
margin: 0 !important;
}
body.category .nav-pagination a,
body.archive .nav-pagination a,
body.tag .nav-pagination a,
body.category .nav-pagination .current,
body.archive .nav-pagination .current,
body.category .page-numbers a,
body.archive .page-numbers a {
min-width: 40px !important;
height: 40px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: var(--blog-radius-sm) !important;
background: var(--blog-bg-element) !important;
border: 1px solid var(--blog-border) !important;
color: var(--blog-text-sec) !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
text-decoration: none !important;
transition: all 0.3s ease !important;
padding: 0 12px !important;
}
body.category .nav-pagination a:hover,
body.archive .nav-pagination a:hover,
body.tag .nav-pagination a:hover {
background: var(--blog-accent) !important;
color: var(--blog-bg-base) !important;
border-color: var(--blog-accent) !important;
transform: translateY(-2px);
box-shadow: 0 4px 12px var(--blog-accent-glow);
}
body.category .nav-pagination .current,
body.archive .nav-pagination .current,
body.category .page-numbers .current,
body.archive .page-numbers .current {
background: var(--blog-accent) !important;
color: var(--blog-bg-base) !important;
border-color: var(--blog-accent) !important;
font-weight: 700 !important;
} body.single-post .post-sidebar,
body.category .post-sidebar,
body.archive .post-sidebar,
body.tag .post-sidebar {
background: transparent;
}
body.single-post .post-sidebar .widget,
body.category .post-sidebar .widget,
body.archive .post-sidebar .widget,
body.tag .post-sidebar .widget,
.blog-sidebar-widget {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 24px !important;
margin-bottom: 20px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.blog-sidebar-widget .widget-title,
body.single-post .post-sidebar .widget-title,
body.category .post-sidebar .widget-title {
font-family: var(--blog-font-heading) !important;
font-size: 0.8125rem !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
color: var(--blog-accent) !important;
margin: 0 0 16px !important;
padding-bottom: 12px !important;
border-bottom: 2px solid var(--blog-accent) !important;
} .blog-sidebar-popular .popular-item {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid var(--blog-border);
text-decoration: none;
color: inherit;
transition: all 0.2s ease;
}
.blog-sidebar-popular .popular-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.blog-sidebar-popular .popular-item:hover {
padding-left: 4px;
}
.blog-sidebar-popular .popular-thumb {
width: 72px;
height: 48px;
border-radius: 6px;
overflow: hidden;
flex-shrink: 0;
background: var(--blog-bg-element);
}
.blog-sidebar-popular .popular-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-sidebar-popular .popular-info {
flex: 1;
min-width: 0;
}
.blog-sidebar-popular .popular-title {
font-size: 0.8125rem;
font-weight: 500;
line-height: 1.4;
color: var(--blog-text);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: color 0.2s;
}
.blog-sidebar-popular .popular-item:hover .popular-title {
color: var(--blog-accent);
}
.blog-sidebar-popular .popular-date {
font-size: 0.6875rem;
color: var(--blog-text-muted);
margin-top: 4px;
} .blog-sidebar-newsletter {
border-color: var(--blog-accent) !important;
text-align: center;
background: linear-gradient(135deg, var(--blog-bg-element), var(--blog-bg-surface)) !important;
position: sticky;
top: 84px;
}
.blog-sidebar-newsletter .newsletter-icon {
font-size: 2rem;
margin-bottom: 8px;
}
.blog-sidebar-newsletter .widget-title {
border-bottom: none !important;
margin-bottom: 6px !important;
}
.blog-sidebar-newsletter p {
font-size: 0.8125rem;
color: var(--blog-text-sec);
line-height: 1.6;
margin-bottom: 16px;
}
.blog-sidebar-newsletter form input[type="email"] {
width: 100%;
padding: 10px 14px;
background: var(--blog-bg-base);
border: 1px solid var(--blog-border);
border-radius: var(--blog-radius-sm);
color: var(--blog-text);
font-size: 0.875rem;
margin-bottom: 10px;
outline: none;
transition: border-color 0.2s;
}
.blog-sidebar-newsletter form input:focus {
border-color: var(--blog-accent);
}
.blog-sidebar-newsletter button {
width: 100%;
padding: 10px;
background: var(--blog-accent);
color: var(--blog-bg-base);
border: 1px solid var(--blog-accent);
border-radius: var(--blog-radius-sm);
font-size: 0.8125rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.blog-sidebar-newsletter button:hover {
background: var(--blog-accent-hover);
box-shadow: 0 4px 20px var(--blog-accent-glow);
transform: translateY(-1px);
} .blog-sidebar-categories .cat-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid var(--blog-border);
color: var(--blog-text);
text-decoration: none;
transition: all 0.2s ease;
}
.blog-sidebar-categories .cat-item:last-child {
border-bottom: none;
}
.blog-sidebar-categories .cat-item:hover {
padding-left: 6px;
color: var(--blog-accent);
}
.blog-sidebar-categories .cat-item .cat-count {
font-size: 0.75rem;
padding: 2px 8px;
background: var(--blog-bg-element);
border-radius: 999px;
color: var(--blog-text-muted);
} .blog-sidebar-toc ul {
list-style: none;
padding: 0;
margin: 0;
max-height: 400px;
overflow-y: auto;
}
.blog-sidebar-toc li {
border-bottom: 1px solid var(--blog-border);
}
.blog-sidebar-toc li:last-child {
border-bottom: none;
}
.blog-sidebar-toc a {
display: block;
padding: 8px 0;
color: var(--blog-text-sec);
text-decoration: none;
font-size: 0.8125rem;
line-height: 1.4;
transition: all 0.2s;
}
.blog-sidebar-toc a:hover,
.blog-sidebar-toc a.active {
color: var(--blog-accent);
padding-left: 6px;
}
.blog-sidebar-toc .toc-h3 {
padding-left: 14px;
font-size: 0.75rem;
} @media (max-width: 1023px) {
body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large {
grid-template-columns: 1fr;
}
body.single-post .post-sidebar,
body.category .post-sidebar,
body.archive .post-sidebar {
width: 100% !important;
margin-top: 32px;
}
.blog-sidebar-newsletter {
position: static !important;
}
}
@media (max-width: 768px) {
body.single-post .entry-title {
font-size: 1.5rem !important;
}
body.single-post .entry-content {
font-size: 1rem !important;
}
body.single-post .entry-content h2 {
font-size: 1.375rem !important;
}
body.category #post-list,
body.archive #post-list,
body.tag #post-list {
grid-template-columns: 1fr;
}
.blog-share-wrap {
flex-direction: column;
align-items: stretch;
}
} .single-post .entry-header.has-text-align-center > .is-divider {
display: none !important;
}
.single-post .blog-share .is-divider {
display: none !important;
}  body.single-post .post-sidebar,
body.category .post-sidebar,
body.archive .post-sidebar,
body.tag .post-sidebar,
body.search .post-sidebar {
display: block !important;
flex-direction: column !important;
}
body.single-post .post-sidebar > *,
body.category .post-sidebar > *,
body.archive .post-sidebar > *,
body.tag .post-sidebar > * {
width: 100% !important;
float: none !important;
display: block !important;
}
.blog-sidebar-widget {
display: block !important;
width: 100% !important;
box-sizing: border-box !important;
}
.blog-sidebar-widget > .widget-title,
.blog-sidebar-widget > .popular-list,
.blog-sidebar-widget > .categories-list,
.blog-sidebar-widget > .newsletter-form,
.blog-sidebar-widget > p,
.blog-sidebar-widget > .newsletter-icon {
display: block !important;
width: auto !important;
max-width: 100% !important;
float: none !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
word-break: normal !important;
white-space: normal !important;
}
.blog-sidebar-widget .widget-title {
text-align: left !important;
line-height: 1.3 !important;
} .blog-sidebar-popular .popular-list {
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
}
.blog-sidebar-popular .popular-item {
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
}
.blog-sidebar-popular .popular-info {
flex: 1 !important;
min-width: 0 !important;
}
.blog-sidebar-popular .popular-thumb {
flex-shrink: 0 !important;
} .blog-sidebar-categories .cat-item {
display: flex !important;
flex-direction: row !important;
justify-content: space-between !important;
align-items: center !important;
} body.single-post .post-sidebar .col-inner,
body.category .post-sidebar .col-inner,
body.archive .post-sidebar .col-inner,
body.tag .post-sidebar .col-inner {
display: block !important;
width: 100% !important;
padding: 0 !important;
} body.single-post #secondary.widget-area,
body.category #secondary.widget-area,
body.archive #secondary.widget-area {
display: block !important;
} body.single-post #header,
body.category #header,
body.archive #header,
body.tag #header,
body.search #header,
body.author #header {
background: var(--blog-bg-base) !important;
border-bottom: 1px solid var(--blog-border) !important;
box-shadow: none !important;
}
body.single-post #header .header-wrapper,
body.single-post #header .header-main,
body.single-post #header .header-bottom,
body.single-post #header .header-top,
body.single-post #header .header-inner,
body.category #header .header-wrapper,
body.category #header .header-main,
body.category #header .header-bottom,
body.category #header .header-top,
body.archive #header .header-wrapper,
body.archive #header .header-main,
body.archive #header .header-bottom {
background: var(--blog-bg-base) !important;
border-color: var(--blog-border) !important;
box-shadow: none !important;
}
body.single-post #masthead,
body.category #masthead,
body.archive #masthead {
background: var(--blog-bg-base) !important;
} body.single-post #header a,
body.category #header a,
body.archive #header a,
body.tag #header a,
body.single-post #header li,
body.category #header li,
body.archive #header li,
body.single-post #header .header-nav a,
body.category #header .header-nav a {
color: var(--blog-text-sec) !important;
}
body.single-post #header a:hover,
body.category #header a:hover,
body.archive #header a:hover,
body.single-post #header .header-nav a:hover,
body.category #header .header-nav a:hover {
color: var(--blog-accent) !important;
}
body.single-post #header .nav > li.active > a,
body.category #header .nav > li.active > a,
body.single-post #header .nav > li.current-menu-item > a,
body.category #header .nav > li.current-menu-item > a,
body.single-post #header .nav > li.current_page_item > a,
body.category #header .nav > li.current_page_item > a {
color: var(--blog-accent) !important;
background: var(--blog-accent-soft) !important;
border-radius: 6px !important;
} body.single-post #header .social-icons a,
body.category #header .social-icons a,
body.archive #header .social-icons a {
color: var(--blog-text-muted) !important;
}
body.single-post #header .social-icons a:hover,
body.category #header .social-icons a:hover {
color: var(--blog-accent) !important;
} body.single-post #header .header-search-form input,
body.category #header .header-search-form input,
body.archive #header .header-search-form input,
body.single-post #header .searchform input,
body.category #header .searchform input,
body.single-post #header input[type="search"],
body.category #header input[type="search"] {
background: var(--blog-bg-element) !important;
border: 1px solid var(--blog-border) !important;
color: var(--blog-text) !important;
border-radius: var(--blog-radius-sm) !important;
}
body.single-post #header input[type="search"]::placeholder,
body.category #header input[type="search"]::placeholder {
color: var(--blog-text-muted) !important;
} body.single-post #logo img,
body.category #logo img,
body.archive #logo img {
filter: brightness(0) invert(1) !important;
opacity: 0.95;
transition: opacity 0.3s;
}
body.single-post #logo img:hover,
body.category #logo img:hover {
opacity: 1;
} body.single-post #top-bar,
body.category #top-bar,
body.archive #top-bar {
background: var(--blog-bg-surface) !important;
border-bottom: 1px solid var(--blog-border) !important;
} body.single-post #content,
body.single-post #main,
body.single-post .page-wrapper,
body.category #content,
body.category #main,
body.category .page-wrapper,
body.archive #content,
body.archive #main,
body.archive .page-wrapper,
body.tag #content,
body.tag #main {
background: var(--blog-bg-base) !important;
} body.category .featured-posts,
body.archive .featured-posts {
margin-bottom: 32px !important;
}
body.category .featured-posts .col,
body.archive .featured-posts .col,
body.category .featured-posts .box,
body.archive .featured-posts .box {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-lg) !important;
overflow: hidden !important;
transition: all 0.35s var(--blog-ease) !important;
}
body.category .featured-posts .col:hover,
body.archive .featured-posts .col:hover,
body.category .featured-posts .box:hover,
body.archive .featured-posts .box:hover {
border-color: var(--blog-accent) !important;
transform: translateY(-4px);
box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px var(--blog-accent), 0 0 40px var(--blog-accent-glow);
}
body.category .featured-posts h3,
body.archive .featured-posts h3,
body.category .featured-posts .post-title,
body.archive .featured-posts .post-title,
body.category .featured-posts h3 a,
body.archive .featured-posts h3 a {
color: var(--blog-text) !important;
font-family: var(--blog-font-heading) !important;
font-weight: 600 !important;
}
body.category .featured-posts .post-meta,
body.archive .featured-posts .post-meta,
body.category .featured-posts .post-date,
body.archive .featured-posts .post-date {
color: var(--blog-text-muted) !important;
} body.single-post .entry-header,
body.single-post .entry-header-text {
background: transparent !important;
padding: 0 !important;
margin: 0 0 24px !important;
text-align: left !important;
}
body.single-post .entry-header img,
body.single-post .entry-header .featured-image {
border-radius: var(--blog-radius-lg);
overflow: hidden;
}
body.single-post .post-info,
body.single-post .post-meta-author,
body.single-post .post-meta-date,
body.single-post .post-meta-comments {
color: var(--blog-text-muted) !important;
font-size: 0.8125rem !important;
}
body.single-post .post-info a,
body.single-post .post-meta a {
color: var(--blog-text-sec) !important;
font-weight: 500 !important;
}
body.single-post .post-info a:hover,
body.single-post .post-meta a:hover {
color: var(--blog-accent) !important;
} body.single-post .entry-header .badge,
body.single-post .post-info .badge,
body.single-post .post-meta-comments {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
color: var(--blog-text-sec) !important;
border-radius: var(--blog-radius-sm) !important;
padding: 6px 12px !important;
} body.single-post #footer,
body.category #footer,
body.archive #footer,
body.tag #footer {
background: var(--blog-bg-surface) !important;
}
body.single-post #footer *,
body.category #footer *,
body.archive #footer * {
color: var(--blog-text-sec) !important;
}
body.single-post #footer a,
body.category #footer a,
body.archive #footer a {
color: var(--blog-text-sec) !important;
}
body.single-post #footer a:hover,
body.category #footer a:hover {
color: var(--blog-accent) !important;
} body.single-post #comments,
body.single-post .comments-area {
background: transparent !important;
margin-top: 48px !important;
}
body.single-post #comments .comments-title,
body.single-post #comments h3.comments-title {
font-family: var(--blog-font-heading) !important;
color: var(--blog-text) !important;
font-size: 1.375rem !important;
border-bottom: 2px solid var(--blog-accent) !important;
display: inline-block !important;
padding-bottom: 12px !important;
padding-right: 32px !important;
margin-bottom: 24px !important;
}
body.single-post .comment-list .comment {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 20px !important;
margin-bottom: 16px !important;
}
body.single-post .comment-author,
body.single-post .comment-meta {
color: var(--blog-text-sec) !important;
}
body.single-post #respond {
background: var(--blog-bg-surface) !important;
border: 1px solid var(--blog-border) !important;
border-radius: var(--blog-radius-md) !important;
padding: 24px !important;
margin-top: 24px !important;
}
body.single-post #respond textarea,
body.single-post #respond input[type="text"],
body.single-post #respond input[type="email"],
body.single-post #respond input[type="url"] {
background: var(--blog-bg-base) !important;
border: 1px solid var(--blog-border) !important;
color: var(--blog-text) !important;
border-radius: var(--blog-radius-sm) !important;
padding: 10px 14px !important;
}
body.single-post #respond input[type="submit"],
body.single-post #respond .submit {
background: var(--blog-accent) !important;
color: var(--blog-bg-base) !important;
border: none !important;
font-weight: 600 !important;
padding: 10px 24px !important;
border-radius: var(--blog-radius-sm) !important;
} html body.single-post,
html body.category,
html body.archive,
html body.tag {
background: var(--blog-bg-base) !important;
}  body.single-post #header,
body.single-post #masthead,
body.single-post .header-wrapper,
body.single-post #top-bar,
body.single-post .header-bottom,
body.single-post .header-main,
body.single-post .header-top,
body.single-post #footer,
body.single-post .footer-wrapper,
body.single-post .absolute-footer,
body.single-post .copyright-footer,
body.category #header,
body.category #masthead,
body.category .header-wrapper,
body.category #top-bar,
body.category .header-bottom,
body.category .header-main,
body.category .header-top,
body.category #footer,
body.category .footer-wrapper,
body.category .absolute-footer,
body.category .copyright-footer,
body.archive #header,
body.archive #masthead,
body.archive .header-wrapper,
body.archive #top-bar,
body.archive .header-bottom,
body.archive .header-main,
body.archive .header-top,
body.archive #footer,
body.archive .footer-wrapper,
body.archive .absolute-footer,
body.archive .copyright-footer,
body.tag #header,
body.tag #masthead,
body.tag .header-wrapper,
body.tag #footer,
body.tag .footer-wrapper,
body.tag .absolute-footer,
body.search #header,
body.search #masthead,
body.search #footer,
body.search .footer-wrapper {
display: none !important;
}   #blog-il-header {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(10, 10, 10, 0.85);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid var(--blog-border);
font-family: var(--blog-font-body);
}
#blog-il-header .bh-inner {
max-width: var(--blog-container);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24px;
height: 64px;
}
#blog-il-header .bh-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: inherit;
}
#blog-il-header .bh-logo-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: var(--blog-accent);
color: var(--blog-bg-base);
display: grid;
place-items: center;
font-family: var(--blog-font-heading);
font-weight: 700;
font-size: 18px;
}
#blog-il-header .bh-logo-text {
font-family: var(--blog-font-heading);
font-weight: 700;
font-size: 0.95rem;
letter-spacing: 1px;
color: var(--blog-text);
}
#blog-il-header .bh-nav {
display: flex;
gap: 4px;
list-style: none;
padding: 0;
margin: 0;
}
#blog-il-header .bh-nav a {
padding: 8px 14px;
border-radius: 8px;
font-size: 0.8125rem;
font-weight: 500;
color: var(--blog-text-sec);
text-decoration: none;
transition: all 0.35s ease;
display: inline-block;
}
#blog-il-header .bh-nav a:hover,
#blog-il-header .bh-nav a.active {
color: var(--blog-text);
background: var(--blog-bg-element);
}
#blog-il-header .bh-nav a.current {
color: var(--blog-accent);
background: var(--blog-accent-soft);
} #blog-il-header .bh-dropdown {
position: relative;
}
#blog-il-header .bh-dropdown-toggle {
background: none;
border: none;
font-family: var(--blog-font-body);
font-size: 0.9375rem;
font-weight: 500;
color: var(--blog-text-sec);
padding: 8px 14px;
border-radius: 8px;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
transition: color 0.2s, background 0.2s;
white-space: nowrap;
letter-spacing: 0.01em;
}
#blog-il-header .bh-dropdown-toggle:hover,
#blog-il-header .bh-dropdown.open .bh-dropdown-toggle {
color: var(--blog-text);
background: var(--blog-bg-element);
}
#blog-il-header .bh-dd-arrow {
font-size: 0.65em;
transition: transform 0.2s ease;
display: inline-block;
}
#blog-il-header .bh-dropdown.open .bh-dd-arrow {
transform: rotate(180deg);
}
#blog-il-header .bh-dropdown-menu {
display: none;
position: absolute;
top: calc(100% + 6px);
left: 50%;
transform: translateX(-50%);
background: var(--blog-bg-surface);
border: 1px solid var(--blog-border);
border-radius: var(--blog-radius-md);
padding: 6px;
min-width: 200px;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
z-index: 500;
}
#blog-il-header .bh-dropdown.open .bh-dropdown-menu {
display: flex;
flex-direction: column;
gap: 2px;
}
#blog-il-header .bh-dropdown-menu a {
display: block;
padding: 10px 14px;
border-radius: var(--blog-radius-sm);
color: var(--blog-text-sec) !important;
font-size: 0.875rem;
font-weight: 500;
text-decoration: none !important;
transition: color 0.2s, background 0.2s;
white-space: nowrap;
background: none !important;
}
#blog-il-header .bh-dropdown-menu a:hover {
color: var(--blog-accent) !important;
background: var(--blog-accent-soft) !important;
} #blog-il-header .bh-nav .bh-tool-link {
font-size: 0.8125rem !important;
font-weight: 600 !important;
color: var(--blog-accent) !important;
border: 1px solid var(--blog-accent-glow) !important;
border-radius: 6px !important;
padding: 6px 12px !important;
text-decoration: none !important;
transition: background 0.2s, border-color 0.2s !important;
letter-spacing: 0.01em;
}
#blog-il-header .bh-nav .bh-tool-link:hover {
background: var(--blog-accent-soft) !important;
border-color: var(--blog-accent) !important;
color: var(--blog-accent) !important;
} #blog-il-mobile-menu .bh-mob-group {
padding: 4px 0;
border-top: 1px solid var(--blog-border);
border-bottom: 1px solid var(--blog-border);
margin: 4px 0;
}
#blog-il-mobile-menu .bh-mob-group-title {
display: block;
padding: 8px 24px 4px;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--blog-accent);
}
#blog-il-mobile-menu .bh-panel-nav .bh-mob-sub {
padding-left: 36px;
font-size: 0.9rem;
color: var(--blog-text-sec);
}
#blog-il-mobile-menu .bh-tool-link-mob {
color: var(--blog-accent) !important;
font-weight: 600;
}
#blog-il-header .bh-actions {
display: flex;
gap: 8px;
align-items: center;
}
#blog-il-header .bh-icon-btn {
width: 36px;
height: 36px;
border-radius: 8px;
background: none;
border: none;
color: var(--blog-text-sec);
cursor: pointer;
display: grid;
place-items: center;
transition: all 0.2s ease;
padding: 0;
}
#blog-il-header .bh-icon-btn:hover {
background: var(--blog-bg-element);
color: var(--blog-text);
}
#blog-il-header .bh-mobile-toggle {
display: none;
} #blog-il-search-bar {
border-top: 1px solid var(--blog-border);
padding: 12px 24px;
background: var(--blog-bg-surface);
display: none;
animation: bh-slideDown 0.3s var(--blog-ease);
}
#blog-il-search-bar.open {
display: block;
}
#blog-il-search-bar .bh-search-inner {
max-width: var(--blog-container);
margin: 0 auto;
display: flex;
align-items: center;
gap: 12px;
}
#blog-il-search-bar form {
flex: 1;
display: flex;
align-items: center;
gap: 12px;
}
#blog-il-search-bar input {
flex: 1;
background: none;
border: none;
outline: none;
font-size: 1rem;
color: var(--blog-text);
font-family: var(--blog-font-body);
}
#blog-il-search-bar input::placeholder {
color: var(--blog-text-muted);
}
@keyframes bh-slideDown {
from { opacity: 0; transform: translateY(-8px); }
to   { opacity: 1; transform: none; }
} #blog-il-mobile-menu {
position: fixed;
inset: 0;
z-index: 1200;
pointer-events: none;
visibility: hidden;
}
#blog-il-mobile-menu.open {
pointer-events: auto;
visibility: visible;
}
#blog-il-mobile-menu .bh-backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
opacity: 0;
transition: opacity 0.3s ease;
}
#blog-il-mobile-menu.open .bh-backdrop {
opacity: 1;
}
#blog-il-mobile-menu .bh-panel {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 300px;
max-width: 85vw;
background: var(--blog-bg-surface);
border-left: 1px solid var(--blog-border);
display: flex;
flex-direction: column;
transform: translateX(100%);
transition: transform 0.35s var(--blog-ease);
box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
}
#blog-il-mobile-menu.open .bh-panel {
transform: translateX(0);
}
#blog-il-mobile-menu .bh-panel-header {
display: flex;
align-items: center;
gap: 10px;
padding: 16px 20px;
border-bottom: 1px solid var(--blog-border);
}
#blog-il-mobile-menu .bh-panel-header .bh-logo-text {
flex: 1;
}
#blog-il-mobile-menu .bh-panel-nav {
flex: 1;
padding: 16px 0;
overflow-y: auto;
}
#blog-il-mobile-menu .bh-panel-nav a {
display: block;
padding: 14px 24px;
font-size: 0.9375rem;
font-weight: 500;
color: var(--blog-text-sec);
text-decoration: none;
border-bottom: 1px solid var(--blog-border);
transition: all 0.2s ease;
}
#blog-il-mobile-menu .bh-panel-nav a:hover,
#blog-il-mobile-menu .bh-panel-nav a.current {
color: var(--blog-accent);
background: var(--blog-accent-soft);
padding-left: 30px;
}
#blog-il-mobile-menu .bh-panel-footer {
padding: 20px 24px;
border-top: 1px solid var(--blog-border);
}
#blog-il-mobile-menu .bh-panel-footer .bf-social {
display: flex;
gap: 8px;
justify-content: flex-start;
margin-bottom: 12px;
}
#blog-il-mobile-menu .bh-panel-footer .bf-social a {
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid var(--blog-border);
display: grid;
place-items: center;
font-size: 0.75rem;
font-weight: 600;
color: var(--blog-text-sec);
text-decoration: none;
transition: all 0.2s;
}
#blog-il-mobile-menu .bh-panel-footer .bf-social a:hover {
border-color: var(--blog-accent);
color: var(--blog-accent);
}
@media (max-width: 768px) {
#blog-il-header .bh-nav {
display: none;
}
#blog-il-header .bh-mobile-toggle {
display: grid;
}
} #blog-il-footer {
background: var(--blog-bg-surface) !important;
border-top: 1px solid var(--blog-border);
margin-top: 48px;
font-family: var(--blog-font-body);
}
#blog-il-footer .bf-inner {
max-width: var(--blog-container);
margin: 0 auto;
padding: 48px 24px 32px;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
gap: 32px;
}
#blog-il-footer .bf-brand {
display: flex;
flex-direction: column;
gap: 8px;
max-width: 320px;
}
#blog-il-footer .bf-brand .bh-logo-icon {
width: 32px;
height: 32px;
font-size: 15px;
}
#blog-il-footer .bf-brand .bh-logo-row {
display: flex;
align-items: center;
gap: 10px;
}
#blog-il-footer .bf-brand p {
font-size: 0.8125rem;
color: var(--blog-text-muted);
margin: 0;
line-height: 1.6;
}
#blog-il-footer .bf-nav {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
#blog-il-footer .bf-nav a {
font-size: 0.8125rem;
color: var(--blog-text-sec);
text-decoration: none;
transition: color 0.2s;
}
#blog-il-footer .bf-nav a:hover {
color: var(--blog-accent);
}
#blog-il-footer .bf-social {
display: flex;
gap: 8px;
}
#blog-il-footer .bf-social a {
width: 36px;
height: 36px;
border-radius: var(--blog-radius-sm);
border: 1px solid var(--blog-border);
display: grid;
place-items: center;
font-size: 0.75rem;
font-weight: 600;
color: var(--blog-text-sec);
text-decoration: none;
transition: all 0.2s ease;
}
#blog-il-footer .bf-social a:hover {
border-color: var(--blog-accent);
color: var(--blog-accent);
background: var(--blog-accent-soft);
}
#blog-il-footer .bf-bottom {
max-width: var(--blog-container);
margin: 0 auto;
padding: 16px 24px;
border-top: 1px solid var(--blog-border);
text-align: center;
font-size: 0.75rem;
color: var(--blog-text-muted);
}
@media (max-width: 768px) {
#blog-il-footer .bf-inner {
flex-direction: column;
}
} body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large,
body.tag .row.row-large,
body.search .row.row-large {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
gap: 32px !important;
max-width: var(--blog-container) !important;
margin: 0 auto !important;
padding: 32px 24px !important;
align-items: flex-start !important;
}
body.single-post .row.row-large > .large-8.col,
body.category .row.row-large > .large-8.col,
body.archive .row.row-large > .large-8.col,
body.tag .row.row-large > .large-8.col,
body.search .row.row-large > .large-8.col {
flex: 1 1 auto !important;
width: auto !important;
max-width: calc(100% - 352px) !important;
min-width: 0 !important;
padding: 0 !important;
order: 1 !important;
margin: 0 !important;
}
body.single-post .row.row-large > .post-sidebar,
body.category .row.row-large > .post-sidebar,
body.archive .row.row-large > .post-sidebar,
body.tag .row.row-large > .post-sidebar,
body.single-post .post-sidebar.large-4.col,
body.category .post-sidebar.large-4.col,
body.archive .post-sidebar.large-4.col {
flex: 0 0 320px !important;
width: 320px !important;
min-width: 320px !important;
max-width: 320px !important;
padding: 0 !important;
margin: 0 !important;
order: 2 !important;
} body.single-post .post-sidebar > *,
body.category .post-sidebar > *,
body.archive .post-sidebar > *,
body.tag .post-sidebar > *,
body.single-post .post-sidebar .col-inner,
body.category .post-sidebar .col-inner,
body.archive .post-sidebar .col-inner,
body.single-post .post-sidebar .is-sticky-column,
body.category .post-sidebar .is-sticky-column,
body.archive .post-sidebar .is-sticky-column {
display: block !important;
width: 100% !important;
max-width: 100% !important;
flex: none !important;
padding: 0 !important;
background: transparent !important;
} @media (max-width: 1023px) {
body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large,
body.tag .row.row-large {
flex-direction: column !important;
flex-wrap: wrap !important;
}
body.single-post .row.row-large > .large-8.col,
body.category .row.row-large > .large-8.col,
body.archive .row.row-large > .large-8.col,
body.tag .row.row-large > .large-8.col,
body.single-post .row.row-large > .post-sidebar,
body.category .row.row-large > .post-sidebar,
body.archive .row.row-large > .post-sidebar,
body.tag .row.row-large > .post-sidebar {
flex: 1 1 100% !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
}  body.single-post #wrapper > #header,
body.single-post #wrapper > .header-wrapper,
body.single-post #wrapper > header,
body.single-post #wrapper > #masthead,
body.single-post #wrapper > #footer,
body.single-post #wrapper > .footer-wrapper,
body.single-post #wrapper > .absolute-footer,
body.single-post #wrapper > .copyright-footer,
body.category #wrapper > #header,
body.category #wrapper > .header-wrapper,
body.category #wrapper > header,
body.category #wrapper > #masthead,
body.category #wrapper > #footer,
body.category #wrapper > .footer-wrapper,
body.category #wrapper > .absolute-footer,
body.category #wrapper > .copyright-footer,
body.archive #wrapper > #header,
body.archive #wrapper > .header-wrapper,
body.archive #wrapper > header,
body.archive #wrapper > #masthead,
body.archive #wrapper > #footer,
body.archive #wrapper > .footer-wrapper,
body.archive #wrapper > .absolute-footer,
body.archive #wrapper > .copyright-footer,
body.tag #wrapper > #header,
body.tag #wrapper > .header-wrapper,
body.tag #wrapper > header,
body.tag #wrapper > #footer,
body.search #wrapper > #header,
body.search #wrapper > #footer {
display: none !important;
} body.single-post .header-bottom,
body.single-post .header-bottom-nav,
body.single-post .header-mobile,
body.single-post .header-top,
body.single-post .mobile-nav,
body.single-post #main-menu,
body.single-post .mobile-sidebar,
body.single-post .nav-mobile,
body.single-post .title-bar,
body.single-post .show-on-scroll,
body.single-post .stuck,
body.single-post .header-search-lightbox,
body.single-post #search-lightbox,
body.single-post .nav-dropdown,
body.single-post .header-block-block-1,
body.single-post .header-block-block-2,
body.category .header-bottom,
body.category .header-bottom-nav,
body.category .header-mobile,
body.category .header-top,
body.category .mobile-nav,
body.category #main-menu,
body.category .mobile-sidebar,
body.category .nav-mobile,
body.category .title-bar,
body.category .show-on-scroll,
body.category .stuck,
body.category .header-search-lightbox,
body.category #search-lightbox,
body.category .nav-dropdown,
body.category .header-block-block-1,
body.category .header-block-block-2,
body.archive .header-bottom,
body.archive .header-bottom-nav,
body.archive .header-mobile,
body.archive .header-top,
body.archive .mobile-nav,
body.archive #main-menu,
body.archive .mobile-sidebar,
body.archive .nav-mobile,
body.archive .title-bar,
body.archive .show-on-scroll,
body.archive .stuck,
body.archive .header-search-lightbox,
body.archive #search-lightbox,
body.archive .header-block-block-1,
body.archive .header-block-block-2,
body.tag .header-bottom,
body.tag .mobile-nav,
body.tag #main-menu,
body.tag .mobile-sidebar {
display: none !important;
} body.single-post #wrapper .searchform,
body.single-post #wrapper .header-search-form,
body.single-post #wrapper .searchform-wrapper,
body.category #wrapper .searchform,
body.category #wrapper .header-search-form,
body.category #wrapper .searchform-wrapper,
body.archive #wrapper .searchform,
body.archive #wrapper .header-search-form {
display: none !important;
} body.single-post .skip-link,
body.category .skip-link,
body.archive .skip-link {
display: none !important;
} body.single-post #wrapper #main,
body.single-post #wrapper main,
body.single-post #wrapper #main-content,
body.single-post #wrapper #content,
body.category #wrapper #main,
body.category #wrapper main,
body.category #wrapper #main-content,
body.category #wrapper #content,
body.archive #wrapper #main,
body.archive #wrapper main,
body.archive #wrapper #main-content,
body.archive #wrapper #content,
body.tag #wrapper #main {
display: block !important;
} #blog-il-header,
#blog-il-footer,
#blog-il-mobile-menu {
display: block !important;
}
#blog-il-header * {
filter: none !important;
}
#blog-il-header img,
#blog-il-header svg,
#blog-il-footer img,
#blog-il-footer svg {
filter: none !important;
} @media (max-width: 768px) {
#blog-il-header .bh-inner {
padding: 0 16px !important;
height: 56px !important;
}
#blog-il-header .bh-logo-icon {
width: 32px !important;
height: 32px !important;
font-size: 16px !important;
}
#blog-il-header .bh-logo-text {
font-size: 0.875rem !important;
}
#blog-il-header .bh-icon-btn {
width: 40px !important;
height: 40px !important;
}
body.single-post .row.row-large,
body.category .row.row-large,
body.archive .row.row-large {
padding: 16px !important;
}
body.single-post .entry-title {
font-size: 1.375rem !important;
} body.category .featured-posts .row,
body.archive .featured-posts .row {
flex-direction: column !important;
}
body.category .featured-posts .row > .col,
body.archive .featured-posts .row > .col {
width: 100% !important;
max-width: 100% !important;
flex: 1 1 100% !important;
}
} body.single-post #logo img,
body.category #logo img,
body.archive #logo img,
body.tag #logo img {
filter: none !important;
} body.single-post,
body.category,
body.archive,
body.tag,
body.search {
padding-top: 0 !important;
margin-top: 0 !important;
} html body #blog-il-header {
position: sticky !important;
top: 0 !important;
z-index: 9999 !important;
background: rgba(10, 10, 10, 0.95) !important;
backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
border-bottom: 1px solid #27272a !important;
font-family: 'Inter', -apple-system, sans-serif !important;
display: block !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
box-shadow: 0 2px 16px rgba(0,0,0,0.3) !important;
}
html body #blog-il-header .bh-inner {
max-width: 1200px !important;
margin: 0 auto !important;
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
padding: 0 24px !important;
height: 64px !important;
width: 100% !important;
box-sizing: border-box !important;
flex-wrap: nowrap !important;
}
html body #blog-il-header .bh-logo {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 10px !important;
text-decoration: none !important;
color: #f5f5f5 !important;
flex-shrink: 0 !important;
}
html body #blog-il-header .bh-logo:hover {
color: #f5f5f5 !important;
}
html body #blog-il-header .bh-logo-icon {
width: 36px !important;
height: 36px !important;
border-radius: 8px !important;
background: #ffcc00 !important;
color: #0a0a0a !important;
display: grid !important;
place-items: center !important;
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
font-size: 18px !important;
flex-shrink: 0 !important;
}
html body #blog-il-header .bh-logo-text {
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
font-size: 0.95rem !important;
letter-spacing: 1px !important;
color: #f5f5f5 !important;
white-space: nowrap !important;
line-height: 1 !important;
}
html body #blog-il-header .bh-nav {
display: flex !important;
flex-direction: row !important;
gap: 4px !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
align-items: center !important;
flex-wrap: nowrap !important;
}
html body #blog-il-header .bh-nav a {
padding: 8px 14px !important;
border-radius: 8px !important;
font-size: 0.8125rem !important;
font-weight: 500 !important;
color: #a1a1aa !important;
text-decoration: none !important;
transition: all 0.35s ease !important;
display: inline-block !important;
background: transparent !important;
border: none !important;
white-space: nowrap !important;
line-height: 1 !important;
}
html body #blog-il-header .bh-nav a:hover {
color: #f5f5f5 !important;
background: #1c1c1c !important;
}
html body #blog-il-header .bh-nav a.current {
color: #ffcc00 !important;
background: rgba(255, 204, 0, 0.08) !important;
}
html body #blog-il-header .bh-actions {
display: flex !important;
flex-direction: row !important;
gap: 8px !important;
align-items: center !important;
flex-shrink: 0 !important;
}
html body #blog-il-header .bh-icon-btn {
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
border-radius: 8px !important;
background: transparent !important;
border: none !important;
color: #a1a1aa !important;
cursor: pointer !important;
display: grid !important;
place-items: center !important;
transition: all 0.2s ease !important;
padding: 0 !important;
margin: 0 !important;
outline: none !important;
box-shadow: none !important;
}
html body #blog-il-header .bh-icon-btn:hover {
background: #1c1c1c !important;
color: #f5f5f5 !important;
}
html body #blog-il-header .bh-icon-btn svg {
width: 18px !important;
height: 18px !important;
display: block !important;
filter: none !important;
}
html body #blog-il-header .bh-mobile-toggle {
display: none !important;
} html body #blog-il-header #blog-il-search-bar {
display: none !important;
border-top: 1px solid #27272a !important;
padding: 12px 24px !important;
background: #141414 !important;
}
html body #blog-il-header #blog-il-search-bar.open {
display: block !important;
}
html body #blog-il-header #blog-il-search-bar .bh-search-inner {
max-width: 1200px !important;
margin: 0 auto !important;
display: flex !important;
align-items: center !important;
gap: 12px !important;
}
html body #blog-il-header #blog-il-search-bar input {
flex: 1 !important;
background: transparent !important;
border: none !important;
outline: none !important;
font-size: 1rem !important;
color: #f5f5f5 !important;
padding: 8px 0 !important;
font-family: inherit !important;
}
html body #blog-il-header #blog-il-search-bar input::placeholder {
color: #71717a !important;
}
html body #blog-il-header #blog-il-search-bar form {
flex: 1 !important;
display: flex !important;
margin: 0 !important;
} @media (max-width: 768px) {
html body #blog-il-header .bh-inner {
padding: 0 16px !important;
height: 56px !important;
}
html body #blog-il-header .bh-logo-icon {
width: 32px !important;
height: 32px !important;
font-size: 15px !important;
}
html body #blog-il-header .bh-logo-text {
font-size: 0.8125rem !important;
}
html body #blog-il-header .bh-nav {
display: none !important;
}
html body #blog-il-header .bh-mobile-toggle {
display: grid !important;
}
html body #blog-il-header .bh-icon-btn {
width: 40px !important;
height: 40px !important;
min-width: 40px !important;
}
html body #blog-il-header .bh-icon-btn svg {
width: 20px !important;
height: 20px !important;
}
} html body #blog-il-footer {
background: #141414 !important;
border-top: 1px solid #27272a !important;
margin-top: 48px !important;
font-family: 'Inter', sans-serif !important;
display: block !important;
width: 100% !important;
}
html body #blog-il-footer .bf-inner {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 48px 24px 32px !important;
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
justify-content: space-between !important;
flex-wrap: wrap !important;
gap: 32px !important;
}
html body #blog-il-footer .bf-brand {
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
max-width: 320px !important;
}
html body #blog-il-footer .bf-brand .bh-logo-row {
display: flex !important;
align-items: center !important;
gap: 10px !important;
}
html body #blog-il-footer .bf-brand .bh-logo-icon {
width: 32px !important;
height: 32px !important;
font-size: 15px !important;
background: #ffcc00 !important;
color: #0a0a0a !important;
border-radius: 8px !important;
display: grid !important;
place-items: center !important;
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
}
html body #blog-il-footer .bf-brand .bh-logo-text {
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
color: #f5f5f5 !important;
font-size: 0.95rem !important;
}
html body #blog-il-footer .bf-brand p {
font-size: 0.8125rem !important;
color: #71717a !important;
margin: 0 !important;
line-height: 1.6 !important;
}
html body #blog-il-footer .bf-nav {
display: flex !important;
gap: 20px !important;
flex-wrap: wrap !important;
}
html body #blog-il-footer .bf-nav a {
font-size: 0.8125rem !important;
color: #a1a1aa !important;
text-decoration: none !important;
}
html body #blog-il-footer .bf-nav a:hover {
color: #ffcc00 !important;
}
html body #blog-il-footer .bf-social {
display: flex !important;
gap: 8px !important;
}
html body #blog-il-footer .bf-social a {
width: 36px !important;
height: 36px !important;
border-radius: 8px !important;
border: 1px solid #27272a !important;
display: grid !important;
place-items: center !important;
font-size: 0.75rem !important;
font-weight: 600 !important;
color: #a1a1aa !important;
text-decoration: none !important;
background: transparent !important;
}
html body #blog-il-footer .bf-social a:hover {
border-color: #ffcc00 !important;
color: #ffcc00 !important;
background: rgba(255, 204, 0, 0.08) !important;
}
html body #blog-il-footer .bf-bottom {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 16px 24px !important;
border-top: 1px solid #27272a !important;
text-align: center !important;
font-size: 0.75rem !important;
color: #71717a !important;
}
html body #blog-il-footer .bf-bottom p {
margin: 0 !important;
color: #71717a !important;
}
@media (max-width: 768px) {
html body #blog-il-footer .bf-inner {
flex-direction: column !important;
}
} html body #blog-il-mobile-menu {
position: fixed !important;
inset: 0 !important;
z-index: 99999 !important;
pointer-events: none !important;
visibility: hidden !important;
}
html body #blog-il-mobile-menu.open {
pointer-events: auto !important;
visibility: visible !important;
}
html body #blog-il-mobile-menu .bh-backdrop {
position: absolute !important;
inset: 0 !important;
background: rgba(0,0,0,0.6) !important;
backdrop-filter: blur(4px) !important;
opacity: 0 !important;
transition: opacity 0.3s ease !important;
}
html body #blog-il-mobile-menu.open .bh-backdrop {
opacity: 1 !important;
}
html body #blog-il-mobile-menu .bh-panel {
position: absolute !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 300px !important;
max-width: 85vw !important;
background: #141414 !important;
border-left: 1px solid #27272a !important;
display: flex !important;
flex-direction: column !important;
transform: translateX(100%) !important;
transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
box-shadow: -8px 0 32px rgba(0,0,0,0.4) !important;
}
html body #blog-il-mobile-menu.open .bh-panel {
transform: translateX(0) !important;
}
html body #blog-il-mobile-menu .bh-panel-header {
display: flex !important;
align-items: center !important;
gap: 10px !important;
padding: 16px 20px !important;
border-bottom: 1px solid #27272a !important;
}
html body #blog-il-mobile-menu .bh-panel-header .bh-logo-icon {
width: 32px !important;
height: 32px !important;
background: #ffcc00 !important;
color: #0a0a0a !important;
border-radius: 8px !important;
display: grid !important;
place-items: center !important;
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
font-size: 15px !important;
}
html body #blog-il-mobile-menu .bh-panel-header .bh-logo-text {
font-family: 'Space Grotesk', sans-serif !important;
font-weight: 700 !important;
color: #f5f5f5 !important;
font-size: 0.875rem !important;
flex: 1 !important;
}
html body #blog-il-mobile-menu .bh-panel-nav {
flex: 1 !important;
padding: 16px 0 !important;
overflow-y: auto !important;
display: block !important;
}
html body #blog-il-mobile-menu .bh-panel-nav a {
display: block !important;
padding: 14px 24px !important;
font-size: 0.9375rem !important;
font-weight: 500 !important;
color: #a1a1aa !important;
text-decoration: none !important;
border-bottom: 1px solid #27272a !important;
background: transparent !important;
}
html body #blog-il-mobile-menu .bh-panel-nav a:hover,
html body #blog-il-mobile-menu .bh-panel-nav a.current {
color: #ffcc00 !important;
background: rgba(255, 204, 0, 0.08) !important;
padding-left: 30px !important;
}
html body #blog-il-mobile-menu .bh-panel-footer {
padding: 20px 24px !important;
border-top: 1px solid #27272a !important;
}
html body #blog-il-mobile-menu .bh-panel-footer .bf-social {
display: flex !important;
gap: 8px !important;
margin-bottom: 12px !important;
}
html body #blog-il-mobile-menu .bh-panel-footer .bf-social a {
width: 36px !important;
height: 36px !important;
border-radius: 8px !important;
border: 1px solid #27272a !important;
display: grid !important;
place-items: center !important;
font-size: 0.75rem !important;
font-weight: 600 !important;
color: #a1a1aa !important;
text-decoration: none !important;
} html body #blog-il-header *,
html body #blog-il-footer *,
html body #blog-il-mobile-menu * {
box-sizing: border-box !important;
}
html body #blog-il-header a,
html body #blog-il-footer a,
html body #blog-il-mobile-menu a {
text-decoration: none !important;
border: none !important;
background-image: none !important;
}