/* Element: Strong */
strong {
  font-weight: 700;
}

/* Fonts */
.has-tertiary-font-family,
.has-quaternary-font-family {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased; /* Non-standard, very limited support */
}

/* Layout: Header */
.site-header-cta + .site-header-before,
.site-header-before + .site-header,
.site-header + .site-header-after {
  margin-top: 0;
}

.site-footer-before + .site-footer {
  margin-block-start: var(--wp--preset--spacing--50);
}

@media (min-width: 782px) {
  .wp-block-navigation__responsive-container-close + .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container:last-child {
    display: none;
  }
}
/* Layout: Post */
.entry-header .tasty-recipes-quick-links a.tasty-recipes-jump-link {
  letter-spacing: 0.075em;
  height: 42px;
  padding: 0 var(--wp--preset--spacing--40);
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-radius: 4px;
}
.entry-header .jump-to-video {
  width: 42px;
  height: 42px;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 4px;
}
.entry-header .jump-to-video svg {
  width: 22px;
  height: 22px;
}
.entry-header .dpsp-has-spacing .dpsp-networks-btns-wrapper li {
  margin-right: var(--wp--preset--spacing--30);
  margin-bottom: 0;
}
.entry-header .dpsp-has-spacing .dpsp-networks-btns-wrapper li:last-child {
  margin-right: 0;
}

.entry-content > .dpsp-post-pinterest-image-hidden + * {
  margin-top: 0;
}
