.placeholder {
  color: #0073aa;
  font-weight: bold;
}

.placeholders-table {
  width: 100%;
  margin-top: 20px;
}

.placeholders-table td {
  padding: 4px;
}

.placeholders-table td:first-child {
  text-align: right;
  font-weight: bold;
  width: 20%;
}
.quick-search-tags button {
  background: #e9e9e9;
  color: #999;
  border: none;

  display: block;
  padding: 0.25rem 0.75rem;
  position: relative;
}

.note {
  font-size: 0.8em;
  color: #666;
  margin-top: 4px;
}
.quick-search-tags {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.quick-search-tag {
  display: inline-block;
  margin: 5px 10px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.tag-small {
  font-size: 0.6rem !important;
}
.tag-medium {
  font-size: 0.8rem !important; /* Default */
}
.tag-large {
  font-size: 1rem !important;
}

.quick-search-tag:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
