:host {
  font-size: 14px; // This fixes font-size: 10px applied to the whole document.
  // TODO: Fix the 10px font-size applied to body.
  h2 {
    font-size: 16px;
  }
}
wpt-dialog-actions {
  justify-content: center;
  button {
    width: calc(50% - 7.5px);
  }
}
