.tabshare-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    max-width: 420px;
    margin: 24px auto;
}

.tabshare-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.tabshare-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.tabshare-buttons a:hover {
    background-color: #eaeaea;
    transform: scale(1.05);
}

.tabshare-buttons img {
    width: 24px;
    height: 24px;
}
