.search-course-active {
  overflow: hidden;
  @media (min-width: 1200px) {
    overflow: visible;
  }
}

.mobile-view-icon {
  &.active {
    background-color: #13171f1a;
  }
}

.search-course-list-wrap {
  overflow-y: auto;
  height: calc(100vh - 290px);
}

.search-course-block {
  padding: 20px;
  width: 100%;
  height: 100vh;
  background: var(--#{$variable-prefix}background-white);
  border-top: 1px solid var(--#{$variable-prefix}light-gray-background);
  z-index: 1;
  .custom-search-input {
    padding: 1rem 2.5rem 1rem 1rem;
    background-color: #f8f9fb;
    font-weight: 700;
  }
  .btn-clear {
    color: #6f75bc;
    svg {
      width: 12px;
      height: 12px;
    }
  }

  @media (min-width: 1200px) {
    display: none;
  }

  h1 {
    color: #6d6d71;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 28px;
  }
  .search-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.search-course-list {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border: 1px solid var(--#{$variable-prefix}light-gray-background);
  padding: 12px 7px 14px;
  margin: 0 0 20px;
  border-radius: 6px;
  h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--#{$variable-prefix}dark-text-color);
  }
  .search-course-list-block {
    width: 100%;
    .course-price-wrapper {
      padding-right: 10px;
      margin: 0;
      min-height: 2.625rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      .pricing-slot > span {
        font-size: 12px;
        font-weight: 700;
      }
      .pricing-slot.pricing-left {
        min-width: inherit;
      }
      del {
        color: #76777a;
        font-size: 14px;
      }
    }
  }
  .course-bundle-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 6px;
    left: 0;
    &::after {
      content: none;
    }
  }
}

.search-course-wrap {
  .img-wrap {
    width: 83px;
    height: 48px;
    overflow: hidden;
    border-radius: 4px;
  }
  .course-bundle-tag {
    border-radius: 3px;
  }
}
