@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.social-links li svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: var(--wp--custom--layout--site-top) 0 var(--wp--custom--layout--site-bottom);
  overflow: hidden;
}
@media (min-width: 769px) {
  .site-inner {
    --wp--custom--layout--site-top: 3rem;
    --wp--custom--layout--site-bottom: 5.625rem;
  }
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .content-area {
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 336px;
    grid-column-gap: var(--wp--custom--layout--grid-gap);
  }
}
/* Base Block
--------------------------------------------- */
.wp-block {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}

p.is-style-heading {
  font-family: var(--wp--preset--font-family--sans-serif);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--small);
  font-weight: 500;
}

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "➤";
  position: absolute;
  left: -20px;
}

ol.is-style-fancy > li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy > li::before {
  content: counter(list-item);
  position: absolute;
  left: -32px;
  top: 2px;
}

ol.is-style-fancy > li::before,
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--secondary);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

/* Numbered Gallery
--------------------------------------------- */
body {
  counter-reset: gallery;
}

.wp-block-gallery.is-style-numbered .wp-block-image,
.wp-block-image.is-style-numbered {
  position: relative;
}
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  content: counter(gallery);
  counter-increment: gallery;
  position: absolute;
  top: 8px;
  right: 8px;
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  letter-spacing: 1px;
  padding: 1.0667em 2em;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  line-height: var(--wp--custom--typography--line-height--small);
}
.wp-block-button__link.has-secondary-background-color {
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-button__link.has-secondary-background-color:hover, .wp-block-button__link.has-secondary-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button__link.has-tertiary-background-color {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button__link.has-tertiary-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: transparent !important;
}
.wp-block-button__link:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:visited {
  color: var(--wp--preset--color--foreground);
}

/* Group
--------------------------------------------- */
.wp-block-group.has-background {
  padding: 2.5rem var(--wp--custom--layout--padding);
}
.wp-block-group.has-background + .wp-block-group.has-background {
  margin-top: 0;
}
.wp-block-group.has-background.has-background-background-color + .wp-block-group.has-background.has-background-background-color {
  padding-top: 0;
}
.wp-block-group.has-background.has-quaternary-background-color + .wp-block-group.has-background.has-quaternary-background-color {
  padding-top: 0;
}
.wp-block-group.has-background.has-quinary-background-color + .wp-block-group.has-background.has-quinary-background-color {
  padding-top: 0;
}
.wp-block-group.has-background.has-senary-background-color + .wp-block-group.has-background.has-senary-background-color {
  padding-top: 0;
}
.wp-block-group.has-background.has-white-background-color + .wp-block-group.has-background.has-white-background-color {
  padding-top: 0;
}
@media (max-width: 768px) {
  .entry-content > .wp-block-group.has-background, .block-area > .wp-block-group.has-background {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
  }
}
@media (min-width: 769px) {
  .wp-block-group.has-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .wp-block-group.has-background.has-reduced-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .wp-block-group.has-background.is-style-reduced-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.entry-content > .wp-block-group.alignfull.has-background:first-child, .block-area > .wp-block-group.alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--site-top));
}
.entry-content > .wp-block-group.alignfull.has-background:last-child, .block-area > .wp-block-group.alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--site-bottom));
}
h1.hide:first-child + .wp-block-group.alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--site-top));
}
.archive .block-area > .wp-block-group.alignfull.has-background:last-child {
  margin-bottom: -2rem;
}
@media (min-width: 769px) {
  .archive .block-area > .wp-block-group.alignfull.has-background:last-child {
    margin-bottom: -4rem;
  }
}
.wp-block-group > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.cwp-cta__group {
  padding: 3.125rem 2.5rem;
}
.wp-block-group.cwp-cta__group .cwp-group__subtitle + .cwp-group__title {
  margin-top: 0.5rem;
}
.wp-block-group.cwp-cta__group .cwp-group__title + p {
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .wp-block-group.cwp-cta__group {
    text-align: center;
  }
  .wp-block-group.cwp-cta__group .wp-block-image {
    margin-bottom: 1.75rem;
  }
  .wp-block-group.cwp-cta__group .wp-block-image img {
    width: 200px;
  }
  .wp-block-group.cwp-cta__group .wp-block-buttons {
    justify-content: center;
  }
}
.wp-block-group.cwp-callout__group {
  padding: 3rem 2.5rem;
}
.wp-block-group.cwp-callout__group .cwp-callout__image {
  margin: 0 auto;
}
@media (max-width: 599px) {
  .wp-block-group.cwp-callout__group .cwp-callout__image {
    margin-bottom: 1.25rem;
  }
  .wp-block-group.cwp-callout__group .cwp-callout__image img {
    width: 100%;
  }
}
.wp-block-group.cwp-callout__group .cwp-callout__title {
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--small);
  margin: 0 0 1rem;
  color: var(--wp--preset--color--septenary);
}
.wp-block-group.cwp-quick-tip__group {
  padding: 2.5rem 2.75rem;
}
.wp-block-group.cwp-featured-item__group {
  padding: 2rem 2rem 2.5rem;
}
.wp-block-group.cwp-featured-item__group .cwp-featured-item__subtitle {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--small);
  font-weight: 600;
  text-transform: uppercase;
}
.wp-block-group.cwp-featured-item__group .cwp-featured-item__image {
  margin: 0 auto;
}
@media (max-width: 599px) {
  .wp-block-group.cwp-featured-item__group .cwp-featured-item__image {
    margin-bottom: 1.25rem;
  }
  .wp-block-group.cwp-featured-item__group .cwp-featured-item__image img {
    width: 100%;
  }
}
.wp-block-group.cwp-featured-item__group .cwp-featured-item__title {
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--small);
  margin: 0 0 1rem;
  color: var(--wp--preset--color--septenary);
}
.wp-block-group.cwp-featured-item__group .cwp-featured-item__title + * {
  margin-top: 0;
}
.wp-block-group.cwp-featured-comment__group {
  padding: 2.5rem 2.75rem;
}
.wp-block-group.cwp-featured-comment__group .cwp-featured-comment__image {
  width: 116px;
  margin-left: 0;
}
.wp-block-group.cwp-resources__group {
  padding: 2.5rem 2.75rem;
}
.wp-block-group.cwp-resources__group .cwp-resources__list li {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1px;
}
.wp-block-group.cwp-faq__group {
  padding: 0;
}
.wp-block-group.cwp-faq__group .cwp-group__title {
  padding: 2rem 1.5rem;
}
.wp-block-group.cwp-faq__group .cwp-group__title:first-child {
  margin-bottom: 0;
}
.wp-block-group.cwp-faq__group.is-style-reduced-padding {
  padding: 0;
}
.block-area-sidebar .wp-block-group.reduced-gap {
  --wp--style--block-gap: 0.625rem;
}
.block-area-sidebar .wp-block-group.reduced-gap > .wp-block-buttons {
  margin-top: 1.5rem;
}
.wp-block-group .cwp-group__subtitle {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--small);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.wp-block-group .cwp-group__title {
  font-family: var(--wp--preset--font-family--sans-serif);
  line-height: var(--wp--custom--typography--line-height--small);
  font-weight: 500;
  margin: 0 0 0.75rem;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
}
.wp-block-group .cwp-group__title + * {
  margin-top: 0;
}

.wp-block-column > * {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-column > * + * {
  margin-top: var(--wp--style--block-gap);
}

/* Image
--------------------------------------------- */
.wp-block-image.size-large img {
  width: 100%;
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-table figcaption,
.wp-block-embed figcaption {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption,
.wp-block-video.alignwide figcaption,
.wp-block-video.alignfull figcaption,
.wp-block-table.alignwide figcaption,
.wp-block-table.alignfull figcaption,
.wp-block-embed.alignwide figcaption,
.wp-block-embed.alignfull figcaption {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}

@media (max-width: 768px) {
  figure.wp-block-image {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}

figure[style*="width:"] {
  width: 100% !important;
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  border-bottom: none;
}

/* Blockquote
--------------------------------------------- */
blockquote,
.wp-block-quote {
  background-color: var(--wp--preset--color--senary);
  padding: 2.5rem;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.46667;
}
blockquote p:first-child,
.wp-block-quote p:first-child {
  margin-top: 0;
}
blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 1rem;
}
blockquote::before,
.wp-block-quote::before {
  content: "";
  display: block;
  background-image: url("../icons/brand/quote.svg");
  background-size: contain;
  width: 1.6875rem;
  height: 1.0625rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .entry-content > blockquote, .block-area > blockquote,
.entry-content > .wp-block-quote,
.block-area > .wp-block-quote {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
  }
}

/* Default elements
--------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wp--preset--color--septenary);
  margin-block-end: var(--wp--style--block-gap);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-block-start: 0;
}
.entry-content > h1.alignfull, .block-area > h1.alignfull, .entry-content > h2.alignfull, .block-area > h2.alignfull, .entry-content > h3.alignfull, .block-area > h3.alignfull, .entry-content > h4.alignfull, .block-area > h4.alignfull, .entry-content > h5.alignfull, .block-area > h5.alignfull, .entry-content > h6.alignfull, .block-area > h6.alignfull {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
@media (max-width: 768px) {
  .entry-content > h1.alignwide, .block-area > h1.alignwide, .entry-content > h2.alignwide, .block-area > h2.alignwide, .entry-content > h3.alignwide, .block-area > h3.alignwide, .entry-content > h4.alignwide, .block-area > h4.alignwide, .entry-content > h5.alignwide, .block-area > h5.alignwide, .entry-content > h6.alignwide, .block-area > h6.alignwide {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}

h1, h2 {
  font-family: var(--wp--preset--font-family--sans-serif);
}

h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--system-font);
}

h1, h2, h3 {
  font-weight: 500;
}

h1 {
  font-size: var(--wp--preset--font-size--huge);
  line-height: var(--wp--custom--typography--line-height--medium);
}

h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--small);
}

h3 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--small);
  text-transform: uppercase;
}
h3:not([class*=font-size]):not([class=post-summary__title]), h3.has-medium-font-size {
  letter-spacing: 1.76px;
}

h4, h5, h6 {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  line-height: var(--wp--custom--typography--line-height--normal);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

p {
  letter-spacing: 0.35px;
}
p.has-small-font-size {
  line-height: var(--wp--custom--typography--line-height--medium);
  font-weight: 500;
  letter-spacing: 1px;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
ol:not([class]), ol.wp-block,
ul:not([class]),
ul.wp-block {
  padding-left: 1rem;
}
ol:not([class]) li, ol.wp-block li,
ul:not([class]) li,
ul.wp-block li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

ul.is-style-dashes {
  position: relative;
}
ul.is-style-dashes li {
  list-style-type: none;
}
ul.is-style-dashes li::before {
  content: "—";
  position: absolute;
  left: 0;
}

a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.post-password-form {
  max-width: var(--wp--custom--layout--content);
}
body.full-width-content .entry-content .post-password-form {
  max-width: var(--wp--custom--layout--content);
}
.post-password-form > p {
  display: flex;
  gap: 1rem;
}
.post-password-form > p label {
  width: 100%;
}
.post-password-form > p input[type=password] {
  padding: 1em;
}
.post-password-form > p input[type=submit] {
  width: auto;
  align-self: flex-end;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.25rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.538;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.full-width-content .breadcrumb {
  max-width: var(--wp--custom--layout--wide);
}
.breadcrumb a {
  text-decoration-thickness: 2px;
  color: var(--wp--preset--color--foreground);
}
@media (min-width: 769px) {
  .breadcrumb {
    margin-bottom: 4.5rem;
  }
  .archive .site-main > .breadcrumb:first-child {
    margin-top: -1.5rem;
  }
}

.schema-faq {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 1px;
}
.schema-faq .schema-faq-section {
  padding: 1.5rem;
  background-color: var(--wp--preset--color--senary);
  position: relative;
}
.schema-faq .schema-faq-section + .schema-faq-section {
  border-top: 7px solid var(--wp--preset--color--background);
}
.schema-faq .schema-faq-section.active .schema-faq-toggle {
  background-image: url("../icons/brand/accordion-minus.svg");
}
.cwp-faq__group .schema-faq .schema-faq-section {
  background-color: transparent;
  border-top: 7px solid var(--wp--preset--color--background);
}
.schema-faq .schema-faq-question {
  font-weight: 600;
  display: block;
  padding-right: 1.25rem;
}
.schema-faq .schema-faq-answer {
  margin-top: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.4667;
}
.schema-faq .schema-faq-answer:last-child {
  margin-bottom: 0;
}
.schema-faq .schema-faq-toggle {
  position: absolute;
  background-color: transparent;
  border: none;
  appearance: none;
  background-image: url("../icons/brand/accordion-plus.svg");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  cursor: pointer;
  right: 0;
  top: 0;
}

/* Table of Contents
--------------------------------------------- */
.yoast-table-of-contents {
  background: #fff;
}
.yoast-table-of-contents h2 {
  background: #E0ECEA;
  font-size: var(--wp--preset--font-size--large);
  padding: 16px;
}
.yoast-table-of-contents ul {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.yoast-table-of-contents ul li {
  list-style-type: none;
  margin: 0;
}
.yoast-table-of-contents ul li a {
  font-weight: 500;
}
.yoast-table-of-contents ul li a:focus {
  text-decoration: underline;
}
.yoast-table-of-contents--no-js {
  padding-bottom: 44px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
  display: none;
}
.yoast-table-of-contents__footer {
  padding-inline: var(--wp--custom--layout--block-gap);
  height: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.yoast-table-of-contents__footer[hidden] {
  display: none;
}
.yoast-table-of-contents__reveal {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #007568;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 14px 0;
  cursor: pointer;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  margin: 0 0 16px;
  padding: 0;
  color: var(--wp--preset--color--septenary);
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 500;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
  letter-spacing: 0.35px;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-form,
div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
    display: grid;
    grid-template-columns: 1fr fit-content(300px);
    column-gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-head-container {
    grid-column: 1/-1;
  }
  div.wpforms-container.one-line .wpforms-field-container {
    display: flex;
    gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-field {
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
  }
  div.wpforms-container.one-line .wpforms-field-label {
    min-height: 26px;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    margin: 0;
    padding-top: 26px;
  }
}
div.wpforms-container.inline-fields:last-child {
  margin-bottom: 0;
}
div.wpforms-container.inline-fields .wpforms-submit-container {
  margin-top: 0;
}
@media (max-width: 600px) {
  div.wpforms-container.inline-fields .wpforms-field {
    padding-right: 0;
  }
}
@media (min-width: 601px) {
  div.wpforms-container.inline-fields .wpforms-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }
  div.wpforms-container.inline-fields .wpforms-head-container {
    grid-column: span 2;
  }
  div.wpforms-container.inline-fields .wpforms-field-container {
    width: 100%;
    display: flex;
    float: none;
  }
  div.wpforms-container.inline-fields .wpforms-field {
    display: block;
    flex-grow: 1;
  }
  div.wpforms-container.inline-fields .wpforms-submit-container {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  div.wpforms-container.inline-fields .wpforms-submit {
    width: auto;
    margin: 0 auto;
  }
}
div.wpforms-container::after {
  content: "";
  display: table;
  clear: both;
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
.shared-counts-wrap.after_content {
  background-color: var(--wp--preset--color--quaternary);
  text-align: center;
  padding: 3.5rem var(--wp--custom--layout--padding);
  margin-top: 1.875rem;
}
.shared-counts-wrap.after_content h3 {
  margin-bottom: 1.5rem;
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
}
.shared-counts-wrap.after_content svg {
  fill: var(--wp--preset--color--black);
  width: 28px;
  height: 28px;
}
.shared-counts-wrap.after_content .shared-counts-button {
  display: inline-block;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 50%;
  padding: 1rem;
  margin: 0 0.375rem;
}
.shared-counts-wrap.after_content .shared-counts-button:hover, .shared-counts-wrap.after_content .shared-counts-button:focus {
  background-color: var(--wp--preset--color--black);
}
.shared-counts-wrap.after_content .shared-counts-button:hover svg, .shared-counts-wrap.after_content .shared-counts-button:focus svg {
  fill: var(--wp--preset--color--quaternary);
}
@media (max-width: 768px) {
  .shared-counts-wrap.after_content {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
  }
}

/* Toolset Views
--------------------------------------------- */
.wpv-resource-loop {
  display: grid;
  grid-template-columns: repeat(var(--wp--custom--post-listing--columns), minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .wpv-resource-loop {
    --wp--custom--post-listing--columns: 3;
    gap: var(--wp--custom--layout--grid-gap);
  }
}
.wpv-resource-loop .product32 {
  text-align: center;
}
.wpv-resource-loop .product32 img {
  width: 100%;
}
.wpv-resource-loop .product32 > a:first-child {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid var(--wp--preset--color--black);
}
.wpv-resource-loop .product32 .product-title {
  font-family: var(--wp--preset--font-family--sans-serif);
  font-size: clamp(1.0625rem, 3vw, 1.1875rem);
  line-height: var(--wp--custom--typography--line-height--medium);
  text-transform: none;
  margin-bottom: 0;
}
.wpv-resource-loop .product32 .buy32-location {
  margin: 0.5rem 0;
}
.wpv-resource-loop .product32 .buy32-button .button {
  display: inline-block;
  letter-spacing: 1px;
  padding: 1.0667em 2em;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  line-height: var(--wp--custom--typography--line-height--small);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.wpv-resource-loop .product32 .buy32-button .button:hover, .wpv-resource-loop .product32 .buy32-button .button:focus {
  background-color: transparent;
}

/* Lucky Table of Contents
--------------------------------------------- */
.lwptoc .lwptoc_i a {
  color: #007568;
}

/* ConvertKit
--------------------------------------------- */
:is(.entry-content, .block-area) .formkit-form {
  margin-bottom: 0 !important; /* to prevent the extra bottom margin that makes spacing look bad when for example, used as last element in a group with a bg color */
}

/* MemberPress
--------------------------------------------- */
.mepr_pro_error svg, .mepr-account-container .mepr_pro_error svg, .mepr-unauthorized-message svg {
  width: 1em;
  height: 1em;
}

/* Forms - General */
.mepr-form input[type=radio] {
  width: auto;
}
.mepr-form input[type=submit] {
  width: auto !important;
}

/* Pricing Page */
body .mepr-price-menu .mepr-price-boxes .mepr-most-popular {
  background: var(--wp--preset--color--secondary);
}

body .mepr-price-menu .mepr-price-boxes .mepr-price-box.highlighted a {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}

body .mepr-price-menu .mepr-price-boxes .mepr-price-box.highlighted a:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--foreground);
}

/* Account Page */
body #mepr-account-nav .mepr-nav-item a {
  color: var(--wp--preset--color--background);
}

/* Login page */
#mepr-template-login .mepro-form button,
#mepr-template-login .mepro-form input[type=button],
#mepr-template-login .mepro-form input[type=reset],
#mepr-template-login .mepro-form input[type=submit],
#mepr-template-login .mepr-form button,
#mepr-template-login .mepr-form input[type=button],
#mepr-template-login .mepr-form input[type=reset],
#mepr-template-login .mepr-form input[type=submit] {
  background-color: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--foreground);
  letter-spacing: 1px;
  padding: 1.0667em 2em;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  line-height: var(--wp--custom--typography--line-height--small);
}

#mepr-template-login .mepro-form button:hover,
#mepr-template-login .mepro-form input[type=button]:hover,
#mepr-template-login .mepro-form input[type=reset]:hover,
#mepr-template-login .mepro-form input[type=submit]:hover,
#mepr-template-login .mepr-form button:hover,
#mepr-template-login .mepr-form input[type=button]:hover,
#mepr-template-login .mepr-form input[type=reset]:hover,
#mepr-template-login .mepr-form input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
}

#mepr-template-login .mepro-form button.mp-hide-pw,
#mepr-template-login .mepro-form input[type=button].mp-hide-pw,
#mepr-template-login .mepro-form input[type=reset].mp-hide-pw,
#mepr-template-login .mepro-form input[type=submit].mp-hide-pw,
#mepr-template-login .mepr-form button.mp-hide-pw,
#mepr-template-login .mepr-form input[type=button].mp-hide-pw,
#mepr-template-login .mepr-form input[type=reset].mp-hide-pw,
#mepr-template-login .mepr-form input[type=submit].mp-hide-pw {
  color: var(--wp--preset--color--foreground);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Post Listing
--------------------------------------------- */
.block-post-listing {
  border-top: 1px solid var(--wp--preset--color--black);
  padding-top: 3rem;
}
.block-post-listing header h2 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1.76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.75rem;
}
@media (min-width: 769px) {
  .block-post-listing header h2 {
    margin-bottom: 3rem;
  }
}
.block-post-listing footer {
  margin-top: 1.5rem;
  text-align: center;
}
.block-post-listing footer .block-post-listing__more {
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.block-post-listing footer .block-post-listing__more svg {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0.25rem;
}
.block-post-listing .block-post-listing__inner {
  display: grid;
  grid-template-columns: repeat(var(--wp--custom--post-listing--columns), minmax(0, 1fr));
  gap: 1.5rem 1rem;
}
@media (min-width: 769px) {
  .block-post-listing .block-post-listing__inner {
    gap: var(--wp--custom--layout--grid-gap);
  }
}
.block-post-listing.layout-alpha .post-summary__title, .block-post-listing.layout-beta .post-summary__title {
  font-size: clamp(1.1875rem, 2.25vw, 1.3125rem);
}
@media (min-width: 769px) {
  .block-post-listing.layout-alpha {
    --wp--custom--post-listing--columns: 2;
  }
}
@media (min-width: 769px) {
  .block-post-listing.layout-beta {
    --wp--custom--post-listing--columns: 3;
  }
}
.block-post-listing.layout-gamma {
  --wp--custom--post-listing--columns: 2;
}
@media (min-width: 769px) {
  .block-post-listing.layout-gamma {
    --wp--custom--post-listing--columns: 4;
  }
}
@media (max-width: 768px) {
  .block-post-listing.layout-delta .post-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }
  .block-post-listing.layout-delta .post-summary .post-summary__image {
    margin-bottom: 0;
  }
  .block-post-listing.layout-delta .post-summary .post-summary__image img {
    width: 115px;
  }
  .block-post-listing.layout-delta .post-summary .post-summary__content {
    text-align: left;
  }
  .block-post-listing.layout-delta .post-summary .entry-category {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .block-post-listing.layout-delta {
    --wp--custom--post-listing--columns: 4;
  }
}
.block-post-listing.layout-epsilon {
  --wp--custom--post-listing--columns: 2;
}
.block-post-listing.layout-epsilon .post-summary--tertiary .post-summary__title {
  font-size: 1.1875rem;
}
.block-post-listing.layout-epsilon .post-summary--quaternary {
  grid-column: span 2;
}
.block-post-listing.layout-epsilon .post-summary--quaternary .post-summary__title {
  font-size: clamp(1.4375rem, 3vw, 1.6875rem);
}
@media (min-width: 769px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner {
    grid-template-columns: 1fr 2.67fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 1rem;
  }
  .block-post-listing.layout-epsilon .post-summary--tertiary:nth-child(2) {
    grid-row: 2;
  }
  .block-post-listing.layout-epsilon .post-summary--tertiary:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }
  .block-post-listing.layout-epsilon .post-summary--quaternary {
    grid-column: 2;
    grid-row: span 2;
  }
}
@media (max-width: 768px) {
  .block-post-listing.layout-zeta .block-post-listing__inner {
    grid-auto-flow: column;
    grid-auto-columns: 40%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
    padding: 0 var(--wp--custom--layout--padding) 1rem;
  }
  .block-post-listing.layout-zeta footer {
    margin-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .block-post-listing.layout-zeta .block-post-listing__inner {
    grid-auto-columns: 66.6666666667%;
  }
}
@media (min-width: 769px) {
  .block-post-listing.layout-zeta {
    --wp--custom--post-listing--columns: 3;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-zeta {
    --wp--custom--post-listing--columns: 6;
  }
}
.block-post-listing.layout-zeta .post-summary__title {
  font-size: 1.0625rem;
}
.block-post-listing.layout-eta {
  --wp--custom--post-listing--columns: 2;
}
@media (min-width: 769px) {
  .block-post-listing.layout-eta {
    --wp--custom--post-listing--columns: 3;
  }
}
.block-area-sidebar .block-post-listing {
  --wp--custom--post-listing--columns: 1;
}
.block-area-sidebar .block-post-listing .post-summary__title {
  font-size: 1.125rem;
}
.block-area-sidebar .block-post-listing .entry-category {
  display: none;
}
.block-area-sidebar .block-post-listing.layout-gamma, .block-area-sidebar .block-post-listing.layout-zeta, .block-area-sidebar .block-post-listing.layout-eta {
  --wp--custom--post-listing--columns: 2;
}
.block-area-sidebar .block-post-listing.layout-gamma .block-post-listing__inner, .block-area-sidebar .block-post-listing.layout-zeta .block-post-listing__inner, .block-area-sidebar .block-post-listing.layout-eta .block-post-listing__inner {
  gap: 1.5rem 1rem;
}
.block-area-sidebar .block-post-listing.layout-epsilon .block-post-listing__inner {
  grid-template-columns: repeat(var(--wp--custom--post-listing--columns), minmax(0, 1fr));
  grid-template-rows: auto;
}
.block-area-sidebar .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary--tertiary:nth-child(2) {
  grid-row: auto;
}
.block-area-sidebar .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary--tertiary:nth-child(4) {
  grid-column: auto;
  grid-row: auto;
}
.block-area-sidebar .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary--quaternary {
  grid-column: span 1;
  grid-row: span 1;
}
@supports (aspect-ratio: 1) {
  .after-entry .block-post-listing .post-summary--products .post-summary__image a {
    aspect-ratio: 232/300;
    display: block;
  }
  .after-entry .block-post-listing .post-summary--products .post-summary__image a img {
    height: 100%;
    object-fit: cover;
  }
}
h1.hide:first-child + .block-post-listing, .entry-content > .block-post-listing:first-child, .block-area > .block-post-listing:first-child {
  border-top: none;
  padding-top: 0;
}

/* Featured In
--------------------------------------------- */
.block-featured-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.block-featured-in__title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  margin: 0 0 1.75rem;
  align-self: flex-start;
  padding-right: 0.75rem;
}
.block-featured-in__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  flex-grow: 999;
  min-width: 83.3333%;
}
.block-featured-in__icon {
  flex-basis: 14.2857%;
  min-width: 114px;
  padding: 0.5rem;
}
.block-featured-in__icon img {
  display: block;
  margin: 0 auto;
  width: 99px;
}
@media (min-width: 769px) {
  .block-featured-in__icon {
    min-width: 123px;
  }
}

/* Search Form
--------------------------------------------- */
.search-form {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--wp--preset--color--white);
  border-radius: 6px;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  width: 100%;
  height: 100%;
  border: none;
}
.search-form .search-submit {
  appearance: none;
  background-color: transparent;
  border: none;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  cursor: pointer;
}
.search-form ::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--wp--preset--color--foreground);
  font-weight: 500;
}
.search-form :-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--wp--preset--color--foreground);
  font-weight: 500;
}
.search-form ::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--wp--preset--color--foreground);
  font-weight: 500;
}
.search-form :-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--wp--preset--color--foreground);
  font-weight: 500;
}

/* Search + Categories
--------------------------------------------- */
.block-search-categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  gap: 0.75rem 1.5rem;
}
.block-search-categories .block-search-categories__select,
.block-search-categories .search-form {
  width: 100%;
}
.block-search-categories .block-search-categories__select {
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--wp--preset--color--foreground);
  font-weight: 500;
  border: none;
}
@media (min-width: 769px) {
  .block-search-categories {
    display: flex;
  }
}

/* Shop Books
--------------------------------------------- */
.block-shop-books {
  border-top: 1px solid var(--wp--preset--color--black);
  padding-top: 3rem;
}
@media (max-width: 1120px) {
  .block-shop-books__inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 28.5714285714%;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
    padding: 0 var(--wp--custom--layout--padding) 1rem;
  }
}
@media (max-width: 768px) {
  .block-shop-books__inner {
    grid-auto-columns: 40%;
  }
}
@media (min-width: 1121px) {
  .block-shop-books__inner {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
}
.block-shop-books__title {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1.76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.75rem;
}
@media (min-width: 769px) {
  .block-shop-books__title {
    margin-bottom: 3rem;
  }
}
.block-shop-books .post-summary {
  flex-basis: calc(12.5% - 1.3125rem);
  display: grid;
  grid-auto-rows: auto 1fr;
}
@supports (aspect-ratio: 1) {
  .block-shop-books .post-summary__image a {
    aspect-ratio: 232/300;
    display: block;
  }
  .block-shop-books .post-summary__image img {
    height: 100%;
    object-fit: cover;
  }
}
.block-shop-books .post-summary__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-shop-books .post-summary__content .wp-block-button {
  margin-top: auto;
}
h1.hide:first-child + .block-shop-books, .entry-content > .block-shop-books:first-child, .block-area > .block-shop-books:first-child {
  border-top: none;
  padding-top: 0;
}

/* Shop Categories
--------------------------------------------- */
.block-shop-categories {
  border-top: 1px solid var(--wp--preset--color--black);
  padding-top: 3rem;
}
.block-shop-categories__title {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1.76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.75rem;
}
@media (min-width: 769px) {
  .block-shop-categories__title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .block-shop-categories__inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 28.5714285714%;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
    padding: 0 var(--wp--custom--layout--padding) 1rem;
  }
}
@media (max-width: 768px) {
  .block-shop-categories__inner {
    grid-auto-columns: 40%;
  }
}
@media (min-width: 992px) {
  .block-shop-categories__inner {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
.block-shop-categories__cat {
  text-align: center;
  flex-basis: calc(12.5% - 0.875rem);
}
.block-shop-categories__image img {
  margin: 0 auto;
  width: 100%;
}
.block-shop-categories__image:hover + .block-shop-categories__name a {
  text-decoration: none;
}
.block-shop-categories__name {
  font-family: var(--wp--preset--font-family--sans-serif);
  line-height: var(--wp--custom--typography--line-height--medium);
  font-weight: 500;
  font-size: 1.0625rem;
}
.block-shop-categories__name a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.block-shop-categories__name a:hover, .block-shop-categories__name a:focus {
  text-decoration: underline;
}
h1.hide:first-child + .block-shop-categories, .entry-content > .block-shop-categories:first-child, .block-area > .block-shop-categories:first-child {
  border-top: none;
  padding-top: 0;
}

.cp-list {
  border-top: 1px solid var(--wp--preset--color--black);
  padding-top: 3rem;
}
.cp-list > h2 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1.76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.75rem;
}
@media (min-width: 769px) {
  .cp-list > h2 {
    margin-bottom: 3rem;
  }
}
.cp-list__inner .cat {
  text-align: center;
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
}
.cp-list__inner .cat__name {
  display: block;
  font-family: var(--wp--preset--font-family--sans-serif);
  line-height: var(--wp--custom--typography--line-height--medium);
  font-weight: 500;
  font-size: 1.0625rem;
  margin-top: 1em;
}
.cp-list__inner .cat img {
  width: 100%;
  margin: 0 auto;
}
.cp-list__inner .cat:hover, .cp-list__inner .cat:focus {
  text-decoration: underline;
}
.cp-list.layout-alpha .cp-list__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}
@media (min-width: 769px) {
  .cp-list.layout-alpha .cp-list__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--wp--custom--layout--grid-gap);
  }
}
.cp-list.layout-beta .cp-list__inner {
  display: grid;
  grid-auto-columns: 40%;
  grid-auto-flow: column;
  gap: 1.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 var(--wp--custom--layout--padding) 1rem;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
}
@media (min-width: 769px) {
  .cp-list.layout-beta .cp-list__inner {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: var(--wp--custom--layout--grid-gap);
  }
  .cp-list.layout-beta .cp-list__inner .cat {
    flex-basis: calc(33.33% - 1.333rem);
  }
}
@media (min-width: 992px) {
  .cp-list.layout-beta .cp-list__inner {
    flex-wrap: nowrap;
  }
}
h1.hide:first-child + .cp-list, .entry-content > .cp-list:first-child, .block-area > .cp-list:first-child {
  border-top: none;
  padding-top: 0;
}
h1.hide:first-child + .cp-list > h2, .entry-content > .cp-list:first-child > h2, .block-area > .cp-list:first-child > h2 {
  margin-top: 0;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  border-bottom: 1px solid var(--wp--preset--color--black);
  position: relative;
}

.site-header__logo {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0.5rem auto;
}
.site-header__logo svg {
  display: block;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 971px) {
  .site-header__logo {
    display: none;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 100;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--septenary);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 15px 1.25rem;
  position: relative;
  text-decoration: none;
  letter-spacing: 1.24px;
  text-transform: uppercase;
}
.nav-menu .menu-item a:hover, .nav-menu .menu-item a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.nav-menu .sub-menu .menu-item a {
  text-transform: none;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 8px 12px;
  padding-left: 8px;
}
.nav-menu .nav-primary .menu-item.search button svg {
  vertical-align: middle;
}
.nav-menu .nav-primary .menu-item.search button .search-text {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  margin-left: 4px;
}
@media (max-width: 970px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 971px) {
  .nav-menu .menu {
    display: inline-block;
    width: auto;
    display: flex;
    align-items: center;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item.logo {
    margin: 0.5rem auto;
    flex: 1;
  }
  .nav-menu .menu-item.logo a {
    font-size: 0;
    color: transparent;
    height: var(--cwp-logo-height);
    max-width: 310px;
    margin: 0 auto;
    padding: 0;
  }
  .nav-menu .menu-item.logo a svg {
    padding-left: 80px;
    width: 100%;
    height: 100%;
  }
  .nav-menu .menu-item .submenu-expand {
    display: none;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    border: 1px solid;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-menu .sub-menu .menu-item:first-child a {
    padding-top: 1.25rem;
  }
  .nav-menu .sub-menu .menu-item:last-child a {
    padding-bottom: 1.25rem;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: 0 0 0 215px;
    top: 0;
  }
}
@media (max-width: 970px) {
  .nav-menu {
    --wp--custom--layout--site-title: 78px;
    display: none;
    grid-column: 1/-1;
    max-height: calc(100vh - var(--wp--custom--layout--site-title));
    overflow-y: auto;
    overscroll-behavior-y: contain;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
    max-width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
  .nav-menu.active {
    border-top: 1px solid var(--wp--preset--color--foreground);
    display: block;
  }
  .nav-menu .menu > .menu-item.logo {
    display: none;
  }
  .nav-menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-menu .menu-item-has-children > a {
    padding-right: 0;
  }
  .nav-menu .menu-item-has-children > a + .submenu-expand {
    position: relative;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 32px;
    height: 32px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
  }
  .nav-menu .sub-menu .menu-item a {
    padding-left: 2.25rem;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

.search-toggle {
  background-color: var(--wp--preset--color--quinary);
  border-radius: 6px;
}

@media (max-width: 970px) {
  .search-text {
    display: none;
  }
}

@media (max-width: 970px) {
  .site-header .wrap {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  width: 44px;
  height: 44px;
  grid-row: 1;
}
@media (min-width: 971px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  grid-column: 1;
}
.site-header .wrap > .search-toggle {
  grid-column: 3;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: var(--wp--preset--color--background);
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  border-top: 1px solid var(--wp--preset--color--foreground);
}
.header-search .search-form {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  max-width: var(--wp--custom--layout--content);
}
.header-search .search-form label {
  width: 100%;
}
.header-search .search-form .search-field {
  background-color: transparent;
  border: none;
}
.header-search .search-form .search-submit {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  padding: 10px;
}
.header-search .search-form .search-submit svg {
  display: block;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid var(--wp--preset--color--foreground);
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 970px) {
  .header-search {
    grid-column: 1/-1;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  text-align: center;
}
.post-summary .post-summary__title {
  font-family: var(--wp--preset--font-family--sans-serif);
  font-size: clamp(1.0625rem, 3vw, 1.1875rem);
  line-height: var(--wp--custom--typography--line-height--medium);
  text-transform: none;
  margin-bottom: 0;
}
.post-summary .post-summary__title a {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
}
.post-summary .post-summary__title a:hover, .post-summary .post-summary__title a:focus {
  text-decoration: underline;
}
.post-summary__image {
  margin-bottom: 1rem;
}
.post-summary__image img {
  width: 100%;
}
.post-summary__image:hover + .post-summary__content .post-summary__title a {
  text-decoration: none;
}
.post-summary__excerpt p {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 1px;
  line-height: 1.333;
  margin-top: 0.875rem;
  margin-bottom: 0;
}
.post-summary__product-where {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0.75rem 0;
  line-height: 1.14;
}
@media (min-width: 769px) {
  .archive .post-summary--products {
    margin-bottom: 0.5rem;
  }
}
.archive .post-summary--products .post-summary__title {
  font-size: clamp(1.1875rem, 2.25vw, 1.3125rem);
}
.archive .post-summary--products .post-summary__image {
  margin-bottom: 1.5rem;
}
.archive .post-summary--products .wp-block-button__link {
  padding: 1.0667em 2em;
}
.post-summary--products .post-summary__title {
  font-size: 1.0625rem;
}
.post-summary--products .wp-block-button__link {
  padding: 0.5em 1.0667em;
  margin-top: 0.75rem;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1rem 0 0.5rem;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto var(--wp--custom--layout--grid-gap);
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}
.archive-description p {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.46667;
}
.archive-description::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--wp--preset--color--black);
  max-width: 100vw;
  margin: 2.75rem calc(50% - 50vw) 0;
}
@media (min-width: 769px) {
  .archive-description::after {
    margin-top: 4.5rem;
  }
}

/* Archive Recent Header
--------------------------------------------- */
.archive-recent-header > * {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.full-width-content .archive-recent-header > * {
  max-width: var(--wp--custom--layout--wide);
}
.archive-recent-header h2 {
  border-top: 1px solid var(--wp--preset--color--black);
  margin-top: 2rem;
  padding-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1.76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 769px) {
  .archive-recent-header h2 {
    padding-top: 3rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

/* Archive Facets
--------------------------------------------- */
.archive-facets {
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
}
.full-width-content .archive-facets {
  max-width: var(--wp--custom--layout--wide);
}
@media (min-width: 769px) {
  .archive-facets {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.33rem;
    padding: 0;
  }
  .archive-facets .facetwp-facet {
    flex-basis: calc(25% - 1rem);
    flex-grow: 0;
  }
}
.archive-facets .facetwp-facet {
  flex: 1;
  margin: 0;
  width: 100%;
}
.archive-facets .fs-wrap {
  width: 100%;
}
.archive-facets .fs-label-wrap {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  text-transform: var(--wp--custom--typography--interface--text-transform);
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  background-color: var(--wp--preset--color--quinary);
  border-color: var(--wp--preset--color--background);
  border-radius: 6px;
  text-transform: uppercase;
  padding: 10px 3rem 10px 10px;
}
.archive-facets .fs-arrow {
  width: 50px;
  height: 50px;
  margin: 0;
  right: 0;
  border: none;
  background-image: url(/wp-content/themes/yummytoddlerfood-2022/assets/icons/utility/chevron-large-down.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.archive-facets .fs-dropdown {
  background-color: var(--wp--preset--color--quinary);
  border: 0;
  padding-top: 5px;
}
.archive-facets .fs-search {
  display: none;
}

/* Archive Post Listing
--------------------------------------------- */
.archive-post-listing {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--wp--custom--post-listing--columns), minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .archive-post-listing {
    --wp--custom--post-listing--columns: 3;
    column-gap: var(--wp--custom--layout--grid-gap);
    margin-top: 4rem;
  }
  .archive-recent-header ~ .archive-post-listing {
    margin-top: 3rem;
  }
  .archive-facets + .archive-post-listing {
    margin-top: 3rem;
  }
}
.archive-post-listing .block-area,
.archive-post-listing .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
.full-width-content .archive-post-listing {
  max-width: var(--wp--custom--layout--wide);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  text-align: center;
  padding-top: 3.5rem;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.pagination ul {
  margin: 0;
  padding-left: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0.25rem;
}
.pagination ul li a {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  border: 2px solid var(--wp--preset--color--quinary);
  border-radius: 6px;
}
.pagination ul li.pagination-next a svg, .pagination ul li.pagination-previous a svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 1rem;
  height: 1rem;
}
.pagination ul li.pagination-omission {
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 2px solid var(--wp--preset--color--quinary);
  border-radius: 6px;
}
.pagination ul li:hover > a {
  background-color: var(--wp--preset--color--quinary);
}
.pagination ul li.active > a {
  background-color: var(--wp--preset--color--quinary);
}
.full-width-content .pagination {
  max-width: var(--wp--custom--layout--wide);
}
@media (min-width: 769px) {
  .pagination {
    padding-top: 4.5rem;
  }
  .pagination ul li {
    margin: 0 0.5rem;
  }
}

.facetwp-pager {
  text-align: center;
  padding-top: 3.5rem;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.facetwp-pager .facetwp-page {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0.25rem;
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  border: 2px solid var(--wp--preset--color--quinary);
  border-radius: 6px;
}
.facetwp-pager .facetwp-page.prev svg, .facetwp-pager .facetwp-page.next svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 1rem;
  height: 1rem;
}
.facetwp-pager .facetwp-page:hover, .facetwp-pager .facetwp-page.active {
  background-color: var(--wp--preset--color--quinary);
}
.facetwp-pager .facetwp-page.active {
  font-weight: 500;
}
.facetwp-pager .facetwp-page.dots:hover {
  background-color: transparent;
}
.full-width-content .facetwp-pager {
  max-width: var(--wp--custom--layout--wide);
}
@media (min-width: 769px) {
  .facetwp-pager {
    padding-top: 4.5rem;
  }
  .facetwp-pager .facetwp-page {
    margin: 0 0.5rem;
  }
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: var(--wp--preset--color--white);
  border: none;
  border-radius: 6px;
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  line-height: 24px;
  padding: 15px 16px;
  width: 100%;
}

::-webkit-input-placeholder {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1.07px;
}

:-moz-placeholder {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1.07px;
}

::-moz-placeholder {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1.07px;
}

:-ms-input-placeholder {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 1.07px;
}

input[type=checkbox] {
  width: auto;
}

input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: transparent;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../icons/utility/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: calc(100% - 1.5rem) 50%;
  padding-right: 3rem;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

textarea {
  width: 100%;
  resize: vertical;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 2px solid var(--wp--preset--color--black);
  outline-offset: -3px;
}
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 2px auto var(--wp--preset--color--black);
  outline-offset: 0;
}

::-moz-placeholder {
  color: var(--wp--preset--color--septenary);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--septenary);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--septenary);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.25rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content .tasty-pins-hidden-image-container:first-child + * {
  margin-top: 0;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content h1.hide,
.block-area h1.hide {
  display: none;
}
.entry-content h1.hide:first-child + *,
.block-area h1.hide:first-child + * {
  margin-top: 0;
}
.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
body.full-width-content .entry-content > *, .entry-content > *.alignwide,
body.full-width-content .block-area > *,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.full-width-content .entry-content > *.alignfull, .entry-content > *.alignfull,
body.full-width-content .block-area > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}

/* Entry Header
--------------------------------------------- */
.entry-header {
  margin-bottom: 3.125rem;
  grid-column: 1/-1;
}
.entry-header > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.content .entry-header > * {
  max-width: var(--wp--custom--layout--content);
}
.entry-header .entry-title {
  text-align: center;
}
.entry-header .entry-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .entry-header .entry-title {
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .entry-header > .breadcrumb:first-child, .entry-header__content > .breadcrumb:first-child {
    margin-top: -1.5rem;
  }
}
.entry-header__inner {
  text-align: center;
}
.entry-header__inner a {
  color: var(--wp--preset--color--foreground);
}
.entry-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--wp--custom--layout--content);
  margin: 1.75rem auto 1rem;
  border-top: 1px solid var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--black);
  padding: 0.6875rem 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  letter-spacing: 0.93px;
}
.entry-header__meta .comment-link .wprm-recipe-rating {
  display: inline-block;
  margin-right: 0.25rem;
}
.entry-header__meta a {
  text-decoration: none;
  letter-spacing: 0.5px;
}
.entry-header__meta a:hover, .entry-header__meta a:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .entry-header__meta {
    --wp--preset--font-size--tiny: 0.75rem;
    margin-top: 1.125rem;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.5rem 0.25rem;
  }
  .entry-header__meta > :nth-child(odd) {
    text-align: left;
  }
  .entry-header__meta > :nth-child(even) {
    text-align: right;
  }
  .entry-header__meta .entry-date__text {
    display: block;
  }
}
@media (max-width: 359px) {
  .entry-header__meta {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .entry-header__meta > :nth-child(odd), .entry-header__meta > :nth-child(even) {
    text-align: center;
  }
  .entry-header__meta .entry-author {
    justify-self: center;
  }
}
.entry-header .entry-author {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  margin: 0;
}
.entry-header .entry-author .avatar {
  margin: 0 auto;
  border-radius: 50%;
}
.entry-header .wprm-jump {
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.entry-header .wprm-jump svg {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.entry-header__terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.entry-header__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 0.93px;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 50%;
  text-decoration: none;
}
.entry-header__term:hover, .entry-header__term:focus {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.entry-header__affiliate {
  font-style: italic;
  font-size: 0.6875rem;
  margin-bottom: 0;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .entry-header__affiliate {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.entry-header .entry-date {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1538;
  margin: 1rem 0;
}
@media (min-width: 769px) {
  .entry-header .entry-date {
    margin-top: 1.5rem;
  }
}
.entry-header__meta .entry-date {
  margin: 0;
  letter-spacing: 0.5px;
  line-height: var(--wp--custom--typography--line-height--normal);
}
.entry-header::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--wp--preset--color--black);
  max-width: 100vw;
  margin: 2.75rem calc(50% - 50vw) 0;
}
@media (min-width: 769px) {
  .entry-header::after {
    margin-top: 4.5rem;
  }
}
.page.content-sidebar .entry-header::after {
  margin-left: 0;
  margin-right: 0;
}
.single .entry-header {
  margin-bottom: 1.25rem;
}
.single .entry-header::after {
  margin-top: 1.25rem;
}
@media (min-width: 769px) {
  .single .entry-header::after {
    margin-top: 1.5rem;
  }
}
@media (min-width: 769px) {
  .single .entry-header {
    margin-bottom: 2.875rem;
  }
}

/* Entry Meta
--------------------------------------------- */
/* Single Post
--------------------------------------------- */
/* After Entry
--------------------------------------------- */
.after-entry {
  margin-top: 2rem;
}
.after-entry > * {
  margin-top: 0;
  margin-bottom: 0;
}
.after-entry > * + * {
  margin-top: var(--wp--style--block-gap);
}
.after-entry__terms {
  text-align: center;
  margin: 2rem 0 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--wp--preset--color--black);
}
.after-entry__terms-title {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--small);
  text-transform: uppercase;
  letter-spacing: 1.76px;
  margin: 0 0 1.625rem;
}
.after-entry__terms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5rem;
  list-style: none;
}
.after-entry__terms-link {
  color: var(--wp--preset--color--foreground);
  font-size: 1rem;
}

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: brightness(0%) saturate(0%);
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

.entry-comments a {
  color: var(--wp--preset--color--foreground);
}
.entry-comments .comments-title {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--wp--preset--color--black);
  text-align: center;
}
.entry-comments .comment-list {
  margin: 2rem 0 1.5rem;
}
.entry-comments .comment-list li {
  list-style-type: none;
  background-color: var(--wp--preset--color--white);
}
.entry-comments .comment-list li article {
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background-color: var(--wp--preset--color--senary);
}
.entry-comments .comment-list li li > article {
  padding: 1.25rem 1.875rem 1.875rem;
  background-color: var(--wp--preset--color--white);
}
.entry-comments .comment-list li li > article .wprm-comment-rating {
  top: 1.25rem;
  right: 1.875rem;
}
.entry-comments .comment-list li li:not(.staff) > article {
  border: 1px solid var(--wp--preset--color--senary);
}
.entry-comments .comment-list li + li {
  margin-top: 1.25rem;
}
.entry-comments .comment-list li .comment-respond {
  background-color: var(--wp--preset--color--background);
  padding: 1.25rem 1.875rem 1.875rem;
  margin-top: 1.25rem;
  border-top: none;
}
.entry-comments .comment-list li .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  padding: 1.5rem 2.25rem 2.25rem;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--sans-serif);
  letter-spacing: 0.5px;
  line-height: var(--wp--custom--typography--line-height--tiny);
  margin-bottom: 1rem;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  color: var(--wp--preset--color--foreground);
  vertical-align: middle;
  padding-right: 90px;
}
.entry-comments .comment-list .comment-meta a {
  color: inherit;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover, .entry-comments .comment-list .comment-meta a:focus {
  text-decoration: underline;
}
.entry-comments .comment-list .comment-meta .comment-metadata {
  font-weight: 500;
  margin-bottom: 0.75rem;
  line-height: var(--wp--custom--typography--line-height--small);
}
.entry-comments .comment-list .comment-content p {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .reply {
  margin-top: 0.75rem;
}
.entry-comments .comment-list .comment-reply-link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.44px;
}
.entry-comments .comment-list .comment-reply-link svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 0.75rem;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  margin-top: 1.25rem;
}
.entry-comments .comment-list > li > ol.children {
  margin-top: 1.875rem;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-respond {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--wp--preset--color--black);
}
.comment-respond .comment-reply-title {
  text-align: center;
}
.comment-respond .comment-form {
  display: grid;
  gap: 0.875rem 0.75rem;
}
.comment-respond .comment-form > * {
  margin-top: 0;
  margin-bottom: 0;
}
.comment-respond .comment-form input, .comment-respond .comment-form textarea {
  border-radius: 0;
}
@media (min-width: 769px) {
  .comment-respond .comment-form {
    grid-template-columns: repeat(6, 1fr);
  }
  .comment-respond .comment-form > * {
    grid-column: span 6;
  }
  .comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
    grid-column: span 3;
  }
  .comment-respond .comment-form .form-submit {
    grid-column: span 2;
  }
}
.comment-respond .comment-form-wprm-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75rem;
}
.comment-respond .comment-form-wprm-rating > label {
  margin-bottom: 0;
  order: 1;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.comment-respond .comment-form-wprm-rating .wprm-comment-ratings-container legend {
  font-size: 0;
}
.comment-respond .comment-notes {
  font-size: 0.875rem;
  font-weight: 500;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.comment-respond .form-submit {
  margin-top: 0.5rem;
  align-self: center;
}
.comment-respond .form-submit .submit {
  border-color: var(--wp--preset--color--quinary);
  width: auto;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .comment-respond .form-submit .submit {
    white-space: normal;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--wp--preset--color--white);
  font-size: 0.875rem;
  text-align: center;
}
.site-footer a {
  color: var(--wp--preset--color--foreground);
}

.footer-logo {
  width: 113px;
  max-width: 100%;
  height: 76px;
  max-height: 100%;
  margin: 0 auto;
}
.footer-logo svg {
  width: 100%;
  height: 100%;
}

.footer-primary,
.footer-secondary {
  border-top: 1px solid var(--wp--preset--color--black);
}

.footer-primary {
  padding: 1.5rem 0;
}
.footer-primary > .wrap {
  display: grid;
  gap: 1.5rem;
}
.footer-primary > .wrap::after {
  display: none;
}
@media (min-width: 769px) {
  .footer-primary > .wrap {
    grid-template-columns: 113px 1fr auto;
    align-items: center;
    gap: 1rem;
  }
  .footer-primary > .wrap .social-links {
    margin-left: auto;
  }
}

.footer-secondary {
  font-weight: 500;
  padding: 1.25rem 0;
}
.footer-secondary > .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1rem;
}
.footer-secondary > .wrap::after {
  display: none;
}
@media (max-width: 768px) {
  .footer-secondary > .wrap {
    flex-direction: column;
  }
}
.footer-secondary p {
  margin: 0;
}

.footer-nav .menu-item {
  display: inline-block;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus {
  text-decoration: underline;
}
.footer-nav__primary .menu-item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.24px;
  margin-right: 2.5rem;
  line-height: 1;
}
.footer-nav__primary .menu-item:last-child {
  margin-right: 0;
}
.footer-nav__primary .menu-item a {
  display: inline-block;
  padding: 0.9375rem 0;
}
@media (max-width: 768px) {
  .footer-nav__primary .menu-item {
    display: block;
    margin-right: 0;
  }
  .footer-nav__primary .menu-item a {
    padding: 0.9375rem;
  }
}
.footer-nav__secondary .menu-item {
  margin-right: 0.25rem;
}
.footer-nav__secondary .menu-item a {
  display: inline-block;
  padding: 0.9375rem 0;
  line-height: 1;
}
.footer-nav__secondary .menu-item:not(:only-child):not(:last-child)::after {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
  line-height: 2;
  margin-left: 0.25rem;
  margin-top: -2px;
}
.footer-nav__secondary .menu-item:last-child {
  margin-right: 0;
}

.social-links {
  list-style: none;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  display: block;
  padding: 0.5rem;
}
.social-links li a:hover svg, .social-links li a:focus svg {
  fill: var(--wp--preset--color--primary);
}
.social-links li svg {
  width: 28px;
  height: 28px;
  display: block;
}

.footer-feature {
  border-top: 1px solid var(--wp--preset--color--black);
  background: var(--wp--preset--color--white);
  padding: 1.5rem 0;
}
@media (min-width: 769px) {
  .footer-feature {
    padding: 3rem 0;
  }
}

/* General
-------------------------------------------------------------------------------------  */
.wprm-recipe-collections-layout-grid input[type=checkbox],
.wprm-recipe-collections-layout-grid input[type=radio] {
  accent-color: black;
  accent-color: var(--wp--preset--color--primary);
}

/* the collections header
-------------------------------------------------------------------------------------  */
.wprm-recipe-collections-layout-grid .wprmprc-container-header .wprmprc-container-header-name {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--small);
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 500;
}

/* the 'Your collections' link that shows after you click on a collection 
-------------------------------------------------------------------------------------  */
/* the main view you see when first landing on recipe collections page that lists your collections
-------------------------------------------------------------------------------------  */
.site-container .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection { /* the compressed view of a collection  before you click into it */
  padding: 12px 10px;
}

.site-container .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image img { /* the little thumbnail 'collage' thing */
  height: 50px;
}

/* Expanded collection (inside collections page) - everything inside a collection that isn't the main header, not the main overview, and not a shopping list 
-------------------------------------------------------------------------------------  */
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-header { /* the group header that will say like "Recipes" and have ellipses and a plus button */
  background-color: var(--wp--preset--color--senary);
  padding: 12px 16px;
  border-bottom: none;
}

#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-column-actions,
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-group-actions,
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-header-actions {
  opacity: 1;
}

/* each item in a collection with the recipe name and thumbnail and controls and servings */
#wprm-recipe-collections-app .wprmprc-collection-item {
  background: #fff;
  border: none;
  border-radius: var(--wp--custom--border-radius--tiny);
  box-shadow: var(--wp--custom--box-shadow--1);
  overflow: hidden;
  margin-bottom: var(--wp--custom--layout--block-gap);
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-actions { /* the part on left you click on to drag recipes in collections */
  opacity: 1;
  background-color: var(--wp--preset--color--senary);
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-details {
  align-items: center;
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta {
  padding: 12px;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--tiny);
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-image {
  padding: 12px 16px;
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-image img {
  width: 110px;
}

#wprm-recipe-collections-app .wprmprc-collection-item .wprmprc-collection-item-servings {
  background: var(--wp--preset--color--quinary);
  opacity: 1;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 500px) {
  #wprm-recipe-collections-app .wprmprc-container-header {
    margin-bottom: 16px;
  }
}
/* Expanded collection (outside collections page) - everything inside a collection that isn't the main header, not the main overview, and not a shopping list 
-------------------------------------------------------------------------------------  */
.single-post .wprm-recipe-collections-layout-grid .wprmprc-collection {
  --cwp-gap: var(--wp--custom--layout--padding);
  grid-gap: var(--cwp-gap);
  margin: 0 0 16px;
}

.single-post .wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column-width {
  margin: 0;
}

/* each item in a collection with the recipe name and thumbnail and controls and servings */
.single-post .wprm-recipe-collections-layout-grid .wprmprc-collection-item {
  background: #fff;
  border: none;
  border-radius: var(--wp--custom--border-radius--tiny);
  box-shadow: var(--wp--custom--box-shadow--1);
  overflow: hidden;
  margin-bottom: var(--wp--custom--layout--block-gap);
}

.single-post .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--sans-serif);
  line-height: var(--wp--custom--typography--line-height--medium);
  text-transform: none;
}

.single-post .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings {
  background: var(--wp--preset--color--quinary);
  opacity: 1;
  font-weight: 600;
  color: var(--wp--custom--color--dark);
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 500px) {
  .single-post .wprm-recipe-collections-layout-grid .wprmprc-container-header {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 501px) {
  .single-post .wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column-width {
    flex-basis: calc(50% - var(--cwp-gap) / 2);
  }
}
@media only screen and (min-width: 700px) {
  .single-post .wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column-width {
    flex-basis: calc(33.33% - 2 * var(--cwp-gap) / 3);
  }
}
/* Shopping List 
-------------------------------------------------------------------------------------  */
.site-container .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-collection-header {
  background-color: var(--wp--preset--color--senary);
  padding: 12px 16px;
  border-bottom: none;
  margin-bottom: 16px;
}

/*# sourceMappingURL=main.css.map */
