@charset "UTF-8";

/* src/style/main.scss */
.fk-meka-nyckeltal {
  color: #0e5532;
  display: block;
  font-size: 42px;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width:1025px) {
  .fk-meka-nyckeltal {
    font-size: 50px;
  }
}
.fk-meka-nyckeltal em {
  font-style: normal;
  font-weight: 900;
}
.fk-meka-nyckeltal small {
  color: #1b1e23;
  display: block;
  font-size: 16px;
  margin-top: 0.5rem;
}
.edit-mode .fk-meka-nyckeltal {
  font-size: 1.5rem;
  visibility: visible;
}
.fk-meka-nyckeltal:hover {
  color: #0e5532;
}
.fk-meka-nyckeltal:hover em {
  text-decoration: underline;
}

