.header-inner {
  min-height: 64px !important;
  padding: 10px 18px !important;
  align-items: center !important;
  gap: 14px !important;
}

.header-title-block {
  display: grid;
  gap: 2px;
  min-width: 220px;
}

.header-title-block h1 {
  margin: 0 !important;
}

.module-subtitle {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .01em;
}

.header-inner > p {
  display: none !important;
}

.header-separator {
  height: 34px !important;
}

.module-scope-shell {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-block: 0;
}

.module-scope-bar {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.module-scope-field {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  align-items: center;
  gap: 8px;
}

.module-scope-kreis-field {
  flex: 1.15 1 260px;
}

.module-scope-gemeinde-field {
  flex: 1.1 1 260px;
}

.module-scope-year-field {
  flex: 0 0 148px;
}

.module-scope-field label {
  display: flex;
  align-items: center;
  min-height: 36px;
  font-size: 12px;
  font-weight: 800;
  color: #536275;
  line-height: 1.2;
  white-space: nowrap;
}

.module-scope-field select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #cbd8e6;
  border-radius: 9px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-weight: 650;
  padding: 7px 30px 7px 11px;
  outline: none;
  box-shadow: none;
}

.module-scope-field select:focus {
  border-color: #8cb8dc;
  box-shadow: 0 0 0 3px rgba(23, 105, 170, .14);
}

.module-scope-field select:disabled {
  color: #9aa5b3;
  background: #eef3f8;
  cursor: not-allowed;
  opacity: 1;
}

.module-scope-load {
  flex: 0 0 auto;
  min-height: 36px;
  border: 0;
  border-radius: 9px;
  background: #1769aa;
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 7px 17px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(23, 105, 170, .18);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.module-scope-load:hover:not(:disabled) {
  background: #145d96;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 105, 170, .24);
}

.module-scope-load:disabled {
  cursor: wait;
  opacity: .68;
}

@media (max-width: 720px) {
  .header-inner {
    align-items: flex-start !important;
  }

  .module-scope-shell {
    min-width: 100% !important;
  }

  .module-scope-bar {
    justify-content: stretch;
  }

  .module-scope-field,
  .module-scope-kreis-field,
  .module-scope-gemeinde-field,
  .module-scope-year-field {
    flex: 1 1 100%;
    grid-template-columns: 82px minmax(0, 1fr);
    min-width: 100%;
  }

  .module-scope-load {
    width: 100%;
  }
}
