﻿.bsky_button {
    font-family: sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #0085ff;
    color: #fff;
    font-weight: bold;
    width: var(--bsky-share-button-width, 96px);
    height: var(--bsky-share-button-height, 30px);
    text-decoration: none;
    font-size: calc(var(--bsky-share-button-height, 40px) * 0.425);
    border-radius: 4px;
    transition: opacity .2s linear;
}
