/* Product-state emphasis for the independent Mastering Studio design. */
.preset-grid button.active {
  border-color: #b76522 !important;
  background: #f2e2cf !important;
  color: #181713 !important;
  box-shadow: inset 4px 0 0 #b76522 !important;
}

.preset-grid button.active span { color: #62594e !important; }

.preset-grid button.active::after {
  content: 'Active';
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 0;
  border-radius: 2px;
  padding: 2px 7px;
  color: #ffffff;
  background: #b76522;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .03em;
}
