.c-search-panel {
  .ant-card {
    width: 100%;
  }
  .ant-card-body {
    padding: 19px;
    padding-bottom: 10px;
  }

  .search-submitButtons {
    .collapse-icon {
      transition: transform 0.3s;
      font-size: 10px;
    }
    overflow: hidden;
    text-align: center;
    a {
      font-size: 14px;
      font-weight: 400;
      color: #0074ff;
      line-height: 22px;
    }
  }
}
