.ia-editorial-resumo {
    margin: 0 0 24px;
    background: #fff;
    border: 1px solid #f3d2d3;
    border-left: 4px solid #ED3237;
    border-radius: 6px;
    overflow: hidden;
}

.ia-editorial-resumo__cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    list-style: none;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    color: #ED3237;
}

.ia-editorial-resumo__cabecalho::-webkit-details-marker {
    display: none;
}

.ia-editorial-resumo__rotulo {
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 14px;
}

.ia-editorial-resumo__seta {
    flex: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ED3237;
    border-bottom: 2px solid #ED3237;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.ia-editorial-resumo[open] .ia-editorial-resumo__seta {
    transform: rotate(-135deg);
}

.ia-editorial-resumo__corpo {
    padding: 4px 16px 14px;
}

.ia-editorial-resumo__lista {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.ia-editorial-resumo__lista li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.55;
}

.ia-editorial-resumo__lista li::before {
    content: "•";
    position: absolute;
    left: 2px;
    top: 0;
    color: #ED3237;
    font-weight: 700;
}

.ia-editorial-resumo__lista li:last-child {
    margin-bottom: 0;
}

.ia-editorial-resumo__selo {
    display: block;
    margin: 12px 0 0;
    padding-top: 8px;
    border-top: 1px solid #f3e3e3;
    font-size: 12px;
    color: #777;
}
