/* ====== GLOBAL ====== */

body {
  font-family: "Nunito Sans", sans-serif;
  padding: 20px;
  margin: auto;
}

.btn-applikation {
  border-radius: 2px;
}

.btn-outline-dark:hover {
  background-color: #001d31;
}

.btn-outline-dark:active {
  background-color: #001d31 !important;
}

.resultat {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.avfuktare {
  margin-bottom: 15px;
}

#volymContainer,
#sokKnapp {
  display: none;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.card img {
  object-fit: contain;
  width: 100%;
  max-height: 150px;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
