.post-type-archive-cv_service .cv-services-faq {
    padding: 48px 0 50px;
    background: #edf6fc;
}

.post-type-archive-cv_service .cv-services-faq__inner {
    max-width: none;
}

.post-type-archive-cv_service .cv-services-faq__heading {
    margin: 0 0 20px;
}

.post-type-archive-cv_service .cv-services-faq__heading .cv-eyebrow {
    margin: 0 0 9px;
    color: #4f5dff;
    font-size: .72rem;
    letter-spacing: .16em;
}

.post-type-archive-cv_service .cv-services-faq__heading h2 {
    max-width: none;
    margin: 0;
    color: #0b1730;
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.post-type-archive-cv_service .cv-services-faq details {
    margin: 0;
    padding: 0;
    border: 1px solid #dce5ee;
    border-bottom: 0;
    background: rgba(255, 255, 255, .96);
}

.post-type-archive-cv_service .cv-services-faq details:last-child {
    border-bottom: 1px solid #dce5ee;
}

.post-type-archive-cv_service .cv-services-faq summary {
    position: relative;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 11px 54px 11px 17px;
    color: #0b1730;
    cursor: pointer;
    font-size: .94rem;
    font-weight: 780;
    line-height: 1.35;
    list-style: none;
}

.post-type-archive-cv_service .cv-services-faq summary::-webkit-details-marker {
    display: none;
}

.post-type-archive-cv_service .cv-services-faq summary::after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid #dce5ee;
    background: #fff;
    color: #4f5dff;
    content: "+";
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-50%);
}

.post-type-archive-cv_service .cv-services-faq details[open] summary::after {
    content: "−";
}

.post-type-archive-cv_service .cv-services-faq details[open] summary {
    padding-bottom: 8px;
}

.post-type-archive-cv_service .cv-services-faq details > p {
    max-width: 92ch;
    margin: 0;
    padding: 0 54px 16px 17px;
    color: #5f6f86;
    font-size: .95rem;
    line-height: 1.58;
}

.post-type-archive-cv_service .cv-services-faq summary:focus-visible {
    outline: 3px solid #6474ff;
    outline-offset: -3px;
}

@media (max-width: 768px) {
    .post-type-archive-cv_service .cv-services-faq {
        padding: 44px 0 46px;
    }

    .post-type-archive-cv_service .cv-services-faq__heading {
        margin-bottom: 18px;
    }

    .post-type-archive-cv_service .cv-services-faq summary {
        min-height: 50px;
    }
}

@media (max-width: 600px) {
    .post-type-archive-cv_service .cv-services-faq {
        padding: 38px 0 40px;
    }

    .post-type-archive-cv_service .cv-services-faq__heading {
        margin-bottom: 17px;
    }

    .post-type-archive-cv_service .cv-services-faq__heading .cv-eyebrow {
        margin-bottom: 8px;
        font-size: .7rem;
    }

    .post-type-archive-cv_service .cv-services-faq__heading h2 {
        font-size: clamp(1.95rem, 9vw, 2.2rem);
        line-height: 1.08;
    }

    .post-type-archive-cv_service .cv-services-faq summary {
        min-height: 54px;
        padding: 12px 50px 12px 15px;
        font-size: .94rem;
        line-height: 1.4;
    }

    .post-type-archive-cv_service .cv-services-faq summary::after {
        right: 10px;
        width: 28px;
        height: 28px;
    }

    .post-type-archive-cv_service .cv-services-faq details > p {
        padding: 0 15px 16px;
        font-size: .94rem;
        line-height: 1.58;
    }
}
