.shc-wrapper { width: 100%; }

.shc-heading { margin: 0; }

.shc-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.shc-title { flex: 1; }

.shc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
}

.shc-wrapper.is-open .shc-icon { transform: rotate(45deg); }

.shc-content { box-sizing: border-box; }
.shc-content-inner > *:first-child { margin-top: 0; }
.shc-content-inner > *:last-child { margin-bottom: 0; }

.shc-content.shc-css-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.shc-content.shc-display-none { display: none !important; }
.shc-content.shc-js-hidden { display: none !important; }

/* Server-rendered SEO HTML: hiding changes presentation only, not HTML output. */

.shc-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
}

.shc-no-transition { transition: none !important; }


.shc-content-inner a,
.shc-references a {
    text-decoration: underline;
}

.shc-references {
    margin-top: 18px;
}

.shc-references details {
    width: 100%;
}

.shc-references-summary {
    cursor: pointer;
    font-weight: 600;
}

.shc-reference-list {
    margin: 10px 0 0;
    padding-left: 20px;
}

.shc-reference-list li + li {
    margin-top: 6px;
}

.shc-references.shc-references-hidden { display: none !important; }
