.ats-highlight-card,
.ats-faq,
.ats-cta {
    box-sizing: border-box;
    font-family: inherit;
}

/* =========================================
   HIGHLIGHT
   ========================================= */
.ats-highlight-card {
    position: relative;
    margin: 28px 0;
    padding: 26px 28px 24px;
    border: 1px solid rgba(234, 36, 42, 0.24);
    border-radius: 14px;
    background: #fffafa;
    box-shadow: 0 10px 28px rgba(32, 33, 36, 0.05);
}

.ats-highlight-heading {
    margin: 0 0 14px;
}

.ats-highlight-heading h2,
.ats-section-title {
    margin: 0;
    color: #171717;
    font-size: clamp(20px, 2.2vw, 24px);
    line-height: 1.3;
    font-weight: 700;
}

.ats-highlight-list {
    list-style: disc !important;
    padding: 0 0 0 22px !important;
    margin: 0 !important;
}

.ats-highlight-list li {
    display: list-item;
    margin: 0 !important;
    padding: 11px 0 11px 3px;
    color: #3c4043;
    font-size: 16px !important;
    line-height: 1.65;
    border-bottom: 1px solid rgba(32, 33, 36, 0.09);
}

.ats-highlight-list li:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.ats-highlight-list li::marker {
    color: #171717;
    font-size: 0.9em;
}

/* =========================================
   FAQ
   ========================================= */
.ats-faq {
    margin: 34px 0;
    width: 100%;
}

.ats-faq .ats-section-title {
    margin-bottom: 22px;
}

.ats-faq-list {
    display: block;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.ats-faq-item {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.ats-faq-item summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    display: block;
    padding: 19px 44px 19px 0;
    margin: 0;
    color: #202124;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    transition: color .18s ease;
}

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

.ats-faq-item summary::marker {
    display: none;
    content: '';
}

.ats-faq-item summary:hover {
    color: #202124;
}

.ats-faq-item[open] summary {
    padding-bottom: 12px;
    color: #202124;
    font-weight: 700 !important;
}

.ats-faq-plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #202124;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

.ats-faq-item[open] .ats-faq-plus {
    top: 27px;
    transform: translateY(-50%);
}

.ats-faq-answer {
    padding: 0 44px 18px 0;
    margin: 0;
    color: #5f6368;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.7;
}

.ats-faq-answer p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: inherit !important;
    line-height: inherit;
}

.ats-faq-answer p:last-child {
    margin-bottom: 0;
}

/* =========================================
   CTA
   ========================================= */
.ats-cta {
    margin: 28px 0 !important;
    padding: 24px !important;
    border: 1px solid #dedede !important;
    border-radius: 14px !important;
    background-color: #f7f7f7 !important;
    text-align: center !important;
}

.ats-cta-description {
    margin: 0 0 18px !important;
    color: #252525 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.ats-cta-description p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: center !important;
}

.ats-cta-description p:last-child {
    margin-bottom: 0 !important;
}

.ats-cta-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: 8px;
    background: #ea242a;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .2s ease, transform .2s ease;
}

.ats-cta-button:hover,
.ats-cta-button:focus {
    background: #c91d22;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* =========================================
   TABLET: 768px - 1024px
   ========================================= */
@media (min-width: 768px) and (max-width: 1024px) {
    .ats-highlight-list li,
    .ats-faq-item summary,
    .ats-faq-answer,
    .ats-cta-description,
    .ats-cta-button {
        font-size: 15px !important;
    }
}

/* =========================================
   MOBILE: <= 767px
   ========================================= */
@media (max-width: 767px) {
    .ats-highlight-card {
        padding: 22px 20px 20px;
        border-radius: 11px;
    }

    .ats-highlight-list li,
    .ats-faq-item summary,
    .ats-faq-answer,
    .ats-cta-description,
    .ats-cta-button {
        font-size: 14px !important;
    }

    .ats-faq-item summary {
        padding: 17px 34px 17px 0;
    }

    .ats-faq-item[open] summary {
        padding-bottom: 10px;
    }

    .ats-faq-answer {
        padding: 0 34px 16px 0;
    }

    .ats-faq-item[open] .ats-faq-plus {
        top: 24px;
    }

    .ats-cta {
        padding: 20px !important;
        border-radius: 12px !important;
        margin: 24px 0 !important;
    }
}
