/* WooCommerce Audio Advice basic styles */
#waa-recorder { margin-bottom: 1em; }
#waa-recorder .button { margin-right: .5em; }
#waa-player { margin-top: 1em; width: 100%; }

.waa-timer {
  font-weight: bold;
  margin-left: .5em;
}

.waa-progress {
  display: none;
  width: 100%;
  background: #f1f1f1;
  height: 6px;
  margin-top: 6px;
}
.waa-progress-bar {
  width: 0%;
  height: 100%;
  background: #0073aa;
  transition: width .2s linear;
}
.waa-progress-percent {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  font-size: 0.8em;
}

.waa-status { margin-bottom: .5em; color:#0073aa; }
