@charset "UTF-8";

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
}

section.container {
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

section#currency {
  border: var(--bs-success-border-subtle) 2px solid;
  background-color: var(--bs-success-bg-subtle);
}

section#itinerary {
  border: var(--bs-primary-border-subtle) 2px solid;
  background-color: var(--bs-primary-bg-subtle);
}

h1 {
  line-height: 1;
}

h1 span.material-symbols-outlined {
  font-size: 3rem;
  position: relative;
  top: 9px;
  color: var(--bs-primary);
}

h2 {
  margin-top: 0;
}

#result {
  background-color: white;
  margin-right: 6px;
  margin-left: 6px;
  line-height: 2.4rem;
  border-radius: 8px;
}

#itinerary .row div:last-child {
  border-radius: 8px;
}

#sortableList {
  padding-left: 0;
}

.list-item {
  cursor: pointer;
  position: relative;
  color: white;
}
.list-item span {
  display: inline-block;
  margin-right: 8px;
  color: black;
}

.list-item button {
  appearance: none;
  background-color: white;
  color: red;
  font-size: 1.5rem;
  border: none;
  border-radius: 3px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only print {
}
