.find-keywords-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}

.keywords-card {
  display: none;
  flex: 1 0 23%;
  max-height: 700px;
  overflow: auto;
}

.keywords-card h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: normal;
}

.floating-loader {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  display: none;
}

.floating-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  display: none;
}

.saved-card {
  background: linear-gradient(to right, #2361d9, #5e24d9);
  color: white;
}

.copy-all-button {
  background: white;
  padding: 7px 10px 5px 10px !important;
  font-size: 16px !important;
}

.saved-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.saved-header h2 {
  margin: 0 !important;
}

.title-option span {
  color: #000;
  font-weight: 500;
}


#expandedSearchColumn {
  display: none;
}

#savedColumn {
  display: none;
  max-width: 400px;
}