.embedded-post-link + .embedded-post-link {
    margin-top: 25px;
}

.embedded-post-link {
    padding-left: 15px;
    border-left: 0.25rem solid var(--tw-prose-th-borders);
}

.embedded-post-link article {
    margin-top: 10px;
}

.embedded-post-link article h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.embedded-post-link + details {
    margin-top: 30px;
}

section details:hover {
    cursor: pointer;
}
