/* === SONGLIST SEARCH STYLES === */
.songlist-search-container {
  margin-bottom: 2rem;
}

#songSearchInput {
  width: 100%;
  padding: 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1.2rem;
  transition: border-color 0.3s ease;
}

#songSearchInput:focus {
  border-color: #40B5A3;
  outline: none;
}
