.dw-socialsharing .dwss-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 0;
  justify-content: center;
}
.dw-socialsharing .dwss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 180px;
  width: auto;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  color: #212529;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.dw-socialsharing .dwss-btn:hover, .dw-socialsharing .dwss-btn:focus {
  background: #f8f9fa;
  border-color: #ced4da;
  text-decoration: none;
  color: #212529;
}
.dw-socialsharing .dwss-btn .dwss-ico {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  fill: currentColor;
  flex: 0 0 auto;
}
.dw-socialsharing .dwss-btn .dwss-text {
  line-height: inherit;
}

@media (max-width: 767.98px) {
  .dw-socialsharing .dwss-btn {
    flex: 0 0 calc(50% - 0.25rem);
  }
}

/*# sourceMappingURL=social-sharing.css.map */
