/* === Social Media Widget Frontend Styling === */
.smw-widget-box {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
}

.smw-widget-box .hndle {
  font-size: inherit;
  font-weight: 600;
  color:inherit;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.smw-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: left;
    flex-direction: column;
}

.smw-social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  padding: 6px 0;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

.smw-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 8px;
}

.smw-social-name {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}