.example-list {
    display: flex;

    flex-flow: column;
    gap: 1rem;
}

.example {
    display: flex;

    background-color: whitesmoke;
    border-radius: var(--border-radius);
    gap: 1rem;
    padding: 0.5rem;
}

.example .button.edit {
    align-self: center;
    font-size: 1.5rem;
    text-align: center;
    height: 2rem;
    width: 2rem;
}

.example .icon {
    align-self: center;
    margin-left: 0.5rem;
    opacity: 0.8;
    height: 1.2rem;
    width: 1.2rem;
}
