body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(138, 195, 216, 0.25);
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions[hidden],
body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatRestoreBackground[hidden] {
  display: none !important;
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions button {
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #b7ff29;
  background: rgba(6, 25, 40, 0.92);
  color: #f7fbff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions button:hover,
body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions button:focus-visible {
  background: #b7ff29;
  color: #071827;
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions button:disabled {
  cursor: wait;
  opacity: 0.65;
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatRestoreBackground {
  border-color: rgba(138, 195, 216, 0.55) !important;
  color: #c9d8e1 !important;
}

body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundStatus {
  grid-column: 1 / -1;
  color: #9fb3bf;
  font-size: 0.68rem;
  line-height: 1.35;
}

@media (max-width: 520px) {
  body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundActions {
    grid-template-columns: 1fr;
  }

  body[data-product="WIRELESS CHARGING MAT 3-IN-1"] .chargingMatBackgroundStatus {
    grid-column: auto;
  }
}
