.overview-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.overview-value-row .small {
  flex: 0 0 auto;
  padding: 7px 10px;
}

.history-item.round-reset-item {
  border-color: #68e3e844;
  background: #68e3e80a;
}

.history-item.round-reset-item b {
  color: var(--cyan);
}

.round-start-setting {
  display: grid;
  grid-template-columns: minmax(190px, 1.4fr) minmax(150px, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ffffff12;
}

.round-start-setting label,
.round-start-setting .check-setting {
  margin-bottom: 0;
}

.round-start-setting button {
  min-height: 42px;
}

@media (max-width: 650px) {
  .overview-value-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .round-start-setting {
    grid-template-columns: 1fr;
  }
}
