/*
 * SPDX-FileCopyrightText: 2026 Helmholtz-Zentrum Dresden - Rossendorf e.V. (HZDR)
 * SPDX-FileContributor: Tom Barnowsky
 * SPDX-FileContributor: David Pape
 *
 * SPDX-License-Identifier: Apache-2.0
 */

html, body {
  height: 100%;
  margin: 0;
}

header {
  background-color: #005aa0;
  color: #ffffff;
}

.container {
  max-width: 80rem !important;
}

footer {
  width: 100%;
}

.example-card {
  width: 15rem;
}

.output-poscar {
  white-space: pre;
  overflow-x: auto;
  overflow-y: auto;
  resize: vertical;
  min-height: 300px !important;
}
    
.viewer-struct {
  min-height: 500px; 
  min-width: 50%;
  position: relative;
}

#statusBar {
  height: 8px;
  width: 100%;
}
