.text details.ewspa-disclosure {
    margin: 0 0 1em;
}

.text details.ewspa-disclosure > summary {
    display: flex;
    align-items: center;
    gap: 0.35em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ewspa-disclosure__icon,
.ewspa-disclosure__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.text details.ewspa-disclosure > summary::marker {
    content: '';
}

.text details.ewspa-disclosure > summary::-webkit-details-marker {
    display: none;
}

.text details.ewspa-disclosure > summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.text details.ewspa-disclosure[open] > summary {
    margin-bottom: 0.5em;
}
