.football-video-cover__form-section {
  position: relative;
  background-color: var(--primary);
  padding: 1.5rem 1rem;
}

.football-video-cover__form-wrapper {
  background-color: var(--light-gray);
  padding: 2rem 1rem;
  border-radius: 20px;
}

.football-video-cover__form__h2 {
  font-family: 'Chakra Petch', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.football-video-cover__filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/*.filter-holder {*/
/*  margin: 0 10px;*/
/*  width: 200px;*/
/*  position: relative;*/
/*}*/

.football-videos-filter-form__selector {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: none;
  transition: 0.3s ease-in-out;
  background-color: var(--white) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  /*padding: 5px 32px 5px 5px;*/
  padding: 7px;
  border-radius: 20px !important;
  font-family: 'Libre Franklin', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  color: var(--dark-blue) !important;
  font-weight: 600;
  white-space: nowrap;         /* Prevent the text from wrapping to a new line */
  overflow: hidden;            /* Ensure the content that overflows is hidden */
  text-overflow: ellipsis;     /* Show the ellipsis (three dots) */
}

.football-videos-filter-form__selector::-webkit-input-placeholder {
  color: var(--dark-blue) !important;
}

.football-videos-filter-form__selector:hover {
  /*background-color: #50b9e9 !important;*/
  /*background-color: var(--light-gray) !important;*/
  /*background-color: var(--primary) !important;*/
  /*color: var(--white) !important;*/
  cursor: pointer;
}

/*.football-videos-filter-form__selector:hover::-webkit-input-placeholder {*/
/*  color: var(--white) !important;*/
/*}*/

.football-videos-filter-form__selector:focus,
.football-videos-filter-form__selector.open {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
  /*background-color: #50b9e9;*/
  /*color: #000;*/
}

/*.football-videos-filter-form__selector:focus::-webkit-input-placeholder,*/
/*.football-videos-filter-form__selector.open::-webkit-input-placeholder {*/
/*  color: #000;*/
/*}*/

.football-videos-filter-form__icon {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust according to your design */
  transform: translateY(-50%);
  pointer-events: none; /* Prevents icon from blocking clicks */
  color: var(--primary);
  height: 11px;
}

.caret-open {
  transform: rotate(180deg);
}

.football-videos-filter-search-input,
.football-videos-filter-search-input::-webkit-input-placeholder {
  width: calc(100% - 16px);
  margin: 0 8px;
  border: none !important;
  color: var(--primary) !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Libre Franklin', sans-serif;
}

.football-videos-filter-button.full {
  position: relative !important;
  font-size: 16px !important;
}

@media screen and (min-width: 360px) and (max-width: 990px) and (orientation: landscape) {
  /*.filter-holder {*/
  /*  width: 100%;*/
  /*  margin: 0 4px;*/
  /*  height: 3rem;*/
  /*}*/

  .football-video-cover__form-wrapper {
    padding: 2rem;
  }

  /*.football-videos-filter-form__selector {*/
  /*  padding: 4px 32px 4px 4px;*/
  /*}*/
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .filter-holder {
    width: 90%;
  }

  .football-video-cover__form-wrapper {
    padding: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .football-video-cover__filters-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  /*.football-video-cover__form-section {*/
  /*  position: absolute;*/
  /*  bottom: 1rem;*/
  /*  background-color: transparent;*/
  /*  width: 100%;*/
  /*  max-width: 900px;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*}*/

  /*.football-video-cover__filters-wrapper {*/
  /*  flex-direction: row;*/
  /*}*/

  /*.filter-holder {*/
  /*  flex-basis: 200px;*/
  /*}*/
}

@media screen and (min-width: 991px) {
  .football-video-cover__form-wrapper {
    padding: 2rem 6rem;
  }

  .football-video-cover__form-section {
    position: absolute;
    bottom: 1rem;
    background-color: transparent;
    width: 100%;
    max-width: 900px;
    left: 50%;
    transform: translateX(-50%);
  }

  .football-video-cover__filters-wrapper {
    flex-direction: row;
  }
}

/*@media screen and (max-width: 1550px) {*/
/*  .football-videos-filter-form__selector {*/
/*    padding: 7px 32px 7px 7px;*/
/*    width: 100%;*/
/*  }*/
/*}*/