.update-dialog {
  flex-direction: column;
}

.update-dialog h1 {
  color: rgba(var(--title-font-color));
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3rem;
  margin-block-start: 8px;
  margin-block-end: 8px;
  text-align: center;
  max-width: 100vw;
}

.update-dialog h3 {
  color: rgba(var(--title-font-color));
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.1em;
  margin-block-start: 8px;
  margin-block-end: 8px;
  text-align: center;
}

.update-dialog .section {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}

.update-dialog .section:first-child {
  justify-content: flex-end;
}

.update-dialog .section:nth-child(2) {
  flex: 0;
  min-height: 84px;
  max-height: 84px;
  overflow: visible;
}

.update-dialog .is-error {
  color: rgba(var(--color-error));
}

.update-dialog button {
  margin: 16px 0;
}

.update-dialog button.is-vuzix {
  border: 2px solid transparent;
}

.update-dialog button.is-vuzix:focus, .update-dialog button.is-vuzix.md-focused {
  border: 2px solid rgba(var(--vuzix-focus-color));
}
