/* Start of FAQ Hero Styles */
#desktopMenu {
    border-bottom: 1px solid #D2DADF;
}

.one-column-container.frequently-asked-questions-hero {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 40px 80px;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 400px;
    max-width: 1680px;
    border-radius: 16px;
    /* background: linear-gradient(266deg, rgba(0, 0, 0, 0.00) 47.99%, rgba(0, 0, 0, 0.80) 95.22%), linear-gradient(176deg, rgba(19, 30, 41, 0.40) 0%, rgba(19, 30, 41, 0.70) 100%), url(https://www.autonation.com/~/media/Images/LandingPages/frequently-asked-questions/sales-showroom-desktop-compressed.jpg) 50% / cover no-repeat, #000; */
    border-radius: var(--Spacing-3, 16px);
    background: linear-gradient(266deg, rgba(0, 0, 0, 0.00) 47.99%, rgba(0, 0, 0, 0.80) 95.22%), linear-gradient(176deg, rgba(19, 30, 41, 0.40) 0%, rgba(19, 30, 41, 0.70) 100%), url(https://www.autonation.com/~/media/Images/LandingPages/frequently-asked-questions/sales-showroom-desktop-compressed.jpg) -2.004px 0.514px / 116.387% 100.659% no-repeat, #000;
}

.one-column-container.frequently-asked-questions-hero .one-column-title {
    color:#FFF;    
    font-family: "Autonation Regular";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 72px */
    letter-spacing: 1.05px;   
    max-width: 630px; 
}

@media all and (max-width: 1481px) {
    .one-column-container.frequently-asked-questions-hero {
        max-width: 1280px;
    }
}

@media all and (max-width: 1116px) {
    .one-column-container.frequently-asked-questions-hero {
        margin: 40px;
        height: 280px;
        background-size: cover;
        background-position: center;
    }

    .one-column-container.frequently-asked-questions-hero .one-column-title {
        font-size: 48px;
        max-width: 450px;
    }
}

@media all and (max-width: 577px) {
    .one-column-container.frequently-asked-questions-hero {
        margin: 24px 16px;
        height: 192px;
    }

    .one-column-container.frequently-asked-questions-hero .one-column-title {
        font-size: 24px;
        max-width: 240px;
    }    
}

/* End of FAQ Hero Styles */

/* Start of FAQ Link Styles */
.one-column-container.frequently-asked-questions-links-container {
    max-width: 1680px;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
}

.one-column-container.frequently-asked-questions-links-container.sticky {
    background-color: white;
    width: 100%;

    height: 61px;
}

.one-column-container.frequently-asked-questions-links-container.sticky .one-column-text {
    position: fixed;
    top: 0px;
}

.one-column-container.frequently-asked-questions-links-container .one-column-text  {
    display: flex;
    flex-flow: row;
    gap: 40px;
    padding: 16px 80px;
    width: 100%;
    background-color: white;    
}

.one-column-container.frequently-asked-questions-links-container .faq-link {
    padding: 8px 16px;
    border-radius: 360px;
    color: #000;
    font-family: "Autonation Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.28px;  
    text-align: center;
    width: 92px;  
}

.one-column-container.frequently-asked-questions-links-container .faq-link:hover {
    text-decoration: none;
}

.one-column-container.frequently-asked-questions-links-container .faq-link:focus {
    text-decoration: none;
}

.one-column-container.frequently-asked-questions-links-container .faq-link.active {
    color: white;
    background-color: #000;
}

@media all and (max-width: 1116px) {
    .one-column-container.frequently-asked-questions-links-container .one-column-text {
        padding: 16px 40px;
    }
}

@media all and (max-width: 577px) {
    .one-column-container.frequently-asked-questions-links-container .one-column-text {
        padding: 12px 16px;
    }

    .one-column-container.frequently-asked-questions-links-container.sticky {
        background-color: white;
        width: 100%;
        height: 61px;
    }

    .one-column-container.frequently-asked-questions-links-container.sticky .one-column-text {
        top: 0px;
    }

    .one-column-container.frequently-asked-questions-links-container .faq-link {
        font-size: 14px;
        width: 85px;
    }

    .one-column-container.frequently-asked-questions-links-container .one-column-text {
        gap: 12px;
    }
}
/* End of FAQ Link Styles */

/* Start of FAQ Q&A Styles */
.table-container {
    padding: 56px 80px;
    max-width: 1680px;
    gap: 32px;
    align-items: start;
    scroll-margin-top: 15px;
}

.table-container.sales-section {
    background:#F7F8F9;
}

.table-container .table-container-title {
    text-align: left;
    font-size: 40px;
}

.table-container .mlp-table {
    display: flex;
    flex-flow: row wrap;
    gap: 0px 40px;
    margin: 0px;
    background-color: transparent;
    max-height: none;
    max-width: none;
    transition: all 500ms ease;
}

.table-container.sales-section .mlp-table,
.table-container.service-section .mlp-table {
    max-height: 533px;
}

.table-container .mlp-table-container {
    max-width: 620px;
    flex: 48%;
    display: flex;
    flex-flow: row wrap;
    padding: 24px 0px;
}

.table-container .table-title-content {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.28px;
    padding: 0px;
    margin-bottom: 0px;
    flex: 100%;
}

.table-container.finance-section .mlp-table:has(.table-title-content  .flip) {
    max-height: 619px;    
}

.table-container.sales-section .mlp-table:has(.table-title-content .flip) {
    max-height: 610px;
}

.table-title-content:has(.flip) + .table-text-content {
    font-size: 14px;
    margin-top: 24px;
}

.table-container .table-title-chevron.flip path:first-child{
    display: none;
}

.table-container .table-text-content {
    padding: 0px;
    padding-right: 10px;
}

.table-container .table-text-content ul {
    list-style-type: disc;
    list-style: disc;
    margin-bottom: 0px;
}

.table-container .table-text-content ul li {
    list-style: disc;
    margin-left: 15px;
    font-family: "Autonation light";
}

.table-container .table-text-content ul li strong,
.table-container .table-text-content a {
    font-family: "Autonation light";
}

.table-container .table-text-content a {
    color: black;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.table-container .table-title-chevron {
    width: 100%;
    height: 100%;
    transform: none;
    max-height: 24px;
    max-width: 24px;
}

.table-container .mlp-table-container:last-child {
    border-bottom: 1px solid #D2DADF;
}

@media all and (max-width: 1116px) {
    .table-container {
        padding: 56px 40px;
    }

    .table-container .mlp-table {
        max-height: none;
    }

    .table-container .mlp-table-column {
        width: 100%;
    }

    .table-container .mlp-table-container {
        max-width: none;
    }    

    .table-container.sales-section .mlp-table, .table-container.service-section .mlp-table {
        max-height: none;
    }
}

@media all and (max-width: 825px) {
    .table-container {
        padding: 16px 40px;
        gap: 12px;
        scroll-margin-top: 60px;
    }

    .table-container .table-container-title {
        font-size: 24px;
    }

    .table-container .mlp-table,
    .table-container.sales-section .mlp-table, 
    .table-container.service-section .mlp-table {
        max-height: none;
    }

    .table-container .mlp-table-container {
        max-width: none;
    }

    .table-container .mlp-table-container:last-child {
        border-bottom: none;
    }   
    
    .table-container .table-title-content {
        gap: 16px;
    }
}

@media all and (max-width: 577px) {
    .table-container {
        padding: 12px;
    }   
    
    .table-container .table-container-title {
        font-size: 16px;
    }

    .table-container .table-title-content {
        font-size: 14px;
    }

    .table-title-content:has(.flip) + .table-text-content {
        font-size: 12px;
        margin-top: 16px;
    }

    .table-container .mlp-table, .table-container.sales-section .mlp-table, .table-container.service-section .mlp-table {
        padding: 0px 12px;
    }
}
/* End of FAQ Q&A Styles */