:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b21599e *//* ================================================= */
/* TIKTOK COMPLIANT MULTI-CATEGORY INGREDIENTS PAGE  */
/* ================================================= */

.herbis-ingredients-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #374151;
}

/* Header Section */
.ing-header-section {
    text-align: center;
    margin-bottom: 45px;
}

.ing-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2D5A27;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    border: 1px solid #c8e6c9;
}

.ing-header-section h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #1b4332 !important;
    margin: 0 0 12px 0 !important;
}

.ing-header-section p {
    font-size: 15px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Content Blocks */
.ing-content-block {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.ing-content-block h2 {
    font-size: 22px !important;
    color: #1b4332 !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    text-align: center;
}

.section-desc {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 30px;
}

/* Grid Layouts */
.ing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ing-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 25px 20px;
    transition: transform 0.3s ease;
}

.ing-card:hover {
    transform: translateY(-3px);
    border-color: #2D5A27;
}

.ing-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.ing-card h3 {
    font-size: 16px;
    color: #1b4332;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.ing-card p {
    font-size: 13.5px;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

/* Process Grid (4 Steps) */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.process-step {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.process-step:hover {
    border-color: #2D5A27;
    transform: translateY(-3px);
    background: #ffffff;
}

.step-number {
    font-size: 24px;
    font-weight: 800;
    color: #52b788;
    margin-bottom: 8px;
}

.process-step h4 {
    font-size: 14px;
    color: #1b4332;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.process-step p {
    font-size: 12.5px;
    color: #4b5563;
    margin: 0;
    line-height: 1.4;
}

/* Article Widget Styling */
.article-widget {
    border-left: 4px solid #2D5A27 !important;
}

.article-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2D5A27;
    background: #f0fdf4;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #dcfce7;
}

.article-subtitle {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 25px !important;
}

.article-body-content h3 {
    font-size: 16px !important;
    color: #1b4332 !important;
    font-weight: 600 !important;
    margin: 20px 0 8px 0 !important;
    text-align: left !important;
}

.article-body-content p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 15px;
}

.article-bullet-list {
    margin: 15px 0 0 20px;
    color: #4b5563;
}

.article-bullet-list li {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.article-bullet-list strong {
    color: #1b4332;
}

/* Notice Box */
.ing-notice-box {
    background: #fdf8f6;
    border: 1px solid #f9dedc;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.ing-notice-box h3 {
    font-size: 15px;
    color: #991b1b;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.ing-notice-box p {
    font-size: 13px;
    color: #5f6368;
    margin: 0;
    line-height: 1.5;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ing-grid, .process-grid {
        grid-template-columns: 1fr;
    }
    .ing-content-block {
        padding: 20px;
    }
    .ing-header-section h1 {
        font-size: 26px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edc9c3a *//* ================================================= */
/* WIDGET 6: FAQ ACCORDION STYLING                   */
/* ================================================= */

.faq-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #2D5A27;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(45, 90, 39, 0.05);
}

.faq-item h4 {
    font-size: 15px;
    color: #1b4332;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.faq-item p {
    font-size: 13.5px;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

/* Responsive adjustment for FAQ */
@media (max-width: 768px) {
    .faq-accordion {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */