
    .pro-faq-centered {
        max-width: 900px;
        margin: 40px auto;
        font-family: inherit;
    }
    .pro-faq-centered details {
        border-bottom: 1px solid #e5e5e5;
        padding: 18px 0;
        transition: all 0.3s ease;
    }
    .pro-faq-centered summary {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        cursor: pointer;
        outline: none;
        list-style: none;
        position: relative;
        padding: 0 40px;
        line-height: 1.4;
        text-align: center;
    }
    .pro-faq-centered summary::-webkit-details-marker {
        display: none;
    }
    .pro-faq-centered summary::after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        color: #f57c00;
        font-weight: 400;
    }
    .pro-faq-centered details[open] summary::after {
        content: "−";
    }
    .pro-faq-centered details[open] summary {
        color: #f57c00;
    }
    .pro-faq-centered p {
        margin: 15px auto 0 auto;
        color: #555;
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        max-width: 90%;
    }
