/* fn-styles.css */
/* Grundlayout für den Dach-Konfigurator */
#fn-navigator {
  max-width: 480px;
  margin: 1em auto;
  font-family: inherit;
}

.fn-step {
  margin-bottom: 1.5em;
}

label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}

select {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Buttons */
.fn-step .fn-prev,
.fn-step .fn-next {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background-color: #fab41e !important;
  color: #444 !important;
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
}

.fn-step .fn-prev span,
.fn-step .fn-next span,
.fn-step .fn-prev .avia_button_inner,
.fn-step .fn-next .avia_button_inner {
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
}

.fn-breadcrumbs {
  margin-top: 1em;
  font-size: 1em;
  color: #fab41e;
  font-weight: bold;
  text-align: left;
}

.fn-result p {
  margin: 0.25em 0;
}
