/* 租期选择保持清楚，但在手机端不占用过多高度。 */
.app-lease-term-selector {
  gap: 7px;
  margin-top: 8px;
  padding: 5px 7px;
}

.app-lease-term-selector[data-compact=true] {
  margin-top: 7px;
}

.app-lease-term-selector__heading strong {
  font-size: 13px;
  line-height: 18px;
}

.app-lease-term-selector__options {
  gap: 5px;
}

.app-lease-term-selector__options button {
  min-height: 36px;
  padding: 4px 6px;
}

.app-lease-term-selector__options button > span {
  gap: 3px;
  white-space: nowrap;
}

.app-lease-term-selector__options button strong {
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.app-lease-term-selector__options button small {
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
}

.app-lease-term-selector__options button i {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}
