/* .share-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.share-btn:hover {
  background-color: #0069d9;
}

.share-btn-icon {
  display: inline-block;
  margin-left: 8px;
}

/* Optional: change the icon font and size  
.share-btn-icon {
  font-family: Arial, sans-serif;
  font-size: 20px;
}


 */






















.share-buttons {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  padding: 10px;
  bbox-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #000 #f1f1f1; /* Firefox */
}

.share-buttons::-webkit-scrollbar {
  height: 3px;
}

.share-buttons::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.share-buttons::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.share-btn-horz {
   
  padding: 8px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f8f8f8;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.2s;
  font-size:70%;
}

.share-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f9f9f9;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.2s;
   font-size:70%;
}

.share-btn:hover {
  background-color: #e6e6e6;
}

.share-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 20px;
}

/* Optional: change the icon font and size */
.share-btn-icon i {
  font-size: 24px;
}
.share-btn-icon i {
  font-size: 18px;
}
.whatsapp {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 #075e54;
}

.twitter {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 #1c9ceb;
}

.instagram {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 #e1306c;
}

.facebook {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 #3b5998;
}







































