.faq-section-munipro {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.faq-section-munipro h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #2E7D32;
    color: #1d2327;
}

.faq-section-munipro details {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
    overflow: hidden;
}

.faq-section-munipro details:last-of-type {
    margin-bottom: 0;
}

.faq-section-munipro summary {
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #1d2327;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
    line-height: 1.4;
}

.faq-section-munipro summary::-webkit-details-marker {
    display: none;
}

.faq-section-munipro summary::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #2E7D32;
    transition: transform 0.2s ease;
}

.faq-section-munipro details[open] summary::after {
    content: '−';
}

.faq-section-munipro summary:hover {
    background: #f8f9fa;
}

.faq-section-munipro details p {
    padding: 0 18px 14px;
    margin: 0;
    font-size: 15px;
    color: #50575e;
    line-height: 1.6;
}
