.tanit-share-on-mastodon-block > a {
    line-height: 0;
    padding: 8px 9px;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.tanit-share-on-mastodon-block > a:hover {
    background-color: var(--wp--preset--color--primary);
}

.tanit-share-on-mastodon-icon {
    fill: var(--wp--preset--color--contrast);
}

.tanit-share-on-mastodon-block {
    margin-top: 20px;
}

#mastodon-instance {
    margin-right: 10px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--wp--preset--color--base);
}
