.Group {
  color: var(--text_primary);
}

.Group > *:not(.Header):first-child {
  margin-top: 12px;
}

.Group > .Cell:first-child,
.Group > .CellButton:first-child,
.Group > .InfoRow:first-child {
  margin-top: 8px;
}

.Group__description {
  font-size: 14px;
  line-height: 16px;
  color: var(--text_secondary);
}

.Group__separator {
  margin-top: 12px;
}

.Cell + .Group__separator,
.CellButton + .Group__separator,
.InfoRow + .Group__separator {
  margin-top: 8px;
}

.Group:last-of-type .Group__separator {
  display: none;
}

.Group:last-of-type .Group__separator--force {
  display: block;
}

.Group--ios .Group__description {
  padding: 4px 12px 24px;
}

.Group--android .Group__description {
  padding: 4px 16px 24px;
}
