.sb-buttons, .sb-store-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 22px 0;
}
.sb-colset-wrapper .sb-buttons {
  justify-content: flex-start;
}
.sb-buttons {
  max-width: 820px;
  margin: 24px auto;
  font-weight: 500;
}
.sb-sdk-button {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px;
  display: block;
  background: #00CEA6;
  color: #fff;
  border-radius: 10px;
  border: 0 none;
  font-size: 24px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  margin: 12px 12px 0 0;
  transition: background-color 200ms;
  cursor: pointer;
}
.sb-sdk-button--small {
  font-size: 20px;
  padding: 8px 20px;
  display: inline-block;
  width: auto;
}
.sb-sdk-button:hover, .sb-sdk-button:focus {
  background-color: #00b38f;
}
@media (min-width: 768px) {
  .sb-sdk-button {
    width: 40%;
    font-size: 28px;
  }
  .sb-sdk-button--small {
    font-size: 20px;
    width: auto;
  }
  .sb-sdk-button--wide {
    white-space: nowrap;
    width: auto;
  }
  .sb-buttons--oneline {
    flex-wrap: nowrap;
  }
}
.sb-store-button {
  margin: 5px 6px;
  max-width: 183px;
}
.sb-store-button img {
  display: block;
  max-width: 100%;
}


@media (min-width: 768px) {
  .sb-store-buttons {
    justify-content: center;
  }
  .is-ios .sb-store-buttons {
    justify-content: center;
  }
  .sb-store-button {
    width: 32%;
  }
  .is-android .sb-store-button {
    width: 45%;
  }
  .is-ios .sb-store-button {
    width: auto;
  }
}


.sb-sdk-button.drift-open-chat:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #999;
}
