.filter-item-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d9d9d9;

  &:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  :global {
    .name {
      width: 90px;
      text-align: right;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .content {
      flex: 1;
      display: flex;
      align-items: center;
    }
  }
}
