#seller-container {
  display: flex !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

#seller-logo {
  height: 48px !important;
  width: 48px !important;
  margin-right: 1rem !important;
}

#seller-info {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#agromarketplaceProductInfo {
  padding: 1.25rem 1.875rem;
}

#agromarketplaceProductInfo .btn {
  text-transform: none;
  border-radius: 17px;
  margin: 5px 0;
}

#agromarketplaceProductInfo .btn-download-audio {
  border-radius: 0px 17px 17px 0px;
  padding-left: 5px;
}

#agromarketplaceProductInfo .btn-audio {
  border-radius: 17px 0px 0px 17px;
  padding-right: 5px;
}

#agromarketplaceProductInfo .btn-replay-audio {
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
}