.xmp-ea {
    margin: 24px 0;
    color: #2f2924;
}

.xmp-ea-title {
    margin: 0 0 18px;
    color: #2f2924;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.xmp-ea-list {
    display: grid;
    gap: 12px;
}

.xmp-ea-item {
    overflow: hidden;
    border: 1px solid rgba(142, 113, 77, 0.2);
    border-radius: 12px;
    background: rgba(255, 252, 247, 0.88);
    box-shadow: 0 10px 28px rgba(38, 32, 25, 0.08);
}

.xmp-ea-item[open] {
    border-color: rgba(157, 118, 60, 0.34);
    background: #fffdf9;
}

.xmp-ea-summary {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
}

.xmp-ea-summary::-webkit-details-marker {
    display: none;
}

.xmp-ea-summary::after {
    content: "+";
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid rgba(157, 118, 60, 0.32);
    border-radius: 999px;
    color: #8b6a42;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.xmp-ea-item[open] .xmp-ea-summary::after {
    content: "-";
}

.xmp-ea-index {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    background: #f4efe7;
    color: #9b7646;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.xmp-ea-label {
    min-width: 0;
    color: #2f2924;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.xmp-ea-body {
    padding: 0 22px 22px 76px;
    color: #685f55;
    font-size: 16px;
    line-height: 1.9;
}

.xmp-ea-body p {
    margin: 0 0 12px;
}

.xmp-ea-body p:last-child {
    margin-bottom: 0;
}

.xmp-ea-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.xmp-ea-body .aligncenter {
    display: block;
    margin: 14px auto;
}

@media (max-width: 640px) {
    .xmp-ea {
        margin: 18px 0;
    }

    .xmp-ea-list {
        gap: 10px;
    }

    .xmp-ea-summary {
        grid-template-columns: 36px minmax(0, 1fr) 24px;
        gap: 10px;
        min-height: 58px;
        padding: 14px;
    }

    .xmp-ea-index {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .xmp-ea-label {
        font-size: 16px;
        line-height: 1.45;
    }

    .xmp-ea-body {
        padding: 0 16px 18px;
        font-size: 15px;
        line-height: 1.85;
    }
}
