@import '../../../../../global/theme.less';

.root {
  width: 442px;
  border: 1px solid @border-color-base;
  font-size: 12px;

  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px 16px;
    color: @font-color-3;
  }

  .solidRadioGroup {
    width: 200px;
  }

  .selector {
    width: 120px;
  }
}
