.numpad-row {
  margin: 2px 0 !important;
  padding-top: 0;
  max-height: 65px;
}

.numpad-row .number-button {
  aspect-ratio: 1/1;
  font-size: 2rem;
  border-radius: 0;
  max-height: 65px;
  border: 0px;
  background-color: #87a6f2 !important;
}

.numpad-row .mud-button-label {
  color: rgb(0, 0, 0);
}

.numpad-row .mud-button-group-root{
  gap: 4px;
}

.numpad-row .extra-button {
  aspect-ratio: 1/1;
  background-color: #ffd48f;
  color: black;
  max-height: 65px;
}

.numpad-row .radius-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.numpad-row .radius-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}