/* Main Content Area Styling */
.col-full {
    max-width: 1600px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
}

.col-full .woocommerce {
    display: none !important;
}

.storefront-breadcrumb {
    margin-bottom: 0 !important;
}

#primary.content-area {
    width: 100% !important;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: #ffffff;
    margin: 0 !important;
}

/* Article Container */
article.post-168 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Entry Header */
article.post-168 .entry-header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f0f0f0;
}

article.post-168 .entry-header .posted-on,
article.post-168 .entry-header .post-author,
article.post-168 .entry-header .post-comments {
    font-size: 0.9rem;
    color: #6b7280;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

article.post-168 .entry-header .posted-on a,
article.post-168 .entry-header .post-author a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

article.post-168 .entry-header .posted-on a:hover,
article.post-168 .entry-header .post-author a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

article.post-168 .entry-header .post-comments a {
    color: #6b7280;
    text-decoration: none;
}

article.post-168 .entry-header .post-comments a:hover {
    color: #3b82f6;
}

/* Main Title */
article.post-168 .entry-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 1rem 0 0.5rem;
    font-weight: 700;
    color: #111827;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    letter-spacing: -0.02em;
}

article.post-168 .entry-title a {
    color: #111827;
    text-decoration: none;
}

article.post-168 .entry-title a:hover {
    color: #3b82f6;
}

/* Featured Image */
article.post-168 .wp-post-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    padding: 0 2rem;
    margin: 1.5rem 0;
}

/* Entry Content */
article.post-168 .entry-content {
    padding: 1rem 2rem 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Paragraph Styling */
article.post-168 .entry-content p {
    margin-bottom: 1.5rem;
}

/* Headings within Content */
article.post-168 .entry-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #111827;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 0.75rem;
}

article.post-168 .entry-content h2.wp-block-heading:first-of-type {
    margin-top: 0;
}

article.post-168 .entry-content h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #1f2937;
    position: relative;
    padding-left: 1rem;
}

article.post-168 .entry-content h3.wp-block-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 4px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

/* Links */
article.post-168 .entry-content a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

article.post-168 .entry-content a:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

/* Images and Figures */
article.post-168 .wp-block-image {
    margin: 2.5rem 0;
    text-align: center;
}

article.post-168 .wp-block-image figure {
    display: inline-block;
    max-width: 100%;
}

article.post-168 .wp-block-image img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

article.post-168 .wp-block-image img:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* FAQ Section */
article.post-168 .wp-block-yoast-faq-block {
    background: #f9fafb;
    border-radius: 16px;
    padding: 2rem;
    margin: 2.5rem 0;
}

article.post-168 .schema-faq-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

article.post-168 .schema-faq-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

article.post-168 .schema-faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111827;
    display: block;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

article.post-168 .schema-faq-question:hover {
    color: #3b82f6;
}

article.post-168 .schema-faq-answer {
    color: #4b5563;
    line-height: 1.6;
    padding-left: 0.5rem;
    border-left: 3px solid #3b82f6;
    padding-left: 1.5rem;
}

/* Entry Taxonomy (Categories and Tags) */
article.post-168 .entry-taxonomy {
    padding: 1.5rem 2rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

article.post-168 .cat-links,
article.post-168 .tags-links {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

article.post-168 .cat-links a,
article.post-168 .tags-links a {
    color: #3b82f6;
    text-decoration: none;
    background: #eef2ff;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 0.25rem;
    display: inline-block;
    transition: all 0.2s ease;
}

article.post-168 .cat-links a:hover,
article.post-168 .tags-links a:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Article Cards - New Style */
.uniq-article-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .uniq-article-card {
        flex-direction: row;
    }
}

.uniq-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    border-color: #e0e7ff;
}

.uniq-article-img {
    position: relative;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .uniq-article-img {
        width: 280px;
        min-height: auto;
    }
}

.uniq-article-img .post-thumbnail {
    width: 100%;
    height: 100%;
}

.uniq-article-img .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.uniq-article-card:hover .uniq-article-img img {
    transform: scale(1.05);
}

/* Article Badges */
.uniq-date-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    text-align: center;
    min-width: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.uniq-date-badge span {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #3b82f6;
    line-height: 1;
}

.uniq-date-badge small {
    display: block;
    font-size: 0.7rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.uniq-category-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
}

.uniq-category-badge a {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    text-decoration: none;
    padding: 0.35rem 1rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
    display: inline-block;
    transition: all 0.2s ease;
}

.uniq-category-badge a:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
    color: white;
}

/* Article Content */
.uniq-article-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.uniq-article-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.uniq-article-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.uniq-article-content h3 a:hover {
    color: #3b82f6;
}

.uniq-read-more {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
}

.uniq-read-more:hover {
    color: #1d4ed8;
    gap: 0.75rem;
}

.uniq-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    margin-top: auto;
}

.uniq-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.uniq-meta .emoji {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* Sidebar Widgets */
#secondary {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 97px;
}

#secondary .widget {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

#secondary .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#secondary .widget-title,
#secondary .gamma {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1.25rem;
    display: block;
    position: relative;
    padding-bottom: 0.5rem;
}

#secondary .widget-title::after,
#secondary .gamma::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

/* Search Widget */
#secondary .wp-block-search__label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    display: block;
}

#secondary .wp-block-search__inside-wrapper {
    display: flex;
    gap: 0.5rem;
}

#secondary .wp-block-search__input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
}

#secondary .wp-block-search__input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#secondary .wp-block-search__button {
    padding: 0.75rem 1.25rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

#secondary .wp-block-search__button:hover {
    background: #2563eb;
}

/* Recent Posts */
#secondary .wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .wp-block-latest-posts li {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #e5e7eb;
}

#secondary .wp-block-latest-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#secondary .wp-block-latest-posts a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    line-height: 1.4;
}

#secondary .wp-block-latest-posts a:hover {
    color: #3b82f6;
    transform: translateX(4px);
}

/* Recent Comments */
#secondary .wp-block-latest-comments {
    color: #6b7280;
    font-style: italic;
}

/* Archives & Categories */
#secondary .wp-block-archives,
#secondary .wp-block-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .wp-block-archives li,
#secondary .wp-block-categories li {
    margin-bottom: 0.5rem;
}

#secondary .wp-block-archives a,
#secondary .wp-block-categories a {
    color: #4b5563;
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 0;
    transition: all 0.2s ease;
}

#secondary .wp-block-archives a:hover,
#secondary .wp-block-categories a:hover {
    color: #3b82f6;
    transform: translateX(4px);
}

/* Text Widget */
#secondary .widget_text .textwidget {
    color: #4b5563;
    line-height: 1.6;
}

/* Responsive Design */
@media (min-width: 1025px) {
    #secondary {
        width: 100% !important;
        max-width: 350px !important;
        margin-left: 2rem;
    }
    
    .col-full {
        flex-direction: row;
    }
    
    #primary.content-area {
        flex: 1;
    }
}

@media (max-width: 1024px) {
    .col-full {
        padding: 0.5rem 1.5rem !important;
    }
    
    .site-main,
    article.post-168 {
        margin: 0 !important;
    }
    
    #primary.content-area {
        padding: 0 !important;
    }
    
    #secondary {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    article.post-168 .entry-header,
    article.post-168 .entry-content,
    article.post-168 .entry-taxonomy {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    article.post-168 .wp-post-image {
        padding: 0 1.25rem;
    }
    
    article.post-168 .entry-title {
        font-size: 2rem;
    }
    
    article.post-168 .entry-content h2 {
        font-size: 1.5rem;
    }
    
    article.post-168 .entry-content h3 {
        font-size: 1.25rem;
    }
    
    article.post-168 .wp-block-yoast-faq-block {
        padding: 1.25rem;
    }
    
    #secondary {
        margin-top: 1.5rem;
        padding: 1.25rem;
    }
    
    .uniq-article-content h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    #primary.content-area {
        padding: 1rem;
    }
    
    article.post-168 .entry-title {
        font-size: 1.75rem;
    }
    
    article.post-168 .entry-content {
        font-size: 1rem;
    }
    
    article.post-168 .entry-content h2 {
        font-size: 1.35rem;
    }
    
    article.post-168 .entry-content h3 {
        font-size: 1.15rem;
    }
    
    article.post-168 .schema-faq-question {
        font-size: 1.1rem;
    }
    
    .col-full {
        padding: 0 1rem !important;
    }
    
    .uniq-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}
@media screen and (max-width:450px) {
    .post-thumbnail{
        height: 239px !important;
    }
    
}
/* Print Styles */
@media print {
    article.post-168,
    .uniq-article-card {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }
    
    article.post-168 .entry-taxonomy,
    #secondary {
        display: none;
    }
    
    article.post-168 .wp-block-image img {
        box-shadow: none;
    }
}