.lfdb-search {
  position: relative;
  /* max-width: 720px; */
  margin: 0;
  width: 100%;
  /* background: #fff; */
  border-radius: 0.75rem;
  /* padding: 1.5rem 2rem; */
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}
.lfdb-search__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lfdb-search__input {
  flex: 1;
  padding: 0.6rem 0.8rem;
  border: 1px solid #d0d7de;
  border-radius: 0.5rem;
}

.lfdb-search__select {
  padding: 0.5rem 0.6rem;
  border: 1px solid #d0d7de;
  border-radius: 0.5rem;
  background: #fff;
}

.lfdb-search__list {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  /* border: 1px solid #e5e7eb; */
  /* border-radius: 0.5rem; */
  max-height: 380px;
  overflow: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.lfdb-search__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  cursor: pointer;
  align-items: flex-start;
}

.lfdb-search__item.is-active,
.lfdb-search__item:hover {
  background: #f3f4f6;
}

.lfdb-search__thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 0.35rem;
  flex: none;
}

.lfdb-search__meta {
  display: block;
}

.lfdb-search__title {
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  font-size: 19px;
}

.lfdb-search__excerpt {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 0.2rem;
}

.lfdb-search__empty {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.lfdb-search__link {
  display: flex;
  gap: 0.75rem;
}

.resultat-recherche-equipe .lfdb-search__thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: none;
  flex: none;
}

.resultat-recherche-equipe.on-air {
  padding-top: 2rem;
  row-gap: 2rem;
  column-gap: 4rem;
}

.lfdb-search__button {
  display: block;
  font-size: 0.75rem !important;
  font-weight: 700;
  color: #4f4f4f;
  border: 1px solid #d0d7de;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
 
}
.lfdb-search__button:hover {
  background: #f3f4f6;
}
