details summary::-webkit-details-marker {
    display: none;
}

details summary {
    width: 100%;
    padding: 7px 0;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 300;
    list-style: none;
}

details summary:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2325282B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: #333;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;
}

details summary {
    outline: 0;
}

details p {
    font-size: 0.95rem;
    margin: 0 0 1rem;
    padding-top: 1rem;
}