
.sauce-direct-answer {
    background: linear-gradient(135deg, rgba(210, 105, 30, 0.1), rgba(160, 82, 45, 0.05));
    border: 2px solid #D2691E;
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    position: relative;
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sauce-icon {
    background: linear-gradient(135deg, #D2691E, #A0522D);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.3);
    margin-top: -5px;
}

.sauce-content {
    flex: 1;
}

.sauce-answer-title {
    color: #A0522D;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-left: 0;
}

.sauce-answer-content {
    color: #2c3e50;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.sauce-answer-content strong {
    color: #D2691E;
    font-weight: 600;
}

.sauce-key-points {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.sauce-key-points li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    color: #2c3e50;
}

.sauce-key-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #D2691E;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    .sauce-direct-answer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .sauce-icon {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .sauce-content {
        text-align: left;
    }
}

.camille-box {
    background: linear-gradient(135deg, rgba(210, 105, 30, 0.1), rgba(160, 82, 45, 0.05));
    border: 2px solid #D2691E;
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    position: relative;
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.camille-box-icon {
    background: linear-gradient(135deg, #D2691E, #A0522D);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.3);
    margin-top: -5px;
}

.camille-box-content {
    flex: 1;
}

.camille-box-header {
    color: #A0522D;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.camille-box p {
    color: #2c3e50;
    line-height: 1.7;
    margin: 10px 0;
    font-size: 16px;
}

.camille-box p:last-child {
    margin-bottom: 0;
}

.camille-box strong {
    color: #D2691E;
    font-weight: 600;
}

.camille-box em {
    color: #A0522D;
    font-style: italic;
}

@media (max-width: 768px) {
    .camille-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .camille-box-icon {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .camille-box-content {
        text-align: left;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

th {
    background: linear-gradient(135deg, #D2691E, #A0522D);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0e6e0;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top;
}

tr:nth-child(even) {
    background-color: #fff5f0;
}

tr:hover {
    background-color: rgba(210, 105, 30, 0.1);
    transition: background-color 0.2s ease;
}

tr:last-child td {
    border-bottom: none;
}

table strong {
    color: #A0522D;
    font-weight: 600;
}

@media (max-width: 768px) {
    table {
        font-size: 13px;
        margin: 15px 0;
    }
    
    th, td {
        padding: 8px 10px;
    }
    
    th {
        font-size: 12px;
    }
}

.terrasse-faq-container {
    max-width: 800px !important;
    margin: 20px auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
.terrasse-faq-header {
    background: linear-gradient(135deg, #D2691E, #A0522D) !important;
    color: #ffffff !important;
    padding: 35px !important;
    text-align: center !important;
    border-radius: 15px 15px 0 0 !important;
    margin-bottom: 0 !important;
}
.terrasse-faq-header h2 {
    margin: 0 0 10px 0 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
}
.terrasse-faq-header p {
    margin: 10px 0 0 0 !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) !important;
}
.terrasse-faq-wrapper {
    background: #ffffff !important;
    border-radius: 0 0 15px 15px !important;
    box-shadow: 0 6px 25px rgba(210, 105, 30, 0.15) !important;
    overflow: hidden !important;
}
.terrasse-faq-item {
    border-bottom: 1px solid #f0e6e0 !important;
    transition: all 0.3s ease !important;
}
.terrasse-faq-item:last-child {
    border-bottom: none !important;
}
.terrasse-faq-item:hover {
    background-color: rgba(210, 105, 30, 0.05) !important;
}
.terrasse-faq-question {
    padding: 22px 25px !important;
    cursor: pointer !important;
    position: relative !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #5a3820 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: color 0.3s !important;
}
.terrasse-faq-question:hover {
    color: #D2691E !important;
}
.terrasse-faq-question::after {
    content: '+' !important;
    font-size: 26px !important;
    color: #A0522D !important;
    font-weight: 300 !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    margin-left: 15px !important;
}
.terrasse-faq-item.active .terrasse-faq-question::after {
    transform: rotate(45deg) !important;
    color: #D2691E !important;
}
.terrasse-faq-answer {
    max-height: 0 !important;
    padding: 0 25px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    background-color: #fff2e6 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #5a3820 !important;
}
.terrasse-faq-item.active .terrasse-faq-answer {
    padding: 25px !important;
    max-height: 600px !important;
}
.terrasse-faq-answer strong {
    color: #A0522D !important;
    font-weight: 600 !important;
}
@media (max-width: 768px) {
    .terrasse-faq-container {
        margin: 10px !important;
    }
    .terrasse-faq-header {
        padding: 20px 15px !important;
    }
    .terrasse-faq-header h2 {
        font-size: 24px !important;
    }
    .terrasse-faq-question {
        padding: 18px 15px !important;
        font-size: 15px !important;
    }
    .terrasse-faq-item.active .terrasse-faq-answer {
        padding: 20px 15px !important;
    }
    .terrasse-faq-question::after {
        font-size: 22px !important;
    }
}
