#scroll-to-top {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 40;
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 1px solid rgb(226 232 240);
    background: white;
    color: rgb(71 85 105);
    box-shadow: 0 4px 14px rgb(15 23 42 / 0.12);
    cursor: pointer;
}

#scroll-to-top.is-visible {
    display: flex;
}

#scroll-to-top:hover {
    color: rgb(37 99 235);
    border-color: rgb(191 219 254);
}

#article-content h2,
#article-content h3 {
    scroll-margin-top: 6rem;
}

.faq-panel.hidden {
    display: none;
}

.blog-author-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 9999px;
    background: rgb(226 232 240);
    direction: rtl;
    unicode-bidi: isolate;
}

.blog-author-avatar__initial {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: rgb(71 85 105);
}
