#projector_status__info_amount{
display: none !important;
}
div#navagation {
  background-color: #2f7e35;

}

#blog-item .article-blog {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 20px;
}
#blog-item .article-blog h1 {
    color: #2F7E35;
    text-align: center;
    margin-bottom: 30px;
}
#blog-item .article-blog h2 {
    color: #4a7c59;
    border-bottom: 2px solid #2F7E35;
    padding-bottom: 5px;
    margin-top: 30px;
}
#blog-item .article-blog h3 {
    color: #2F7E35;
}
#blog-item .intro {
    font-size: 1.1em;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}
#blog-item .product-tip {
    background-color: #e8f4ea;
    padding: 15px;
    border-left: 4px solid #4a7c59;
    margin: 20px 0;
}
#blog-item .article-blog ul, #blog-item .article-blog ol {
    padding-left: 25px;
}
#blog-item .article-blog li {
    margin-bottom: 10px;
}
#blog-item .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
#blog-item .comparison-table th, #blog-item .comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
#blog-item .comparison-table th {
    background-color: #4a7c59;
    color: white;
}
#blog-item .comparison-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
#blog-item .yes {
    color: #4a7c59;
    font-weight: bold;
}
#blog-item .no {
    color: #cc0000;
    font-weight: bold;
}
#blog-item .warning {
    color: #ff9900;
    font-weight: bold;
}
#blog-item .summary {
    background-color: #f0f7f1;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
}
#blog-item .faq-section {
    border: 2px solid #4CAF50;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    background-color: #f9f9f9;
}
#blog-item .faq-section h2 {
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
#blog-item .faq-item {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#blog-item .faq-question {
    font-weight: bold;
    color: #4CAF50;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#blog-item .faq-question::before {
    content: "Q: ";
    color: #4CAF50;
    font-weight: bold;
    margin-right: 5px;
}
#blog-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    color: #555;
    margin-top: 5px;
}
#blog-item .faq-answer::before {
    content: "A: ";
    font-weight: bold;
    color: #555;
    margin-right: 5px;
}
#blog-item .faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}
#blog-item .cta-box {
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
#blog-item .cta-button {
    display: inline-block;
    background-color: #4a7c59;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
    transition: background-color 0.3s;
}
#blog-item .cta-button:hover {
    background-color: #3a6a49;
}
#blog-item .related-articles {
    border: 2px solid #4CAF50;
    border-radius: 8px;
    padding: 15px;
    margin: 30px 0;
    background-color: #f9f9f9;
}
#blog-item .related-articles h3 {
    color: #4a7c59;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
#blog-item .related-articles ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#blog-item .related-articles li {
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px dotted #e0e0e0;
}
#blog-item .related-articles li:last-child {
    border-bottom: none;
}
#blog-item .related-articles a {
    text-decoration: none;
    color: #4a7c59;
    font-weight: 500;
    transition: color 0.3s;
}
#blog-item .related-articles a:hover {
    text-decoration: underline;
    color: #3a6a49;
}

/* Styl ogólny kontenera */
#blog-item .image-container {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                justify-content: space-between;
            }
            
            /* Styl dla każdego bloku obrazka */
#blog-item .image-box {
                flex: 1 1 calc(33.33% - 20px); /* Trzy elementy w rzędzie na dużych ekranach */
                text-align: center;
            }
            
#blog-item .image-box img {
                width: 100%;
                height: auto;
                border-radius: 8px;
            }
            
            /* Styl podpisów */
#blog-item .image-box p {
                font-size: 16px;
                color: #333;
                margin-top: 10px;
            }
            
            /* Media query dla urządzeń mobilnych (telefony i tablety) */
            @media (max-width: 768px) {
#blog-item .image-box {
                    flex: 1 1 100%; /* Na urządzeniach mobilnych obrazy będą wyświetlane jeden pod drugim */
                }
            }
            
#blog-item .warning-box {
        background-color: #fff3cd;
        border-left: 4px solid #ffc107;
        padding: 15px;
        margin: 20px 0;
    }
#blog-item .tips-box {
        background-color: #d1ecf1;
        border-left: 4px solid #17a2b8;
        padding: 15px;
        margin: 20px 0;
    }
#blog-item .product-list {
        background-color: #f8f9fa;
        border-radius: 5px;
        padding: 15px;
        margin: 20px 0;
    }
    
#blog-item .size-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }
#blog-item .size-table th, .size-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }
#blog-item .size-table th {
        background-color: #4a7c59;
        color: white;
    }
#blog-item .size-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    
#blog-item .pros-cons {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 20px 0;
        }
#blog-item .pros, .cons {
            flex: 1;
            padding: 15px;
            border-radius: 5px;
        }
#blog-item .pros {
            background-color: #e8f5e9;
            border-left: 4px solid #4CAF50;
        }
#blog-item .cons {
            background-color: #ffebee;
            border-left: 4px solid #f44336;
        }
#blog-item .pros h4, .cons h4 {
            margin-top: 0;
            color: #333;
        }    
#blog-item .yes {
            color: #4a7c59;
            font-weight: bold;
        }
#blog-item .no {
            color: #cc0000;
            font-weight: bold;
        }
#blog-item .warning {
            color: #ff9900;
            font-weight: bold;
        }
#blog-item .summary {
            background-color: #f0f7f1;
            padding: 20px;
            border-radius: 5px;
            margin-top: 40px;
        }
#blog-item .dictionary-terms {
            margin-bottom: 30px;
        }
        
        #blog-item .term-item {
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        #blog-item .term-name {
            color: #4a7c59;
            margin-bottom: 8px;
            font-size: 18px;
            font-weight: bold;
            background-color: #f5f5f5;
            padding: 8px 12px;
            border-radius: 4px;
            display: inline-block;
        }
        
        #blog-item .term-definition {
            padding-left: 15px;
            border-left: 3px solid #6a9e78;
            margin-left: 5px;
        }
        
        #blog-item .term-definition p {
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }
        
        /* Style dla elementów dl/dt/dd */
        #blog-item dl {
            margin-bottom: 30px;
        }
        
        #blog-item dt {
            color: #4a7c59;
            margin-bottom: 8px;
            font-size: 18px;
            font-weight: bold;
            background-color: #f5f5f5;
            padding: 8px 12px;
            border-radius: 4px;
            display: inline-block;
        }
        
        #blog-item dd {
            padding-left: 15px;
            border-left: 3px solid #6a9e78;
            margin: 0 0 20px 5px;
            padding-bottom: 15px;
        }
        
        #blog-item dd:last-child {
            margin-bottom: 0;
        }
        
/* kolory opisu kategorii */

.search_description h2 {
            color: #2F7E35;
            font-size: 1.8em;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        .search_description h3 {
            color: #2F7E35;
            font-size: 1.4em;
            margin-top: 20px;
            margin-bottom: 10px;
        }
         .search_description h3 a {
             color: #2F7E35;
         }
        .search_description h4 {
            color: #2F7E35;
            font-size: 1.2em;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        
        .search_description p strong, .search_description ul li strong {
            color: #2f7e35;
        }
        .search_description p strong a, .search_description ul li strong a {
            color: #2f7e35;
        }
            .search_description p a strong, .search_description ul li a strong {
            color: #2f7e35;
        }
        .search_description p a:hover, .search_description ul li a:hover{
            color: #7cc003;
        }
        .search_description ul {
            padding-left: 20px;
            margin-bottom: 20px;
        }
        .search_description ul li {
            margin-bottom: 8px;
        }
        .search_description .highlight-box {
            background: #e8f5ec;
            border-left: 4px solid #4a7c59;
            padding: 20px;
            margin: 20px 0;
        }
        .search_description .tip-box {
            background: #e8f5ec;
            border: 1px solid #93c5a0;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
        }
        .search_description .brands-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0;
        }
        .search_description .brand-tag {
            background: #e2e8e8;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9em;
        }
        .search_description footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;
            color: #718096;
        }