.csig-button-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.csig-share-button {
  display: inline-block;
  background-color: #0197ac; /* Same as your title box */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.csig-share-button:hover {
  background-color: #016a78;
  color: #ffffff;
}

.csig-share-button:disabled {
  background-color: #999999;
  cursor: not-allowed;
  opacity: 0.7;
}