.additivesAndAllergensContainer {
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  overflow: auto;
}

.drawerTitleContainer {
  flex: 1;
  margin-right: 10px;
}

.drawerTitle {
  font-size: 1.2rem;
  font-weight: 700;
}

.titleContainer {
  flex-flow: row;
}

.description {
  color: var(--textDarkColor2);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}

.countdownContainer {
  padding: 30px 10px;
}
