#nordlys-kp-arkiv-root {
  width: 100%;
  font-family: inherit;
  color: inherit;
}

.nka-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}

.nka-row {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  width: 100%;
}

.nka-date-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.nka-date-icon {
  position: absolute;
  right: 0.9em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7em;
  height: 1.7em;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="5" width="14" height="12" rx="2" fill="%23fff" fill-opacity="0.12" stroke="%23fff" stroke-width="1.2"/><rect x="6" y="2.5" width="1.5" height="3" rx="0.75" fill="%23fff"/><rect x="12.5" y="2.5" width="1.5" height="3" rx="0.75" fill="%23fff"/><rect x="6" y="9" width="2" height="2" rx="0.7" fill="%23fff"/><rect x="9" y="9" width="2" height="2" rx="0.7" fill="%23fff"/><rect x="12" y="9" width="2" height="2" rx="0.7" fill="%23fff"/></svg>') no-repeat center center;
  background-size: 1.3em;
}

.nka-form input[type="date"],
.nka-form input[type="text"],
.nka-form select {
  width: 100%;
  padding: 0.5em;
  background: #181a1b;
  color: #fff;
  border: 1px solid #444;
  border-radius: 4px;
  box-sizing: border-box;
}

.nka-form button {
  width: 100%;
  padding: 0.6em 1em;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.nka-error {
  min-height: 1.2em;
  color: #f55;
}

.nka-place-autocomplete-wrap {
  position: relative;
}

.nka-suggestions-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #181a1b;
  color: #fff;
  border: 1px solid #444;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 20;
  display: none;
}

.nka-suggestion {
  padding: 0.5em;
  cursor: pointer;
  border-bottom: 1px solid #222;
}

.nka-suggestion.selected,
.nka-suggestion:hover {
  background: #4caf50;
  color: #fff;
}

.nka-bz-row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.nka-stats {
  margin-bottom: 1em;
  color: #fff;
}

.nka-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.nka-table th,
.nka-table td {
  padding: 0.4em;
  border: 1px solid #444;
  text-align: center;
}

.nka-credit {
  margin-top: 1.5em;
  padding: 1em;
  border: 1.5px solid #444;
  border-radius: 12px;
  background: #1e1e1e;
  color: #d0d0d0;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}

.nka-credit a {
  color: #4caf50;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .nka-form {
    padding: 0.5em;
  }
  .nka-row {
    gap: 0.5em;
  }
  .nka-credit {
    padding: 0.7em;
  }
}
