/* ==========================================================================
   SNS Buttons
   ========================================================================== */

.peniblo-sns-button {
  align-items: center;
  background: #262626;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(38, 38, 38, .12);
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  line-height: 1;
  margin: 4px 8px 8px 0;
  min-height: 42px;
  padding: 11px 17px 11px 13px;
  text-decoration: none;
  transition: box-shadow .18s ease, filter .18s ease, transform .18s ease;
  vertical-align: middle;
}

.peniblo-sns-button:hover,
.peniblo-sns-button:focus {
  box-shadow: 0 16px 34px rgba(38, 38, 38, .18);
  color: #ffffff;
  filter: saturate(1.08);
  text-decoration: none;
  transform: translateY(-2px);
}

.peniblo-sns-button__icon {
  align-items: center;
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  letter-spacing: -.02em;
  min-width: 24px;
  padding: 0 6px;
}

.peniblo-sns-button__icon svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.peniblo-sns-button__label {
  color: inherit;
  white-space: nowrap;
}

.peniblo-sns-button--x,
.peniblo-sns-button--threads {
  background: linear-gradient(135deg, #151515, #2d2d2d);
}

.peniblo-sns-button--icon-only {
  gap: 0;
  padding: 10px;
}

.peniblo-sns-button--icon-only .peniblo-sns-button__label {
  display: none;
}

.peniblo-sns-button--icon-only .peniblo-sns-button__icon {
  background: transparent;
  height: 22px;
  min-width: 22px;
  padding: 0;
}

.peniblo-sns-button--icon-only .peniblo-sns-button__icon svg {
  height: 18px;
  width: 18px;
}

.peniblo-sns-button--instagram {
  background: linear-gradient(135deg, #833ab4 0%, #e1306c 52%, #f77737 100%);
}

.peniblo-sns-button--youtube {
  background: linear-gradient(135deg, #ff0033, #c4002b);
}

.peniblo-sns-button--tiktok {
  background: linear-gradient(135deg, #101010, #232323);
}

.peniblo-sns-button--fantia {
  background: linear-gradient(135deg, #ff8a00, #ff5a3d);
}

.peniblo-sns-button--onlyfans {
  background: linear-gradient(135deg, #00aff0, #008cc2);
}

.peniblo-sns-button--myfans {
  background: linear-gradient(135deg, #ff3d7f, #bd1550);
}

@media screen and (max-width: 480px) {
  .peniblo-sns-button {
    font-size: 13px;
    min-height: 40px;
    padding: 10px 14px 10px 12px;
  }
}
