.wdt-ect__details{margin:0;padding:0}
.wdt-ect__summary{list-style:none;cursor:pointer;user-select:none;display:block;border-style:solid;border-width:1px;border-color:rgba(0,0,0,.15);background:#fff}
.wdt-ect__summary::-webkit-details-marker{display:none}
.wdt-ect__heading{display:flex;align-items:center;justify-content:space-between;gap:var(--wdt-ect-icon-spacing,8px)}
.wdt-ect__title{display:inline-block}
.wdt-ect__indicator{display:inline-flex;align-items:center;justify-content:center;min-width:1em;min-height:1em}
.wdt-ect__summary--icon-left .wdt-ect__heading{flex-direction:row-reverse;justify-content:flex-end}
.wdt-ect__content{padding:12px 16px;border:1px solid rgba(0,0,0,.08);border-top:0}
.wdt-ect__summary--show-indicator .wdt-ect__indicator:empty::before{content:'+';font-weight:700;line-height:1}
.wdt-ect__details[open] .wdt-ect__summary--show-indicator .wdt-ect__indicator:empty::before{content:'−'}
