
section[data-module="az-share-social"] {

}

section[data-module="az-share-social"] .az-share-social {
   display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
section[data-module="az-share-social"] .az-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}
section[data-module="az-share-social"] .az-social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  border: none;
}




@media only screen and (max-width: 1440px) and (min-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 980px) {

}
@media (max-width: 480px) {
  section[data-module="az-share-social"] .az-social-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

