.step1,
.step2,
.step3,
.step4 {
  transition: all 0.3s ease;
  position: relative;
}

.step1.active,
.step2.active,
.step3.active,
.step4.active {
  border: 8px solid red !important;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.step1.active::after,
.step2.active::after,
.step3.active::after,
.step4.active::after {
  content: "DONE";
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  padding: 4px 8px;
  font-size: 35px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.brands .spectra-image-gallery__media-thumbnail--grid {
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .brands .spectra-image-gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brands .spectra-image-gallery .spectra-image-gallery__media-wrapper {
    width: 18%;
  }
}

.ast-orders-table__cell.ast-orders-table__cell-order-number {
  width: 60px !important;
}

.ast-orders-table__cell.ast-orders-table__cell-order-number img {
  width: auto !important;
}

.woocommerce-view-order a.woocommerce-button,
.woocommerce-view-order a.button {
  border-radius: 4px !important;
}

.ast-orders-table__cell.ast-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  top: 8px;
  width: 180px;
  justify-content: center;
  align-content: center;
  text-align: center;
  right: 10px;
  padding: 0;
  margin: 0;
}

.ast-orders-table__cell.ast-orders-table__cell-order-actions a {
  background: #c30303;
  color: white;
  border-radius: 10px;
  margin: 1px;
}

#microphone-icon {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  top: 3px;
  height: 20px;
  z-index: 99999;
  color: #be4c46;
}

#microphone-icon:focus {
  outline: none;
}
