.note {
    max-width: 35rem;
    margin: 0 auto;
}

/* Leicht ausgeblendet, wenn in mindestens einem favorit-bookmark-Block verwendet */
.favoriten-overview .note.is-embedded {
    opacity: 0.25;
    transition: opacity 0.2s ease;
}
.favoriten-overview .note.is-embedded:hover {
    opacity: 1;
}

div.poo {
    display: none;
}

footer.note-footer {
    padding-top: 1em;
}

/* div.text.link.h-cite.u-like-of {
    padding-bottom: 1em !important;
    
} */

/* Stern-Icon in Favoriten 1.5x größer machen (18px * 1.5 = 27px) */
footer.note-footer .note-meta svg[role="img"] {
    height: 1em !important;
}

hr {
    /* height: 0px;
    margin: unset; */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text p, .text ul, .text ol, .text dl, div.text.h-cite p {
    margin-bottom: 0.5rem;
}

/* Lange Link-Texte (Titel/URL) in h-cite umbrechen */
.favoriten-overview .note .text.h-cite a.p-name.u-url,
.favoriten-overview .note .text.h-cite a.u-url {
    overflow-wrap: break-word;
    word-break: break-word;
}