/* Keywords Footer Styling */

footer .keywords-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  align-items: center;
}

footer .keyword-tag {
  display: inline;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4px;
  line-height: 6px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

footer .keyword-tag:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  text-decoration: underline;
}

footer .keyword-separator {
  color: #999999;
  font-size: 4px;
  margin: 0 0.5px;
}
