.fcci-community-insights {
    margin: 34px 0;
    padding: 24px;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(30, 41, 59, 0.08);
    color: #17202a;
}

.fcci-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.fcci-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.15;
    letter-spacing: 0;
}

.fcci-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid #bcc7d4;
    border-radius: 999px;
    background: #f4f7fa;
    color: #4b5f73;
    font-size: 13px;
    font-weight: 700;
}

.fcci-local-context {
    margin: 0 0 18px;
    color: #526170;
}

.fcci-accordion {
    display: grid;
    gap: 10px;
}

.fcci-item {
    border: 1px solid #dce2ea;
    border-radius: 8px;
    background: #fbfcfe;
    overflow: hidden;
}

.fcci-item summary {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 12px 16px;
    cursor: pointer;
    list-style: none;
}

.fcci-item summary::-webkit-details-marker {
    display: none;
}

.fcci-source-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0f766e;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
}

.fcci-summary-text {
    display: grid;
    gap: 3px;
}

.fcci-source-name {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.fcci-question {
    color: #17202a;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
}

.fcci-answer {
    padding: 0 16px 16px 70px;
}

.fcci-answer p {
    margin: 0 0 10px;
    color: #3b4754;
    line-height: 1.6;
}

.fcci-answer a {
    color: #0f766e;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 640px) {
    .fcci-community-insights {
        padding: 18px;
        margin: 26px 0;
    }

    .fcci-item summary {
        grid-template-columns: 34px 1fr;
        padding: 12px;
    }

    .fcci-source-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .fcci-question {
        font-size: 15px;
    }

    .fcci-answer {
        padding: 0 12px 14px 58px;
    }
}
