/* sottoit FAQ Section - Full Width Design */
.sottoit-faq-container {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

/* H2 Title Style */
h2.sottoit-faq-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #1877f2;
    text-align: center;
    line-height: 1.3;
    border: none;
}

/* FAQ Item */
.sottoit-faq-item {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}

/* Question */
.sottoit-faq-question {
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

/* Answer */
.sottoit-faq-answer {
    padding: 0 15px 15px 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}