.kunskapsbank-search-form > label {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  margin-bottom: 2rem; }
.kunskapsbank-search-wrap {
  width: 812px;
  max-width: 100%;
  margin: 10rem auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Ubuntu", sans-serif; }
  .kunskapsbank-search-wrap #kb-search-input {
    border: 0;
    padding: 1.05rem;
    border-radius: 1.8125rem;
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5296 9.34535C16.5296 7.43878 15.7725 5.6103 14.4247 4.26215C13.0769 2.914 11.2489 2.15662 9.34284 2.15662C7.43678 2.15662 5.60879 2.914 4.261 4.26215C2.91322 5.6103 2.15604 7.43878 2.15604 9.34535C2.15604 11.2519 2.91322 13.0804 4.261 14.4285C5.60879 15.7767 7.43678 16.5341 9.34284 16.5341C11.2489 16.5341 13.0769 15.7767 14.4247 14.4285C15.7725 13.0804 16.5296 11.2519 16.5296 9.34535ZM15.1417 16.6734C13.5516 17.9359 11.5348 18.6907 9.34284 18.6907C4.18182 18.6907 0 14.5078 0 9.34535C0 4.18294 4.18182 0 9.34284 0C14.5039 0 18.6857 4.18294 18.6857 9.34535C18.6857 11.5379 17.9311 13.5552 16.6689 15.1458L22.6833 21.1618C23.1056 21.5842 23.1056 22.2671 22.6833 22.6849C22.2611 23.1028 21.5784 23.1073 21.1606 22.6849L15.1417 16.6734Z" fill="%23072B31"/></svg>');
    background-repeat: no-repeat;
    background-position: 1.25rem center;
    padding-left: 4rem; }
.kunskapsbank-search-fields {
  position: relative;
  margin-bottom: 2rem; }
  .kunskapsbank-search-fields button {
    position: absolute;
    right: 0.5625rem;
    top: 0;
    color: transparent !important;
    border-radius: 50% !important;
    height: 2.375rem;
    width: 2.375rem;
    bottom: 0;
    padding: 0;
    margin: auto;
    background: #949A90 !important;
    background-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.49865 13.7018L15.6796 7.74927C16.1068 7.33784 16.1068 6.67255 15.6796 6.26551L9.49865 0.30857C9.07144 -0.102857 8.38063 -0.102857 7.95796 0.30857C7.53529 0.719996 7.53075 1.38528 7.95796 1.79233L12.2755 5.95037L1.09075 5.95037C0.486294 5.95037 -2.8057e-07 6.41869 -3.06016e-07 7.00082C-3.31461e-07 7.58294 0.486293 8.05127 1.09075 8.05127L12.2755 8.05127L7.95796 12.2093C7.53075 12.6207 7.53075 13.286 7.95796 13.6931C8.38517 14.1001 9.07598 14.1045 9.49865 13.6931L9.49865 13.7018Z" fill="white"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    .kunskapsbank-search-fields button:hover, .kunskapsbank-search-fields button:focus {
      border: none; }

.kunskapsbank-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-bottom: 2rem; }
  .kunskapsbank-filters .kb-cat-filter,
  .kunskapsbank-filters .kb-cat-filter:hover,
  .kunskapsbank-filters .kb-cat-filter:focus {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #204B5A;
    color: #E6E2D5;
    border: 0;
    font-size: 0.75rem;
    padding: .72rem 1.25rem;
    border-radius: 1.25rem; }
  .kunskapsbank-filters .kb-cat-filter__icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    flex-shrink: 0; }

.kunskapsbank-result-count {
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: 0.75rem; }

.kunskapsbank-results {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2.3125rem; }
  .kunskapsbank-results .kunskapsbank-result {
    margin-bottom: 3.5rem; }
    .kunskapsbank-results .kunskapsbank-result__cats {
      gap: 8px;
      display: flex; }
    .kunskapsbank-results .kunskapsbank-result__cat {
      font-size: 0.75rem;
      color: #E6E2D5;
      background: #072B31;
      padding: .35rem .94rem;
      border-radius: 0.9375rem; }
    .kunskapsbank-results .kunskapsbank-result__meta {
      font-size: 0.75rem;
      margin-top: 0.5rem; }
    .kunskapsbank-results .kunskapsbank-result__title {
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 2rem;
      font-family: "Ubuntu", sans-serif; }
      .kunskapsbank-results .kunskapsbank-result__title a {
        text-decoration: underline;
        font-style: normal; }

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