.Accordion {
    width: 100%;
}

.Accordion h3 {
/*    margin: 0;
    padding: 0;*/
}

.Accordion.focus {
    border-color: hsl(216, 94%, 73%);
}

.Accordion.focus h3 {
    background-color: hsl(0, 0%, 97%);
}

.Accordion > * + * {
    border-top: 1px solid hsl(0, 0%, 82%);
}

.Accordion-trigger {
    background: none;
    display: flex;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
}

button {
    border-style: none;
}

button:active {
    color: inherit;
}

.Accordion button::-moz-focus-inner {
    border: 0;
}

.Accordion-title {
    display: block;
    pointer-events: none;
    outline: none;
    flex: 1;
    padding-right: 2rem;
    line-height: 1.5;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
    display: none;
}
