/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-sa-testimonials-submit-review-form {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

/* CSS */
.tmsa-submit-button {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  height: 29px;
  font-size: 1rem;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.tmsa-submit-button:active {
  border-bottom-color: #a2a6ac;
}

.tmsa-submit-button:active:hover {
  border-bottom-color: #a2a6ac;
}

.tmsa-submit-button:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.tmsa-submit-button:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}