html {
  --key-skills-widget-background-color: rgba(241, 244, 249, 1);
}
html.dark-mode {
  --key-skills-widget-background-color: rgba(94, 103, 126, 1);
}

.key-skills-widget {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.key-skills-widget div {
  border-radius: 5px;
  background-color: var(--key-skills-widget-background-color);
  padding: 5px 10px;
}

.vacancy-detail {
  margin-bottom: 20px;
}

/*# sourceMappingURL=vacancy_detail.css.map */
