.sns-icon-box {
  display: inline-block;
  background-color: #ffffff !important;
  border-radius: 12px;
  padding: 5px;
  margin: 0 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  text-align: center;
  transition: transform 0.2s;
}

.sns-icon-box:hover {
  transform: scale(1.05);
}

.sns-icon-box img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}