.offer-card {
  height: 200px;
  max-width: 110px;
  margin-right: 10px;
  border-radius: 14px;
  margin-bottom: 8px;
}

.skeleton-loader {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (max-width: 576px) {
  .col-xl-2.col-lg-2.col-md-3.col-6 {
    width: 33.33333333333% !important;
  }

  .offer-card {
    min-width: unset;
  }
}

.filter_section {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: start !important;
}

.filter_section .form-control {
  max-width: 235px;
  border-color: transparent !important;
  height: 40px;
  border-radius: 4px;
}

@media screen and (max-width: 576px) {
  .filter_section .form-control {
    max-width: unset;
    width: 100%;
    height: 40px;
    border-color: transparent !important;
  }

  .filter_section .form-control:not([type="search"]) {
    max-width: 30%;
    height: 38px;
    border-color: transparent !important;
  }

  .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 28%;
    max-width: 30%;
    white-space: nowrap;
  }

  button.select-button {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 8px;
    justify-content: start;
    font-size: 12px;
  }

  .select-dropdown li {
    font-size: 12px;
    padding: 8px;
  }
}
