﻿.faq-section {
    margin: 30px 0;
}

    .faq-section h2 {
        margin-bottom: 20px;
    }

.faq {
    margin: 20px 0;
    max-width:100%;
    margin:0 auto;
}

    .faq details {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .faq summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        list-style: none;
    }

        .faq summary::-webkit-details-marker {
            display: none;
        }

    .faq .marker {
        width: 10px;
        height: 10px;
        border-right: 2px solid #0f766e;
        border-bottom: 2px solid #0f766e;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 15px;
    }

    .faq details[open] .marker {
        transform: rotate(-135deg);
    }

    .faq .content {
        padding: 16px 20px;
        border-top: 1px solid #e5e7eb;
        color: #6c7174;
        font-size: 16px;
        line-height: 1.6;
    }

        .faq .content p {
            margin: 0 0 12px;
        }

            .faq .content p:last-child {
                margin-bottom: 0;
            }

        .faq .content ul,
        .faq .content ol {
            margin: 0 0 12px 20px;
            padding: 0;
        }

        .faq .content li {
            margin-bottom: 6px;
        }

        .faq .content a {
            color: #6c7174;
            text-decoration: none;
            font-style: italic;
        }

            .faq .content a:hover {
                text-decoration: underline;
            }
	    .faq-section {
    min-width: auto !important;

}
#faqAccordion {
    padding:0px;
}
#faqAccordion .accordion-collapse {
    padding: 0px 20px;
}
#faqAccordion button:focus, #faqAccordion button:focus-visible {
    background: rgb(201 20 41 / 5%);
    color: #c91429;
}
#faqAccordion .accordion-button:focus {
    box-shadow: none;
}
#faqAccordion .accordion-button[aria-expanded="true"]{
    background: rgb(201 20 41 / 5%);
    color: #c91429;
}
#faqAccordion .accordion-button{
    font-weight:600 !important;
}

#faqAccordion .accordion-body h1{
    font-weight:400 !important;
}

@media (max-width: 768px) {
    .faq summary {
        font-size: 16px;
        padding: 14px 16px;
    }

    .faq .content {
        padding: 14px 16px;
        font-size: 15px;
    }
}
.faq-section h2 {
    margin-bottom: 0px;
}
 
#faqAccordion h1 {
    font-size: 18px;
    margin-bottom: 0px;
}
 
#faqAccordion .accordion-item {
    margin: 0 auto;
    max-width: 100%;
}
.glossary {
    float: none !important;
    }
    
.faq-section{
    background: #f9fafb;
    padding:20px;
    margin-bottom:30px !important;
}


/* FAQ Accordion Icons */

.faq-section .accordion-button {
    position: relative;
}

.faq-section .accordion-button::after {
    content: "";
   background-image: none !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: auto;
    flex-shrink: 0;

    /* Down Arrow */
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(45deg) !important;

    transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "×";
    background-image: none !important;
    width: 20px !important;
    height: 20px !important;
    border: none;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}
.faq div.show {
    border-bottom: 0px solid #969f6e;
    transition: all 0.1s ease-in-out;
}
.faq-section h1 {
    font-weight:500;
}
.faq-section .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.faq-section > .accordion-button[aria-expanded='true']:nth-child(1){
    margin-bottom:20px !important;
}
.faq-section > .accordion-button{
  margin-bottom:0px !important;
}