/* Center the native disclosure label like its neighbouring button/select. */
#more summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
