/* v15.818: shared social footer for the four main app destinations. */
.shelfd-main-social-footer {
  width: 100%;
  margin-top: 9px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  font-family: 'Sohne', 'DM Sans', sans-serif;
}

.shelfd-main-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.shelfd-main-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 270ms ease, opacity 270ms ease;
}

.shelfd-main-social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.shelfd-main-social-link:hover,
.shelfd-main-social-link:focus-visible {
  color: #c4b5fd;
}

.shelfd-main-social-link:active {
  opacity: 0.72;
}

@media (max-width: 374px) {
  .shelfd-main-social-links { gap: 12px; }
  .shelfd-main-social-link { gap: 5px; font-size: 13px; }
}
