.jsm-acf-content {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    max-width: 1180px;
    margin: 48px auto;
    padding: 0 20px;
}

.jsm-acf-section {
    margin: 0 0 42px;
}

.jsm-acf-section.has-image {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 36px;
    align-items: center;
}

.jsm-acf-section:nth-child(even).has-image .jsm-acf-media {
    order: 2;
}

.jsm-acf-copy > :first-child,
.jsm-acf-faq > :first-child {
    margin-top: 0;
}

.jsm-acf-copy > :last-child,
.jsm-acf-faq-answer > :last-child {
    margin-bottom: 0;
}

.jsm-acf-copy h2,
.jsm-acf-faq h2 {
    margin-bottom: 16px;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.2;
}

.jsm-acf-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.jsm-acf-faq {
    margin-top: 48px;
}

.jsm-acf-faq-items {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.jsm-acf-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.jsm-acf-faq-item summary {
    position: relative;
    cursor: pointer;
    padding: 18px 42px 18px 0;
    font-weight: 600;
    list-style: none;
}

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

.jsm-acf-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: 400;
}

.jsm-acf-faq-item[open] summary::after {
    content: "−";
}

.jsm-acf-faq-answer {
    padding: 0 34px 20px 0;
}

@media (max-width: 767px) {
    .jsm-acf-content {
        margin: 34px auto;
        padding: 0 16px;
    }

    .jsm-acf-section,
    .jsm-acf-section.has-image {
        display: block;
        margin-bottom: 32px;
    }

    .jsm-acf-media {
        margin-bottom: 20px;
    }

    .jsm-acf-section:nth-child(even).has-image .jsm-acf-media {
        order: initial;
    }
}
