/* Main Content Area Styling */
.col-full {
    max-width: 1600px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
    flex-direction: column;
}

.col-full .woocommerce {
    display: none !important;
}

.storefront-breadcrumb {
    margin-bottom: 0 !important;
}

.content-area {
    width: 100% !important;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: #ffffff;
    margin: 0 !important;
}

/* Article Container */
.post-168 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Entry Header */
.post-168 .entry-header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.post-168 .entry-header .posted-on,
.post-168 .entry-header .post-author,
.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;
}

.post-168 .entry-header .posted-on a,
.post-168 .entry-header .post-author a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.post-168 .entry-header .posted-on a:hover,
.post-168 .entry-header .post-author a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.post-168 .entry-header .post-comments a {
    color: #6b7280;
    text-decoration: none;
}

.post-168 .entry-header .post-comments a:hover {
    color: #3b82f6;
}

/* Page Title (Category Header) */
.page-header {
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    letter-spacing: -0.02em;
    margin: 0;
}

.page-title span {
    color: #3b82f6;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Main Title */
.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;
}

.post-168 .entry-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-168 .entry-title a:hover {
    color: #3b82f6;
}

/* Featured Image */
.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 */
.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 */
.post-168 .entry-content p {
    margin-bottom: 1.5rem;
}

/* Headings within Content */
.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;
}

.post-168 .entry-content h2:first-of-type {
    margin-top: 0;
}

.post-168 .entry-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #1f2937;
}

.post-168 .entry-content h3.wp-block-heading {
    position: relative;
    padding-left: 1rem;
}

.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 */
.post-168 .entry-content a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.post-168 .entry-content a:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

/* Images and Figures */
.post-168 .wp-block-image {
    margin: 2.5rem 0;
    text-align: center;
}

.post-168 .wp-block-image figure {
    display: inline-block;
    max-width: 100%;
}

.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;
}

.post-168 .wp-block-image img:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* FAQ Section */
.post-168 .wp-block-yoast-faq-block {
    background: #f9fafb;
    border-radius: 16px;
    padding: 2rem;
    margin: 2.5rem 0;
}

.post-168 .schema-faq-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.post-168 .schema-faq-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.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;
}

.post-168 .schema-faq-question:hover {
    color: #3b82f6;
}

.post-168 .schema-faq-answer {
    color: #4b5563;
    line-height: 1.6;
    padding-left: 1.5rem;
    border-left: 3px solid #3b82f6;
}

/* Entry Taxonomy (Categories and Tags) */
.post-168 .entry-taxonomy {
    padding: 1.5rem 2rem;
    background: white;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.post-168 .cat-links,
.post-168 .tags-links {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.post-168 .cat-links a,
.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;
}

.post-168 .cat-links a:hover,
.post-168 .tags-links a:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Comments Section */
.post-168 .comments-area {
    padding: 2rem;
    background: #ffffff;
}

.post-168 .comment-reply-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1.5rem;
    display: block;
}

/* Comment Form */
.post-168 #commentform {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 16px;
}

.post-168 #commentform p {
    margin-bottom: 1.5rem;
}

.post-168 #commentform label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
}

.post-168 #commentform input[type="text"],
.post-168 #commentform input[type="email"],
.post-168 #commentform input[type="url"],
.post-168 #commentform textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #ffffff;
}

.post-168 #commentform input[type="text"]:focus,
.post-168 #commentform input[type="email"]:focus,
.post-168 #commentform input[type="url"]:focus,
.post-168 #commentform textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.post-168 #commentform textarea {
    min-height: 150px;
    resize: vertical;
}

.post-168 #commentform .submit {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}

.post-168 #commentform .submit:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.3);
}

.post-168 #commentform .submit:active {
    transform: translateY(0);
}

.post-168 .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.post-168 .comment-form-cookies-consent input {
    width: auto;
    margin: 0;
}

.post-168 .comment-form-cookies-consent label {
    margin: 0;
    font-weight: normal;
}

/* 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);
}

/* 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);
}

/* Legacy Search Widget */
#secondary .search-form {
    display: flex;
    gap: 0.5rem;
}

#secondary .search-form label {
    flex: 1;
}

#secondary .search-field {
    width: 100%;
    padding: 0.75rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
}

#secondary .search-field:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.widget_search form:not(.wp-block-search)::before, .widget_product_search form:not(.wp-block-search)::before{
    top: 20px !important;
}

#secondary .search-submit {
    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 .search-submit:hover {
    background: #2563eb;
}

/* Responsive Design */
@media (min-width: 1025px) {
    #secondary {
        width: 100% !important;
        max-width: 350px !important;
    }
    .col-full {
        flex-direction: row;
        gap: 2rem;
    }
    
    #primary {
        flex: 1;
    }
}

@media (max-width: 1024px) {
    .col-full {
        padding: 0.5rem 1.5rem !important;
    }
    .site-main,
    .post-168 {
        margin: 0 !important;
    }
    #primary {
        padding: 0 !important;
    }
    #secondary {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 0 1.25rem;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .post-168 .entry-header,
    .post-168 .entry-content,
    .post-168 .entry-taxonomy,
    .post-168 .comments-area {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    .post-168 .wp-post-image {
        padding: 0 1.25rem;
    }
    
    .post-168 .entry-title {
        font-size: 2rem;
    }
    
    .post-168 .entry-content h2 {
        font-size: 1.5rem;
    }
    
    .post-168 .entry-content h3 {
        font-size: 1.25rem;
    }
    
    .post-168 .wp-block-yoast-faq-block {
        padding: 1.25rem;
    }
    
    #secondary {
        margin-top: 1.5rem;
        padding: 1.25rem;
    }
}

@media (max-width: 480px) {
    .content-area {
        padding: 1rem;
    }
    
    .page-title {
        font-size: 1.5rem;
    }
    
    .post-168 .entry-title {
        font-size: 1.75rem;
    }
    
    .post-168 .entry-content {
        font-size: 1rem;
    }
    
    .post-168 .entry-content h2 {
        font-size: 1.35rem;
    }
    
    .post-168 .entry-content h3 {
        font-size: 1.15rem;
    }
    
    .post-168 .schema-faq-question {
        font-size: 1.1rem;
    }
    
    .post-168 #commentform {
        padding: 1.25rem;
    }
}

/* Print Styles */
@media print {
    .post-168 {
        box-shadow: none;
    }
    
    .page-header,
    .post-168 .entry-taxonomy,
    .post-168 .comments-area,
    #secondary {
        display: none;
    }
    
    .post-168 .wp-block-image img {
        box-shadow: none;
    }
}