.cci-wrapper-285d904a {
    background-color: #FFFFFF;
    padding: 80px 20px;
}
.cci-container-285d904a {
    max-width: 900px;
    margin: 0 auto;
}
.cci-overline-285d904a {
    color: #4CAF50;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.cci-headline-285d904a {
    color: #0E2A1A;
    font-size: 2.5rem;
    margin-bottom: 40px;
    margin-top: 0;
}
.cci-accordion-item-285d904a {
    border-bottom: 1px solid #E2E8E4;
}
.cci-accordion-header-285d904a {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.5rem 0;
    color: #0E2A1A;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}
.cci-accordion-icon-285d904a {
    color: #4CAF50;
    font-weight: 400;
}
.cci-accordion-content-285d904a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.cci-accordion-item-285d904a.is-active .cci-accordion-content-285d904a {
    max-height: 1000px;
    padding-bottom: 1.5rem;
}
.cci-accordion-item-285d904a.is-active .cci-accordion-icon-285d904a::before {
    content: "[ - ]";
}
.cci-accordion-icon-285d904a::before {
    content: "[ + ]";
}
.cci-products-grid-285d904a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 15px;
}
.cci-product-card-285d904a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.cci-product-image-285d904a {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.cci-product-info-285d904a {
    display: flex;
    flex-direction: column;
}
.cci-product-name-285d904a {
    color: #0E2A1A;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}
.cci-product-description-285d904a {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A5D54;
    margin: 0 0 5px 0;
}
.cci-product-link-285d904a {
    color: #4CAF50;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}
.cci-product-link-285d904a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .cci-products-grid-285d904a {
        grid-template-columns: 1fr;
    }
}