/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.entry-content div.dvnlRecipe {
  margin-bottom: 2em;
}

.recipe-details-wrap {
  background-color: rgba(120, 76, 170, 0.3);
  margin: 0 0 1em;
  padding: 10px;
}

:target:before {
  content: "";
  display: block;
  height: 50px; /* fixed header height*/
  margin: -50px 0 0; /* negative fixed header height */
}

.recipe-post-nav {
  position: fixed;
  left: 0;
  transition: all 0.2s ease-in;
  background-color: rgba(120, 76, 170, 0.3);
  padding: 5px;
  box-shadow: 1px 2px 4px rgba(120, 76, 170, 0.7);
}
.recipe-post-nav ul {
  list-style-type: none;
}
.recipe-post-nav li {
  margin: 0;
}

.recipe-details-wrap .post-meta-wrapper {
  margin-top: 0;
}

.recipe-creator {
  margin-bottom: 0.5em;
}

.recipe-details-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.recipe-details-list li {
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
}

.dvnlRecipe h4 {
  font-size: 2.5rem;
}
