.collapse-panel .card-body p {
    font-size: 14px !important; /* smaller paragraph text */
}

.collapse-panel .card-header button {
    font-size: 20px !important; /* smaller button text */
}

/* Responsive fix for FAQ collapse panel */
@media (max-width: 576px) {
    .collapse-panel .card-header button {
        font-size: 14px !important;
        line-height: 1.3;
        white-space: normal; /* allow wrapping */
        word-break: break-word; /* wrap long words if needed */
        font-weight: 100;
    }

    .collapse-panel .card-body p {
        font-size: 13px !important;
    }
}