.nutrition {
  & h6 {
    margin-top: var(--medium);
  }
}

.recipe-tabs {
  flex: 3;
  display: flex;
  gap: var(--medium);
  justify-content: flex-end;
}

.recipes {
  .recipes__header {
    display: flex;
  }
}

.recipe__card {
  padding: var(--tiny) var(--small);
  & a {
    color: var(--black);
    text-decoration: none;
  }
}
