*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e5e5;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #a3a3a3;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #a3a3a3;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #737373;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: var(--size-gutter-raw);
}

@media (min-width: 1536px) {
  .container {
    max-width: 80rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-3 {
  right: 0.75rem;
}

.top-3 {
  top: 0.75rem;
}

.m-0 {
  margin: 0px;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[60px\] {
  width: 60px;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-4 {
  padding-bottom: 1rem !important;
}

.\!pb-8 {
  padding-bottom: 2rem !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-6 {
  padding-top: 1.5rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-header {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.2;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*
 * Single stylesheet for Next.js parity. No wp_add_inline_style. Build: npm run build:tailwind → compiled.css.
 * Source: Next.js at /Users/allankiezel/Websites/Fatty Butts/nextjs
 *   app/globals.css (body, header, footer, section, two-col, wp-block-*, etc.)
 *   app/styles/: variables, recipes, newsletter-trigger, newsletter-popup, newsletter,
 *   post-body.css (.content → .blog-post-content + .content), page.css, blog-post.css (articles/lists),
 *   sidebar-bio, stars, comments, product, product-listing, product-card, breadcrumbs, numeric-input,
 *   add-to-cart, cart, line-item, cart-button, search, shoppable.
 * Video/embeds: Next.js uses YouTubeEmbed component (inline width); WP content may have raw iframe
 *   or wp-block-embed — aspect-video + wp-embed 16:9 rules below match that behavior.
 * WP-only: single-recipes white bg, entry-content resets.
 */

/* ========== Variables (from nextjs variables.css) ========== */

:root {
  --black-fade-5: rgba(0, 0, 0, 0.05);
  --black-fade-40: rgba(0, 0, 0, 0.4);
  --grey-90: #232129;
  --grey-50: #78757a;
  --green-80: #088413;
  --green-50-rgb: 55, 182, 53;
  --white: #ffffff;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-rounded: 999px;
  --space-sm: 4px;
  --space-md: 8px;
  --space-lg: 16px;
  --space-xl: 20px;
  --space-2xl: 24px;
  --space-3xl: 48px;
  --solid: 1;
  --dense: 1.25;
  --default: 1.5;
  --loose: 2;
  --tracked: 0.075em;
  --tight: -0.015em;
  --body: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 32px;
  --primary: var(--green-80);
  --background: var(--white);
  --border: var(--black-fade-5);
  --transition: box-shadow 0.125s ease-in;
  --shadow: 0 4px 12px rgba(var(--green-50-rgb), 0.5);
  --text-color: var(--grey-90);
  --text-color-secondary: var(--grey-50);
  --text-color-inverted: var(--white);
  --text-display: var(--text-2xl);
  --text-prose: var(--text-md);
  --input-background: var(--black-fade-5);
  --input-background-hover: var(--black-fade-5);
  --input-border: var(--black-fade-5);
  --input-text: var(--text-color);
  --input-text-disabled: var(--black-fade-40);
  --input-ui: var(--text-color-secondary);
  --input-ui-active: var(--text-color);
  --size-input: var(--space-3xl);
  --size-gap: 12px;
  --size-gutter-raw: var(--space-2xl);
  --size-gutter: calc(var(--size-gutter-raw) - 12px);
  --product-grid: 1fr;
}

@media (min-width: 640px) {
  :root {
    --product-grid: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  :root {
    --text-display: var(--text-3xl);
    --text-prose: var(--text-lg);
    --product-grid: repeat(3, 1fr);
    --size-gutter-raw: var(--space-3xl);
    --size-gap: var(--space-2xl);
  }
}

@media (min-width: 1280px) {
  :root {
    --product-grid: repeat(4, 1fr);
  }
}

/* ========== Base (from nextjs globals.css) ========== */

body {
  font-family: var(--font-roboto-slab), Georgia;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1.6;
}

@media print {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

main {
  margin: 0px;
  padding: 0px;
}

/* Container: match Next.js Container (container mx-auto px-5 2xl:max-w-7xl). In layer so header nav’s px-4/sm:px-6/md:px-10 utilities can override. */

/* WordPress-specific resets to prevent style conflicts */

.wp-block-group,
.wp-block-columns,
.entry-content,
.post-content,
.wp-site-blocks,
.hentry {
  margin: 0;
  padding: 0;
}

/* Reset WordPress content block spacing (avoid double margins from block editor) */

.entry-content > *,
.post-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* Article body: spacing comes from .blog-post (match Next.js); restore paragraph spacing */

.blog-post .section p,
.blog-post .section .wp-block-paragraph {
  padding-bottom: 0.75rem;
}

.blog-post .section h2,
.blog-post .section h3,
.blog-post .section h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  padding-bottom: 0.25rem;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h3 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  line-height: 1.2;
}

h4 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Antialiasing for headings and any nested elements (WP block editor wraps text in strong, span, etc.) */

h1, h2, h3, h4,
h1 *, h2 *, h3 *, h4 *,
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4,
.blog-post h1 *, .blog-post h2 *, .blog-post h3 *, .blog-post h4 *,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4,
.entry-content h1 *, .entry-content h2 *, .entry-content h3 *, .entry-content h4 *,
.wp-block-heading,
.wp-block-heading * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

b, strong {
  font-weight: 700;
}

p {
  padding-bottom: 0.75rem;
}

hr {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  hr {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* WP block alignment */

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-large-font-size {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  right: 50%;
}

.wp-block-image img {
  margin-top: 0.5rem;
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized {
  margin-left: 0px;
  margin-right: 0px;
  display: table;
}

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1rem;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1rem;
}

.wp-block-image .aligncenter {
  margin: auto;
}

.wp-block-button a,
.wp-block-file a.wp-block-file__button {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.wp-block-button a:hover,
.wp-block-file a.wp-block-file__button:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.wp-block-file a:first-of-type {
  margin-right: 1rem;
}

.wp-block-cover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.search-loading.wp-block-cover {
  display: flex;
}

.wp-block-cover {
  min-height: 430px;
}

.wp-block-verse {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.wp-block-media-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.view-more {
  display: flex;
  justify-content: center;
}

.search-loading.view-more {
  display: flex;
}

.view-more a {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.view-more a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-loading.badge {
  display: flex;
}

.badge {
  box-shadow: 0 0 0 2px white;
  top: -6px;
  right: -6px;
  height: 16px;
  min-width: 16px;
}

/* Logo SVG */

.st0 {
  stroke: #000;
  stroke-width: 22.1683;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
}

.st2 {
  stroke: #000;
  stroke-width: 22.1683;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st3 {
  fill: #fff;
}

/* ========== Header (Next.js: globals.css .header, .header nav, .header nav ul/li/a) ========== */

.header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.home .section.header {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

/* Space under fixed newsletter banner; small gap so area above logo isn’t excessive */

.header.tp {
  padding-top: 40px;
}

@media print {
  .header.tp {
    padding-top: 0px;
  }
}

/* Nav padding is on element in header.php: container 2xl:max-w-7xl mx-auto px-4 sm:px-6 md:px-10 py-2 sm:py-4 */

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-loading.header-nav {
  display: flex;
}

.header-logo {
  flex-shrink: 0;
  min-width: 0;
}

.header-logo a {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.search-loading.header-logo a {
  display: flex;
}

.header-logo a {
  display: inline-flex;
}

.header-logo a svg,
.header-logo a img {
  display: block;
  height: auto;
  width: 5rem;
}

@media (min-width: 640px) {
  .header-logo a svg,
.header-logo a img {
    width: 8rem;
  }
}

.header-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.search-loading.header-logo .custom-logo-link {
  display: flex;
}

.flex-important {
  display: flex !important;
}

/* Match Next.js .header nav ul exactly (globals.css) */

.header nav ul,
.header-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}

.search-loading.header nav ul,.search-loading
.header-nav ul {
  display: flex;
}

.header nav ul li,
.header-nav ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .header nav ul li,
.header-nav ul li {
    display: inline-block;
  }
}

.header nav ul li,
.header-nav ul li {
  list-style: none;
  flex-shrink: 0;
}

.header nav ul li a,
.header-nav ul li a {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.header-nav ul li a svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

/* Next.js: mobile row = Container (px-5) + border-t py-2 sm:hidden; ul = flex flex-wrap flex-row space-x-12 justify-center font-header text-2xl */

.header-mobile-nav {
  display: block !important;
}

.header-mobile-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.search-loading.header-mobile-nav ul {
  display: flex;
}

.header-mobile-nav ul li {
  display: inline-block;
}

.header-mobile-nav ul li a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 640px) {
  .header-mobile-nav {
    display: none !important;
  }
}

/* ========== Footer (match Next.js globals.css + footer.tsx) ========== */

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.footer nav {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search-loading.footer nav {
  display: flex;
}

.footer-link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-link a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.footer-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.footer-social {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.footer-social:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.footer-social svg {
  height: 1.5rem;
  width: 1.5rem;
}

.footer-social-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.footer-social-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.search-loading.footer-social-container {
  display: flex;
}

/* ========== Forms (exact from Next.js app/globals.css) ========== */

form label {
  font-weight: 600;
  line-height: 1;
}

form input,
form textarea {
  line-height: 1;
  padding: 0.75rem;
  margin-top: 1rem;
  border-width: 1px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

form input:focus,
form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

form textarea {
  height: 10rem;
}

form button,
form [type='button'],
form [type='reset'],
form [type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

form button:hover,
form [type='button']:hover,
form [type='reset']:hover,
form [type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

form button,
form [type='button'],
form [type='reset'],
form [type='submit'] {
  margin-top: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-radius: 0.25rem;
}

form button:focus,
form [type='button']:focus,
form [type='reset']:focus,
form [type='submit']:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  form > div {
    display: flex;
  }
}

form > div {
  align-items: center;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  form .split > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  form .split > div {
    width: 50%;
  }
}

form .split > div:last-of-type {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  form .split > div:last-of-type {
    margin-top: 0px;
  }
}

form .input-wrapper {
  display: flex;
}

form.search-loading .input-wrapper {
  display: flex;
}

form .input-wrapper {
  flex-direction: column;
  width: 100%;
}

/* Auth/form messages: success (green), error (red), warning (amber) */

.form-message {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  padding: 1rem;
}

.form-message--success {
  background-color: var(--green-80);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-message--error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.form-message--warning {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

/* ========== Section & two-col (from Next.js globals.css exact order) ========== */

.section {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.section.lp {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .section.lp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-full {
  width: 100%;
}

.two-col {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .two-col {
    display: flex;
  }
}

.two-col > article {
  flex: 1 1 0%;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .two-col > article {
    padding-right: 4rem;
  }
}

.two-col aside {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .two-col aside {
    padding-bottom: 0px;
  }
}

.two-col aside {
  max-width: 48rem;
}

@media (min-width: 1024px) {
  .two-col aside {
    width: 21.25rem;
  }
}

.two-col aside > * {
  margin-bottom: 2rem;
}

.two-col .section {
  padding-left: 0px;
  padding-right: 0px;
}

/* ========== Home page ========== */

.home .section.border-b {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.home-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 0.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .home-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .home-categories {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .home-categories {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.home-categories a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.search-loading.home-categories a {
  display: flex;
}

.home-categories a span {
  margin-top: auto;
}

.grecaptcha-badge {
  visibility: visible !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.grecaptcha-badge:hover {
  opacity: 1;
}

/* ========== Page (from page.css) — scope to article only; body has class .page in WP and would get max-width otherwise ========== */

article.page {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

@media (min-width: 768px) {
  article.page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

article.page h2 {
  padding-bottom: 0.75rem;
  padding-top: 2rem;
  font-size: 3rem;
  line-height: 1;
}

article.page h3 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

article.page h4 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

article.page figure {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

article.page a {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

article.page img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-title {
  padding-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .page-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.dashboard-header-row .page-title {
  padding-bottom: 0px;
}

.page-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.search-loading.page-title-container {
  display: flex;
}

/* ========== Recipe (from Next.js recipes.css — exact order) ========== */

.recipe h2 {
  padding-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .recipe h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media print {
  .recipe h2 {
    padding-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.recipe h3 {
  padding-bottom: 1.5rem;
  font-size: 2.5rem;
}

@media print {
  .recipe h3 {
    padding-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.recipe-header {
  justify-content: space-between;
  min-height: 24rem;
}

.recipe-header-container {
  padding-bottom: 1rem;
  padding-top: 0px;
}

.recipe-title {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .recipe-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .recipe-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.recipe-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.search-loading.recipe-title-container {
  display: flex;
}

.recipe-rating {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.recipe-share-container {
  display: flex;
  padding-bottom: 2rem;
}

.search-loading.recipe-share-container {
  display: flex;
}

@media print {
  .recipe-share-container {
    display: none;
  }
}

.recipe-share-container a {
  margin-right: 0.25rem;
}

.recipe-buttons {
  display: flex;
}

.search-loading.recipe-buttons {
  display: flex;
}

@media print {
  .recipe-buttons {
    display: none;
  }
}

.recipe-buttons button {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.recipe-buttons button:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.recipe-featured-photo {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
}

/* Recipe card section: image at natural size, fit to container (no squishing) */

.recipe-card-image-wrap {
  max-width: 100%;
}

.recipe-card-image {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  width: auto;
  max-height: none;
}

.recipe-content {
  padding-bottom: 2.5rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .recipe-content {
    padding-bottom: 5rem;
  }
}

@media print {
  .recipe-content {
    display: none;
  }
}

.recipe-content {
  line-height: 1.7;
}

/* Same scale as rest of site: large body text, big headings, generous spacing */

.recipe-content p {
  padding-bottom: 1.25rem;
}

.recipe-content h2 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.recipe-content h3 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  font-size: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.recipe-content h4 {
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  font-size: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.recipe-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  padding-bottom: 1.25rem;
}

.recipe-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  padding-bottom: 1.25rem;
}

.recipe-content li {
  padding-bottom: 0.5rem;
}

.recipe-content ul > li > ul,
.recipe-content ol > li > ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1rem;
  margin-top: 0.25rem;
  padding-bottom: 0px;
}

.recipe-content ul > li > ul {
  list-style-type: circle;
}

.recipe-content figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.recipe-content img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  border-radius: 0.25rem;
}

.recipe-content a {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.recipe-info {
  display: flex;
  width: 50%;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  border-right-width: 1px;
}

.search-loading.recipe-info {
  display: flex;
}

@media (min-width: 768px) {
  .recipe-info {
    width: auto;
  }
}

@media print {
  .recipe-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.recipe-info:nth-of-type(2n + 2) {
  border-right-width: 0px;
}

@media (min-width: 768px) {
  .recipe-info:nth-of-type(2n + 2) {
    border-right-width: 1px;
  }

  .recipe-info:last-child {
    border-width: 0px;
  }
}

.recipe-info:nth-of-type(-n + 2) {
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}

.home .section.recipe-info:nth-of-type(-n + 2) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .recipe-info:nth-of-type(-n + 2) {
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }
}

.recipe-info:nth-last-child(-n + 2) {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .recipe-info:nth-last-child(-n + 2) {
    padding-top: 0px;
  }
}

.recipe-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.search-loading.recipe-info-container {
  display: flex;
}

@media (min-width: 768px) {
  .recipe-info-container {
    flex-wrap: nowrap;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.recipe-info-container {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.recipe-info-val {
  margin-top: 0.5rem;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

@media print {
  .recipe-info-val {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.recipe-ingredient a {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.recipe-ingredients {
  padding-bottom: 1.5rem;
}

.recipe-ingredients ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Circle checkbox next to each ingredient (check off as you go) */

.recipe-ingredient-list {
  list-style-type: none;
  padding-left: 0px;
}

.recipe-ingredient-list .recipe-ingredient {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.search-loading.recipe-ingredient-list .recipe-ingredient {
  display: flex;
}

.recipe-ingredient-label {
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.75rem;
}

.search-loading.recipe-ingredient-label {
  display: flex;
}

.recipe-ingredient-checkbox {
  margin-top: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.recipe-ingredient-checkbox:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.recipe-ingredient-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}

.recipe-ingredient-checkbox:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #ef4444;
}

.recipe-ingredient-text {
  flex: 1 1 0%;
}

@media print {
  .recipe-ingredient-checkbox {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .recipe-ingredient-checkbox:checked {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  }
}

.recipe-ingredients-container {
  border-bottom-width: 1px;
  padding-top: 3rem;
}

.home .section.recipe-ingredients-container {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .recipe-ingredients-container {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .recipe-ingredients-container {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.recipe-step-photo {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Video embeds (from Next.js: YouTubeEmbed width:100%; same 16:9 behavior for WP) */

.recipe .aspect-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  overflow: hidden;
}

.recipe .aspect-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* In-content iframe with aspect-video (e.g. YouTube in post body) */

iframe.aspect-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  display: block;
}

/* WordPress embed block (core responsive-embeds); match 16:9 so not cropped */

.wp-block-embed.is-type-video .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  overflow: hidden;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipe-steps {
  border-bottom-width: 1px;
  padding-top: 3rem;
}

.home .section.recipe-steps {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .recipe-steps {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .recipe-steps {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.recipe-steps a {
  text-decoration-line: underline;
}

.recipe-steps ol {
  counter-reset: count;
}

.recipe-steps ol > li {
  position: relative;
  border-bottom-width: 1px;
  padding-bottom: 2rem;
  padding-top: 4rem;
}

.home .section.recipe-steps ol > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.recipe-steps ol > li::before {
  counter-increment: count;
  content: counter(count) '. ';
  position: absolute;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .recipe-steps ol > li::before {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media print {
  .recipe-steps ol > li::before {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.recipe-steps ol > li::before {
  line-height: 1.2;
}

.recipe-steps ol > li:first-child {
  padding-top: 0.5rem;
}

.recipe-steps ol > li:last-child {
  border-width: 0px;
}

.recipe-steps ol > li > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.recipe-steps ol > li:first-child h4:not(.product-title) {
  text-indent: 1.5rem;
}

@media print {
  .recipe-steps ol > li:first-child h4:not(.product-title) {
    text-indent: 1.25rem;
  }
}

@media (min-width: 768px) {
  @media print {
    .recipe-steps ol > li:first-child h4:not(.product-title) {
      text-indent: 1.25rem;
    }
  }
}

.recipe-steps ol > li h4:not(.product-title) {
  text-indent: 1.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .recipe-steps ol > li h4:not(.product-title) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media print {
  .recipe-steps ol > li h4:not(.product-title) {
    text-indent: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.recipe-steps ol > li h4:not(.product-title) {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .recipe-steps ol > li h4:not(.product-title) {
    text-indent: 2rem;
  }
}

.recipe-steps ol > li h4.idt {
  text-indent: 2.15rem;
}

@media (min-width: 768px) {
  .recipe-steps ol > li h4.idt {
    text-indent: 2.5rem;
  }
}

.recipe-steps ol > li h5 {
  padding-top: 1rem;
}

/* Step ingredients: same list styling as recipe-notes (red bullet) for parity with Next.js */

.recipe-steps ol > li ul {
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
}

.recipe-steps ol > li ul li::before {
  content: '•';
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  width: 1em;
  margin-left: -1em;
}

.recipe-notes {
  border-bottom-width: 1px;
}

.home .section.recipe-notes {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .recipe-notes {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1280px) {
  .recipe-notes {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

@media print {
  .recipe-notes {
    display: none;
  }
}

.recipe-notes-container {
  position: relative;
  border-bottom-width: 1px;
  padding-bottom: 2rem;
  padding-top: 3rem;
}

.home .section.recipe-notes-container {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.recipe-notes-container:first-of-type {
  padding-top: 0.5rem;
}

.recipe-notes-container:last-of-type {
  border-width: 0;
}

.recipe-notes-container a {
  text-decoration-line: underline;
}

.recipe-notes-container ul {
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
}

.recipe-notes-container ul li::before {
  content: '•';
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  width: 1em;
  margin-left: -1em;
}

.recipe-notes-container > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.recipe-notes-container > div:first-child {
  padding-top: 0.5rem;
}

/* FAQ: tight spacing between question title and answer to match other recipe content.
 * Override .recipe h3's pb-6 so we don't get a large gap under the title. */

.faq-question .faq-question-title {
  margin-bottom: 0.5rem;
  padding-bottom: 0px;
}

.faq-question .faq-answer {
  margin-top: 0px;
}

.faq-question .faq-question-title + .faq-answer {
  padding-top: 0px;
}

/* Single recipe page: force white background on content (gray is for recipes ARCHIVE only). Structure matches Next.js: main > .container > .two-col. */

body.single-recipes main,
body.single-recipes main .container,
body.single-recipes main .two-col,
body.single-recipes main .two-col > article {
  background-color: #fff;
}

/* Recipe list (archive, category, dashboard, front-page) */

.recipes {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.recipes a {
  text-decoration: none;
}

/* Override article.page a for recipe cards so titles stay gray, no underline */

article.page .recipes-post-container a,
.recipes-post-container a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

article.page .recipes-post-container a:hover,
.recipes-post-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .recipes .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.recipes-post {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .recipes-post {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.recipes-post-inner {
  height: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .recipes-post-inner:hover {
    opacity: 0.8;
  }
}

.recipes-post-inner article {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.search-loading.recipes-post-inner article {
  display: flex;
}

.recipes-post-inner article header {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
}

.search-loading.recipes-post-inner article header {
  display: flex;
}

.recipes-post-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .recipes-post-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .recipes-post-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.recipes-post-photo {
  position: relative;
  height: 20rem;
  overflow: hidden;
}

.recipes-post-photo img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}

.recipes-post article {
  padding: 0.25rem;
}

/* More specific than article.page h2 so card titles stay small on dashboard/other pages */

.recipes-post-container .recipes-post header h2 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.recipes-post header {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.recipes .pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.search-loading.recipes .pagination {
  display: flex;
}

.recipes .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-decoration-line: none;
}

.search-loading.recipes .pagination a {
  display: flex;
}

.recipes .pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.recipes .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-loading.recipes .pagination span {
  display: flex;
}

.faq-question-title {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

@media (min-width: 1024px) {
  .faq-question-title {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

.table-of-contents {
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .table-of-contents {
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media print {
  .table-of-contents {
    display: none;
  }
}

.table-of-contents a {
  text-decoration-line: underline;
}

.table-of-contents ul, .table-of-contents ol {
  margin-left: 1.5rem;
  list-style-type: disc;
}

.table-of-contents li {
  padding-bottom: 0.25rem;
}

.table-of-contents li:last-child {
  padding-bottom: 0px;
}

.table-of-contents ul li ul {
  padding-top: 0.25rem;
}

/* ========== Sidebar bio ========== */

.sidebar-bio {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.search-loading.sidebar-bio {
  display: flex;
}

@media (min-width: 768px) {
  .sidebar-bio {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .sidebar-bio {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sidebar-bio .photo {
  margin-top: -6rem;
  border-radius: 9999px;
}

.sidebar-bio img {
  height: 10rem;
  width: 10rem;
  border-radius: 9999px;
}

.sidebar-bio h3 {
  margin-top: 2rem;
  text-align: center;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1rem;
}

.sidebar-bio p {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  line-height: 1.6;
}

.sidebar-bio svg {
  fill: #fff;
}

.sidebar-bio ul {
  margin-top: 1rem;
  display: flex;
}

.sidebar-bio ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.search-loading.sidebar-bio ul {
  display: flex;
}

.sidebar-bio ul li a {
  display: flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.search-loading.sidebar-bio ul li a {
  display: flex;
}

.sidebar-bio ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

/* Newsletter sidebar (recipe page) */

.newsletter.sidebar {
  display: none;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .newsletter.sidebar {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1024px) {
  .newsletter.sidebar {
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .newsletter.sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media print {
  .newsletter.sidebar {
    display: none;
  }
}

.newsletter.sidebar .newsletter-wrapper {
  max-width: 48rem;
  margin: auto;
}

.newsletter.sidebar h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .newsletter.sidebar h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.newsletter.sidebar form {
  margin-top: 1.5rem;
  display: block;
}

@media (min-width: 768px) {
  .newsletter.sidebar form {
    display: flex;
  }

  .newsletter.sidebar form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.newsletter.sidebar form input[type="email"] {
  width: 100%;
  flex: 1 1 0%;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.newsletter.sidebar form input[type="email"]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.newsletter.sidebar form input[type="email"]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.newsletter.sidebar form input[type="email"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter.sidebar form button {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter.sidebar form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .newsletter.sidebar form button {
    margin-top: 0px;
    width: auto;
  }
}

/* Shoppable sidebar (recipe page) */

.shoppable {
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

@media print {
  .shoppable {
    display: none;
  }
}

.shoppable-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .shoppable-wrapper {
    display: grid;
  }
}

.shoppable a {
  text-decoration-line: none;
}

.shoppable .product-photo {
  order: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .shoppable .product-photo {
    order: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.shoppable .product-info {
  order: 1;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .shoppable .product-info {
    order: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.shoppable .product-title {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .shoppable .product-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .shoppable.sidebar .shoppable-wrapper {
    display: block;
  }

  .shoppable.sidebar .product-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.shoppable .stars {
  margin-bottom: 0.5rem;
}

/* ========== Stars ========== */

.stars {
  display: inline-flex;
}

/* ========== Comments (exact from Next.js app/styles/comments.css; WP markup maps to same structure) ========== */

@media (min-width: 768px) {
  .comments {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1280px) {
  .comments {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.comments {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .comments {
    padding-top: 4rem;
  }
}

.comments a {
  text-decoration-line: underline;
}

/* Icon-button links: gray pill style, never inherit red from article.page a etc. */

a.icon-button,
article.page a.icon-button {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.comments a.icon-button {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.blog-post .comments a.icon-button {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.comments ol > li {
  padding-bottom: 2rem;
  padding-top: 4rem;
  border-bottom-width: 1px;
}

.home .section.comments ol > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.comments ol > li:first-child {
  padding-top: 0.5rem;
}

.comments ol > li .author {
  display: flex;
}

.search-loading.comments ol > li .author {
  display: flex;
}

.comments ol > li .author {
  justify-content: space-between;
}

.comments ol > li .author-name {
  font-weight: 700;
}

.comments ol > li .rating {
  margin-top: 0.5rem;
}

.comments ol > li .comment {
  margin-top: 0.5rem;
}

.comments ol > li .date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.comments ol > li .reply {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  cursor: pointer;
}

.comments ol > li .reply:hover {
  text-decoration-line: underline;
}

.comments ol > li .reply {
  text-align: right;
}

.comments ol > li > ol {
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.comments ol > li > ol > li {
  border-bottom-width: 0px;
  border-top-width: 1px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.comments ol > li > ol > li:first-child {
  padding-top: 2rem;
}

/* WP output uses .comment-list, .comment-body, etc.; map to same visuals as above (no extra breakpoints) */

.comments .comment-list {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.comments .comment-list > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  padding-top: 4rem;
}

.home .section.comments .comment-list > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.comments .comment-list > li:first-child {
  padding-top: 0.5rem;
}

.comments .comment-body .comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.search-loading.comments .comment-body .comment-meta {
  display: flex;
}

.comments .comment-body .comment-author .fn {
  font-weight: 700;
}

.comments .comment-body .comment-content {
  margin-top: 0.5rem;
}

.comments .comment-body .comment-metadata {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.comments .comment-body .comment-metadata a {
  text-decoration-line: none;
}

.comments .comment-body .reply {
  margin-top: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.comments .comment-body .reply a {
  cursor: pointer;
}

.comments .comment-body .reply a:hover {
  text-decoration-line: underline;
}

.comments .comment-list .children {
  margin-left: 1.5rem;
  margin-top: 1rem;
  list-style-type: none;
  padding-left: 0px;
}

.comments .comment-list .children > li {
  border-bottom-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.comments .comment-list .children > li:first-child {
  padding-top: 2rem;
}

.comments .comment-awaiting-moderation {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.comments .comment-body .comment-author .says {
  display: none;
}

/* ========== Content / post body (from Next.js post-body.css .content) ========== */

.content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

.content p, .content ul, .content ol, .content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content a {
  text-decoration-line: underline;
}

.content ul, .content ol {
  padding-left: 1rem;
}

.content ul {
  list-style-type: disc;
}

.content ol {
  list-style-type: decimal;
}

.content ul > li > ul, .content ol > li > ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1rem;
}

.content ul > li > ul {
  list-style: circle;
}

.content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.375;
}

.content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.375;
}

.content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

.content pre {
  overflow-x: auto;
  white-space: pre;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2;
}

.content code {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.content figcaption {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.content blockquote {
  margin-left: 0px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: italic;
}

.content blockquote p {
  margin-top: 0px;
}

.content blockquote cite {
  font-style: normal;
}

.content audio {
  width: 100%;
}

/* Article body: no .content wrapper in Next.js — spacing from .blog-post + body only */

.blog-post .section pre {
  overflow-x: auto;
  white-space: pre;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2;
}

.blog-post .section code {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.blog-post .section figcaption {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.blog-post .section blockquote {
  margin-left: 0px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: italic;
}

.blog-post .section blockquote p {
  margin-top: 0px;
}

.blog-post .section blockquote cite {
  font-style: normal;
}

.blog-post .section audio {
  width: 100%;
}

/* ========== Blog post (from Next.js blog-post.css — exact spacing) ========== */

.blog-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  border-bottom-width: 1px;
}

.home .section.blog-post {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .blog-post {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.blog-post p {
  padding-bottom: 0.75rem;
}

.blog-post h2 {
  padding-bottom: 0.75rem;
  padding-top: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.blog-post h3, .blog-post h4 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.blog-post figure {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.blog-post a {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.blog-post img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-post-title {
  padding-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .blog-post-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .blog-post-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.blog-post-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.search-loading.blog-post-title-container {
  display: flex;
}

.blog-post ul, .blog-post ol {
  margin-left: 1.5rem;
  list-style-type: disc;
  padding-bottom: 0.75rem;
}

.blog-post li {
  padding-bottom: 0.25rem;
}

.blog-post-list ol {
  counter-reset: count;
}

.blog-post-list ol > li {
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home .section.blog-post-list ol > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.blog-post-list ol > li::before {
  counter-increment: count;
  content: counter(count) '. ';
  position: absolute;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .blog-post-list ol > li::before {
    font-size: 3rem;
    line-height: 1;
  }
}

.blog-post-list ol > li::before {
  font-family: var(--font-veneer), Impact, sans-serif;
}

.blog-post-list ol > li:first-child {
  padding-top: 0px;
}

.blog-post-list ol > li:first-child h3 {
  text-indent: 2.25rem;
}

@media (min-width: 768px) {
  .blog-post-list ol > li:first-child h3 {
    text-indent: 3rem;
  }
}

.blog-post-list ol > li:last-child {
  border-width: 0px;
}

.blog-post-list ol > li > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-post-list ol > li h3 {
  text-indent: 2.5rem;
}

@media (min-width: 768px) {
  .blog-post-list ol > li h3 {
    text-indent: 3.25rem;
  }
}

.blog-post-list ol > li h4 {
  padding-top: 1rem;
}

.blog-post-list ol > li ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-post-list ul > li {
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home .section.blog-post-list ul > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.blog-post-list ul > li:first-child {
  padding-top: 0px;
}

.blog-post-list ul > li:last-child {
  border-width: 0px;
}

.blog-post-list ul > li > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-post-list ul > li h4 {
  padding-top: 1rem;
}

.blog-post-list ul > li ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-posts h2 {
  padding-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.blog-posts-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .blog-posts-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .blog-posts-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .blog-posts-title {
    padding-right: 10rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.blog-posts-title {
  text-shadow: none;
}

.blog-posts .section {
  padding-top: 0px;
}

.blog-posts-post {
  margin-bottom: 2rem;
}

.blog-posts-post:first-child {
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  .blog-posts-post article {
    display: flex;
  }

  .blog-posts-post article > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.blog-posts-post h2 {
  margin-top: 1rem;
}

@media (min-width: 1280px) {
  .blog-posts-post h2 {
    margin-top: 0px;
  }
}

.blog-posts-post-photo {
  position: relative;
  display: block;
  height: 20rem;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .blog-posts-post-photo {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 33.333333%;
  }
}

.blog-posts-post-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}

.blog-posts-post .read-more {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.blog-posts .pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.search-loading.blog-posts .pagination {
  display: flex;
}

.blog-posts .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-decoration-line: none;
}

.search-loading.blog-posts .pagination a {
  display: flex;
}

.blog-posts .pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.blog-posts .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-loading.blog-posts .pagination span {
  display: flex;
}

.blog-post h2 .gray {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.more-link {
  display: none;
}

/* ========== Breadcrumbs ========== */

.breadcrumbs {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
}

.search-loading.breadcrumbs {
  display: flex;
}

.breadcrumbs.section {
  padding-bottom: 0px;
}

.breadcrumbs a, .breadcrumbs svg {
  margin-right: 0.25rem;
}

.breadcrumbs a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.breadcrumbs svg {
  margin-top: 1px;
}

/* ========== Page list (BBQ tools etc) ========== */

.page-list ol {
  counter-reset: count;
}

.page-list ol > li {
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home .section.page-list ol > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.page-list ol > li:first-child {
  padding-top: 0px;
}

.page-list ol > li:last-child {
  border-width: 0px;
}

.page-list ol > li > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-list ol > li h3 {
  text-indent: 2.5rem;
}

@media (min-width: 768px) {
  .page-list ol > li h3 {
    text-indent: 3.25rem;
  }
}

.page-list ol > li h4 {
  padding-top: 1rem;
}

.page-list ol > li ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-list ul > li {
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home .section.page-list ul > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.page-list ul > li:first-child {
  padding-top: 0px;
}

.page-list ul > li:last-child {
  border-width: 0px;
}

.page-list ul > li h4 {
  padding-top: 1rem;
}

.page-list ul > li ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* ========== Newsletter ========== */

.sidebar-newsletter-2 h3 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.search-loading.newsletter {
  display: flex;
}

@media (min-width: 768px) {
  .newsletter {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1024px) {
  .newsletter {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

@media (min-width: 1280px) {
  .newsletter {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}

@media print {
  .newsletter {
    display: none;
  }
}

.newsletter-wrapper {
  max-width: 48rem;
  margin: auto;
}

.newsletter h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .newsletter h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.newsletter form {
  margin-top: 1.5rem;
  display: block;
}

.newsletter form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px) {
  .newsletter form {
    display: flex;
  }

  .newsletter form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.newsletter form input {
  margin-top: 0px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.newsletter form input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.newsletter form input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.newsletter form input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter form button {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.newsletter form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .newsletter form button {
    margin-top: 0px;
  }
}

.sidebar.newsletter {
  display: none;
  border-radius: 0.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .sidebar.newsletter {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1024px) {
  .sidebar.newsletter {
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .sidebar.newsletter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .sidebar.newsletter form {
    display: block;
  }

  .sidebar.newsletter form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sidebar.newsletter form button {
    margin-top: 0.5rem;
  }
}

/* ========== Newsletter trigger (top banner) — matches Next.js newsletter-trigger.css ========== */

.newsletter-trigger {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

@media print {
  .newsletter-trigger {
    display: none;
  }
}

.newsletter-trigger {
  height: 40px;
  max-height: 40px;
  display: none;
}

.newsletter-trigger.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  display: block;
}

@media print {
  .newsletter-trigger.visible {
    display: none;
  }
}

.newsletter-trigger .newsletter {
  display: flex;
  flex-direction: row;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.search-loading.newsletter-trigger .newsletter {
  display: flex;
}

.newsletter-trigger .newsletter {
  height: 40px;
}

.newsletter-trigger .newsletter-cta {
  margin: auto;
  min-width: 16.875rem;
}

.newsletter-trigger .newsletter > div {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 50%;
  flex-direction: column;
}

.search-loading.newsletter-trigger .newsletter > div {
  display: flex;
}

.newsletter-trigger .newsletter h3 {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-trigger .newsletter span {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.newsletter-trigger .newsletter button.signup {
  margin-right: 0.25rem !important;
  width: 100%;
  flex-grow: 1;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.newsletter-trigger .newsletter button.signup:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

/* ========== Newsletter popup ========== */

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: rgba(33, 33, 33, 0.8);
  transform: translateY(60%) scale(0);
}

.newsletter-popup.visible {
  transform: translateY(0) scale(1);
}

.newsletter-popup .newsletter {
  width: 91.666667%;
  padding: 0px;
}

@media (min-width: 768px) {
  .newsletter-popup .newsletter {
    width: 768px;
  }
}

.newsletter-popup .newsletter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.newsletter-popup .newsletter .media-container {
  height: 10rem;
}

@media (min-width: 1024px) {
  .newsletter-popup .newsletter .media-container {
    height: 13rem;
  }
}

.newsletter-popup .newsletter-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .newsletter-popup .newsletter-wrapper {
    width: 75%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.newsletter-popup .newsletter h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .newsletter-popup .newsletter h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.newsletter-popup .newsletter span {
  text-align: center;
}

.newsletter-popup .newsletter form {
  margin: auto;
  margin-top: 1rem;
  display: block;
}

.newsletter-popup .newsletter form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.newsletter-popup .newsletter form input {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.newsletter-popup .newsletter form button {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* ========== Cart ========== */

.cart {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .cart {
    padding-top: 4rem;
  }
}

.cart-title {
  padding-bottom: 2rem;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .cart-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.cart-title {
  text-shadow: none;
}

.cart-button {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.cart-button:hover, .cart-button[aria-current='page'] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

/* ========== Search ========== */

.search.show {
  position: fixed;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.search-loading.search.show {
  display: flex;
}

.search.show {
  left: 50%;
  top: 3.5rem;
  transform: translateX(-50%);
  width: 91.666667%;
}

@media (min-width: 1024px) {
  .search.show {
    width: 66.666667%;
  }
}

.search.show {
  max-height: 80vh;
}

.search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: rgb(38 38 38 / 0.8);
  z-index: 999999;
}

.search-results {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}

.search-results .hit-count {
  display: flex;
  justify-content: flex-end;
}

.search-loading.search-results .hit-count {
  display: flex;
}

.search-results .hits ul, .search-results .hits ol {
  margin: 0px;
  margin-left: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}

.search-loading.search-results .hits ul,.search-loading .search-results .hits ol {
  display: flex;
}

.search-results .hits li.ais-Hits-item {
  margin: 0px;
  width: 100%;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .search-results .hits li.ais-Hits-item {
    width: 33.333333%;
  }
}

.search-results .hits li.ais-Hits-item .ais-Highlight {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.search-results .hits li.ais-Hits-item article {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.search-loading.search-results .hits li.ais-Hits-item article {
  display: flex;
}

@media (min-width: 1024px) {
  .search-results .hits li.ais-Hits-item article:hover {
    opacity: 0.8;
  }
}

.search-results .hits li.ais-Hits-item header {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.search-loading.search-results .hits li.ais-Hits-item header {
  display: flex;
}

.search-results .hits li.ais-Hits-item a img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.search-results .hits li.ais-Hits-item a h4 {
  margin-bottom: 0.25rem;
}

.search .ais-PoweredBy {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.search-loading.search .ais-PoweredBy {
  display: flex;
}

.search .ais-PoweredBy {
  font-size: 80%;
}

.search .ais-PoweredBy svg {
  margin-left: 0.25rem;
  width: 5rem;
  padding-top: 3px;
}

.search-results-section + .search-results-section {
  margin-top: 2rem;
}

.search-results-heading {
  margin-bottom: 0.75rem;
  font-family: var(--font-veneer), Impact, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.search-trigger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-trigger-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-trigger-button:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #404040;
}

.search-loading {
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.search-loading.flex {
  display: flex;
}

.search-loading-spinner {
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  width: 1.25rem;
  height: 1.25rem;
  animation: search-spin 0.7s linear infinite;
}

.search-loading-text {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@keyframes search-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ========== Product / shop (from product.css; .container padding is global above) ========== */

.productBox {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--space-3xl);
       column-gap: var(--space-3xl);
}

@media (min-width: 640px) {
  .productBox {
    grid-template-columns: 1fr 2fr;
  }

  .addToCartStyle {
    grid-template-columns: min-content max-content;
  }
}

@media (min-width: 1024px) {
  .productBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* NOTE: Removed .container override that was adding extra padding */

.productImageWrapper {
  position: relative;
  padding-bottom: var(--space-2xl);
}

.productImageList {
  display: flex;
  overflow-x: auto;
}

.productImageListItem {
  display: flex;
  flex: 0 0 100%;
  white-space: nowrap;
}

.scrollForMore {
  text-align: center;
  margin-top: 1rem;
  display: none;
  font-size: var(--text-lg);
  transform: translate3d(-50%, 0px, 0px);
  left: 50%;
  position: absolute;
}

.noImagePreview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  font-size: var(--text-lg);
}

.priceValue > span {
  font-size: var(--text-display);
  font-weight: var(--bold);
  line-height: var(--dense);
  color: var(--primary);
}

.priceValue {
  padding: var(--space-lg) 0;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.optionsWrapper {
  display: grid;
  grid-template-columns: var(--product-grid);
  gap: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.selectVariant {
  background-color: var(--input-background);
  border-radius: var(--radius-md);
  cursor: pointer;
  min-width: 24ch;
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .selectVariant {
    width: 18rem;
  }
}

.selectVariant select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: var(--input-text);
  cursor: inherit;
  font-size: var(--text-md);
  font-weight: var(--medium);
  height: var(--size-input);
  margin: 0;
  padding: var(--space-sm) var(--space-lg);
  padding-right: var(--space-2xl);
  width: 100%;
}

.selectVariant::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='8' viewBox='0 0 13 8' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.87794 7.56356c-.19939.23023-.55654.23024-.75593 0l-5.400738-6.23623c-.280438-.32383-.050412-.82733.377968-.82733h10.80146c.4284 0 .6584.5035.378.82733z' fill='%2378757a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  height: 8px;
  position: absolute;
  right: var(--space-lg);
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  pointer-events: none;
}

.labelFont {
  font-size: var(--space-lg);
  line-height: var(--space-xl);
  padding-right: var(--space-md);
  color: var(--text-color-secondary);
}

.tagList a {
  font-weight: var(--semibold);
  color: var(--text-color-secondary);
  padding-right: var(--space-md);
}

.tagList a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.breadcrumb {
  color: var(--text-color-secondary);
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.breadcrumb a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.metaSection {
  padding-top: var(--space-3xl);
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
}

.glide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  background: 0 0;
}

.glide__arrow--left {
  left: 30px;
}

.glide__arrow--right {
  right: 30px;
}

.glide__arrow span {
  display: block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.glide__thumbnails {
  margin-top: 1rem;
}

.add-to-cart {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.add-to-cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .add-to-cart {
    width: 18rem;
  }
}

.productCardStyle {
  max-width: 400px;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: var(--space-md);
}

.productImageStyle {
  margin-bottom: var(--space-md);
}

.productDetailsStyle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: var(--semibold);
}

.productVendorStyle {
  font-size: var(--text-sm);
  color: var(--text-color-secondary);
}

.productHeadingStyle {
  width: 100%;
  font-size: var(--text-lg);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--dense);
}

.productPrice {
  color: var(--text-color-secondary);
}

.listingContainerStyle {
  display: grid;
  grid-template-columns: var(--product-grid);
  place-items: center;
  gap: var(--size-gutter-raw);
  padding: 0 var(--size-gutter-raw);
}

/* ========== Line item (cart) ========== */

.line-item .title {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: var(--solid);
  padding-bottom: var(--space-md);
}

.line-item .variant {
  font-size: var(--text-md);
  text-transform: capitalize;
  padding-bottom: var(--space-sm);
}

.line-item .remove button {
  font-size: var(--text-md);
  display: inline-flex;
  align-items: center;
}

.line-item .remove button svg {
  margin-right: var(--space-md);
}

.line-item .totals {
  text-align: right;
}

.line-item .priceColumn, .line-item .totals {
  display: none;
}

@media (min-width: 640px) {
  .line-item .priceColumn, .line-item .totals {
    display: block;
  }
}

/* ========== Numeric input ========== */

.numeric-input .wrap {
  grid-template-columns: 1fr min-content;
  grid-template-areas: 'input increment' 'input decrement';
  background-color: var(--input-background);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 0.75rem;
  display: grid;
  width: 100%;
}

@media (min-width: 640px) {
  .numeric-input .wrap {
    display: inline-grid;
    width: 18rem;
  }
}

.numeric-input .wrap button span {
  display: none;
}

.numeric-input .input {
  grid-area: input;
  background: none;
  border: none;
  padding: 10px var(--space-lg);
  align-self: stretch;
  border-style: solid;
  border-color: var(--input-border);
  border-width: 0 1px 0 0;
  font-weight: var(--medium);
  color: var(--input-text);
  width: 100%;
}

.numeric-input .input:disabled {
  color: var(--input-text-disabled);
}

.numeric-input .wrap button {
  background: none;
  border: none;
  padding: 0 var(--space-sm);
  display: grid;
  place-items: center;
  color: var(--input-ui);
}

.numeric-input .wrap button:hover {
  background-color: var(--input-background-hover);
  color: var(--text-color);
}

.numeric-input .wrap button:disabled:hover,
.numeric-input .wrap button:disabled {
  background: none;
  color: var(--input-text-disabled);
}

.numeric-input .wrap button.increment {
  grid-area: increment;
  border-bottom: 1px solid var(--input-border);
}

.numeric-input .wrap button.decrement {
  grid-area: decrement;
}

@media (pointer: coarse) {
  .numeric-input .wrap {
    grid-template-columns: var(--size-input) 1fr var(--size-input);
    grid-template-areas: 'decrement input increment';
  }

  .numeric-input .input {
    text-align: center;
    border-width: 0 1px;
  }

  .numeric-input .wrap button {
    padding: 10px;
    font-size: var(--text-lg);
    font-weight: var(--bold);
  }

  .numeric-input .wrap button span {
    display: inline;
  }

  .numeric-input .wrap button svg {
    display: none;
  }

  .numeric-input .wrap button.increment {
    border: none;
  }

  .numeric-input .wrap button:active {
    background-color: var(--input-background-hover);
    color: var(--text-color);
  }

  .numeric-input .wrap button:hover {
    background-color: inherit;
    color: inherit;
  }
}

/* ========== Shoppable (recipe product boxes) ========== */

.shoppable {
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

@media print {
  .shoppable {
    display: none;
  }
}

.shoppable-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .shoppable-wrapper {
    display: grid;
  }
}

.shoppable a {
  text-decoration-line: none;
}

.shoppable .product-photo {
  order: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .shoppable .product-photo {
    order: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.shoppable .product-info {
  order: 1;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .shoppable .product-info {
    order: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.shoppable .product-title {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .shoppable .product-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.shoppable button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shoppable button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .shoppable button {
    margin-left: 0px;
    margin-right: 0px;
  }

  .shoppable.sidebar .shoppable-wrapper {
    display: block;
  }

  .shoppable.sidebar .product-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .shoppable.sidebar button {
    margin-left: auto;
    margin-right: auto;
  }
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pt-\[0\.7rem\] {
    padding-top: 0.7rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:inline {
    display: inline;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[100px\] {
    height: 100px;
  }

  .xl\:h-\[75px\] {
    height: 75px;
  }

  .xl\:w-\[100px\] {
    width: 100px;
  }

  .xl\:w-\[75px\] {
    width: 75px;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }
}

@media print {
  .print\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:max-w-full {
    max-width: 100%;
  }

  .print\:rounded-none {
    border-radius: 0px;
  }

  .print\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .print\:p-0 {
    padding: 0px;
  }

  .print\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
