/*
! tailwindcss v3.4.1 | 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: #e5e7eb; /* 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: Rubik, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 */
  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,
[type='button'],
[type='reset'],
[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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@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-left: 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-left: 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-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 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(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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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;
  text-align: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(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: 17 24 39;
  --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: 255 255 255;
  --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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.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-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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 > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *: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-left: 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-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-right: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-left: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!left-0 {
  left: 0px !important;
}
.bottom-0 {
  bottom: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.col-auto {
  grid-column: auto;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.box-content {
  box-sizing: content-box;
}
.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;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.h-24 {
  height: 6rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[3rem\] {
  max-height: 3rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-\[9rem\] {
  max-width: 9rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.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-not-allowed {
  cursor: not-allowed;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :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)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.justify-self-center {
  justify-self: center;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, .125);
}
.border-transparent {
  border-color: transparent;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-5xl {
  font-size: 3rem;
  line-height: 1;
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.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);
}
.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-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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}

img {
	pointer-events: none;
}

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

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.site-slogan {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {

  .site-slogan {
    font-size: 3rem;
    line-height: 1;
  }
}

/* ----- Fonts ----- */

.font-oswald {
	font-family: 'Oswald', sans-serif;
}

.font-rubik {
	font-family: 'Rubik', sans-serif;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-family: 'Rubik', sans-serif;
}

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1280px;
  }
}

/* ----- Header ----- */

.l-header {
  margin-bottom: 0px;
  --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);
}

.menu-sub {
	width: auto;
	left: initial;
}

li.menu__item--1 {
	height: auto !important;
	border: none !important;
}

.menu__item-link--sub:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.btn {
  letter-spacing: 0.025em;
	font-family: 'Oswald', sans-serif;
}

.btn-outline-primary {
	color: #212529;
	--tw-border-opacity: 1 !important;
	border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
	font-weight: 400 !important;
}

.btn-outline-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn:focus, 
.btn.focus {
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.25) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(0,0,0,.25);
}

a.text-primary,
a.text-primary:focus, 
a.text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#order-items .table__title-head {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

#content-checkout-personal-information-step > div > div:last-child {
  margin-top: 1rem;
}

#content-checkout-addresses-step form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.25) !important;
}

.carrier-price {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

/*.btn-primary {
  --tw-translate-y: 0px !important;
  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)) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}*/

.btn-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.btn-primary:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn-primary:active {
  --tw-translate-y: 0.25rem !important;
  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)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.btn-link {
	color: #212529;
}

.btn-link:hover {
	color: #212529;
}

/* ----- Page ----- */

.page-home > * {
  margin-bottom: 0px;
}

/* ----- Blocks ----- */

.featured-products {
  margin-top: 6rem !important;
}

.products-section-title {
  margin-bottom: 3rem;
}

/* ----- Search widget ----- */

.search-widget {
	max-width: initial;
}

/* ----- Custom Text Block ----- */

#custom-text {
  margin-top: 0px;
  border-width: 0px;
}

@media (min-width: 768px) {

  #custom-text {
    margin-top: 3rem;
  }
}

/* ----- Product ----- */

.price {
font-weight: 600;
    color: #111827;}

.product-price-and-shipping .price {
  font-weight: 400 !important;
}
.card-product:hover .product-title,
.card-product:hover .product-title a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/*.product-flag {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}*/

.product-flag { border-radius: 8px; background-color: #ffcb0b; }

.products-section-title {
  margin-left: auto;
  margin-right: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: none;
	font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {

  .products-section-title {
    width: 66.666667%;
  }
}

.card-body--summary .cart-total {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding: .5rem 1.25rem;
}

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

.nav-tabs .nav-link {
  opacity: 0.5;
}

.nav-tabs .nav-link.active {
  border-bottom-width: 4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
	border-bottom-color: black;
}

.table-recap td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

@media (min-width: 768px) {

  .table-recap td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.dropdown-menu a.dropdown-item:active,
.dropdown-menu a.dropdown-item.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.page-wrapper--module-blockwishlist-lists {
  border-width: 0px;
}

.page-content.card {
  border-width: 0px;
}

.wishlist-list-item-default {
  border-width: 0px !important;
}

.wishlist-list > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

i.material-icons {
	color: inherit !important;
}

.wishlist-list-item:hover .wishlist-list-item-title,
a {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
}

.psgdprinfo17 {
  margin: 0px;
}

#manufacturer-description {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.u-link-body {
  text-decoration-color: #ef4444 !important;
}

.autocomplete-suggestions {
}

.autocomplete-suggestion.media {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.autocomplete-suggestion.media:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.autocomplete-suggestion.media img {
  margin-right: 1rem !important;
}

.autocomplete-suggestion.media .media-body {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
	font-family: 'Oswald', sans-serif;
}

.bootstrap-touchspin {
  border-width: 0px;
  --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);
	font-family: 'Oswald', sans-serif;
}

#order-slips-link {
	display: none;
}

.modal-cancel {
	color: black;
}

@media (min-width: 1024px) {

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

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

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-right: 0.4em;
    padding-bottom: 0.25em;
    padding-left: 0.4em;
  }

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

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

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

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

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

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

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

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

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

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

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

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

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

  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

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

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

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

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

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

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

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

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

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

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

.placeholder\:text-gray-200::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.placeholder\:text-gray-200::placeholder {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.prose-headings\:font-\[\'Oswald\'\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: 'Oswald';
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:border {
    border-width: 1px;
  }

  .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\: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)));
  }

  .lg\:space-x-4 > :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)));
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

/*Personalizzazione Mondokids*/

.carrier-name, .carrier-delay{
font-size:13px
}
.carrier-price{
font-size:15px
}
#js-checkout-process, #js-checkout-summary {
margin-top: 20px;
}
.wishlist-button-add{
box-shadow: none !important;
}
.js-payment-ps_checkout{
display: none;
}
#payment-option-4-container label {
display: flex; align-items: center;
}
#payment-option-4-container{
margin-top:13px;
    
}
#nexi-payment-form{
margin-top:12px;
font-size: 12px;
}
.cart-products-count{
    margin-left: -10px !important;
    margin-top: -33px;
    line-height: 0.5rem;
    width:1.1rem;
    height:1.1rem;
    font-size: 8px;
}
.product-flags{
font-size:11px;
}

.add-to-cart:hover{
background-color: #000;
color:#fff;
}
#quantity_wanted{
max-width:16px;
}
#ps_checkout-payment-method-logo-block-img{
display:inline;
}
.search-widget__group&gt;input:focus-visible{
border:none;
 outline: none;
border-bottom: 2px solid #999;
}
textarea:focus, input:focus{
    outline: none;
}
.page-item.active .page-link{
background-color: #2e2d2d;
    border-color: #454545;
    color: #fff !important;
}
.product-thumb.slick-current{
    border: 2px solid #000000;
    border-radius: 10px;
}

.custom-color .color__label {
    line-height: 1.25;
    font-size: 0.8rem;
    display: inline-block;
}
.card-body{
   padding:1px;
}
#block-newsletter-label{
 display:none !important;
}
#gdpr_consent .custom-control-label{
font-size: 12px;
margin-top:10px;
}

@media (min-width: 1024px) {
    .lg\:space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
        margin-left: calc(0rem* calc(1 - var(--tw-space-x-reverse)));}}

@media (min-width: 1024px) {
    .lg\:w-56 {
        width: 10rem;
    }}

@media (min-width: 1024px) {
    .lg\:pb-3 {
        padding-bottom: 0rem;}}

.header__logo--checkout {
    max-width: 160px;}

#js-checkout-process, #js-checkout-summary {
    padding: 10px 10px 10px 10px;}

.tab-content&gt;.active {
    margin-bottom: 10px;}

.hover\:border-black:hover {
    border-color: #ffc911;
}

.product-price-and-shipping .price {
    font-weight: 600 !important;}

.l-footer {
    margin-top: 1.5rem;}

.block_newsletter, col-12 {padding: 1rem 1rem 1.5rem 1rem;
    background-color: #f3f4f6;
    margin: 25px 0px 25px 0px;}

.customtext, relative, flex items-center, h-full, text-center {max-height: 610px;}

.mt-3, .my-3 {
     margin-top: 0.75rem !important;}

.mx-auto {
    padding: 25px 0px 25px 0px;}

/* FONT */

.font-oswald {
    font-family:"Rubik", serif;}

.products-section-title {font-family:"Rubik", serif;}

.btn {
    font-family: "Rubik", serif;}

.mt-3, .my-3 {
    font-family: "Rubik", serif;}

/*FONT*/

.add-to-cart {
text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    background-color: #ffcb0b;
    border: none!important;
    padding: 5px 15px 5px 15px !important;
}

.btn:not(:disabled):not(.disabled) {
    border-radius: 8px;}

.btn-primary { color: black;
    background-color: #ffc911;
border-color: #ffc911;}

.product-variants-item .color {
    border-radius: 8px;
border: 2px solid white;}

.custom-select { border-radius: 8px;}

.left-column&gt;div, .right-column&gt;div {
    border-radius: 8px;}

.address-body, .block-categories, .card-block, .card-body, .left-column .search_filters, .page-content {
    border-radius: 8px;}

.custom-select {
    border-radius: 8px;}

.search_filter_toggler {
    color: black;
    border-radius: 8px;}

.label, label { font-weight: 600;}


/* Contenitore del video */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Rapporto 16:9 (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* Iframe che contiene il video */
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cookie banner Linea Grafica */
  .lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {font-size: 14px; text-transform: none;}
  .lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {border-radius:10px;}
  
  /* Submenu*/
 @media (min-width: 992px) { .menu-sub {
    border-radius: 15px;}}
    
/* Block newsletter*/
.block_newsletter {
        border-radius: 15px;}
        
/*Breadcrumb*/
.\!bg-gray-50 {border-radius:15px;}

/*Header nav*/

.dropdown-menu {border-radius:5px;}
.search-widget__group input {border-bottom: 1px solid rgba(0, 0, 0, .125);}

.cart-products-count {background-color:#ffc911;}
    
/*Menu*/
.menu-sub__list img {border-radius:10px;}
.menu-sub {border:1px solid rgba(0,0,0,.125)}
    
    /*Homepage*/
.banner .img-fluid {border-radius:15px;}

.page-home img {border-radius:15px;}

.products-section-title {border-bottom: 1px solid rgba(0, 0, 0, .125); padding: 50px 0px 25px 0px;}

/*Category*/
.thumbnail-container img {border-radius:14px 14px 0 0;}


.variant-links :hover {border-radius:8px;}

.block-category img {display:none;}

.products article .wishlist-button-add {
    z-index: auto;}
    
.object-cover {
    border-radius: 10px;}
    
.cms-block img {border-radius:10px;}

.products-section-title {
        border-bottom: 1px solid rgba(0, 0, 0, .125);}
        
.designers h1 {border-bottom:1px solid;}

.products-section-title {font-style: italic;}

#search_filter_toggler {color: #232323;
}


/*Product page*/
    
.product-thumbs .slick-slide>div {
    border-radius: 10px!important;}
    
@media (max-width: 1023px) {
    .product-thumbs .slick-slide>div {
        border-radius: 10px !important;
       }
}
    
.product-add-to-cart .product-quantity {margin-bottom: 5px;}

.product-prices {margin-bottom: 10px;}

.relative img {border-radius:15px;}

.brand-custom {margin-bottom: 10px;
text-underline-offset: 3px;
    text-decoration: underline;
    text-transform: uppercase!important;
    margin-left: 0px !important;}
    
.flex a:hover {text-decoration:none!important;}
  
 .wishlist-button-add {padding-top: 0px !important;}
 
#product #ps_checkout-payment-method-logo-block-title {margin-left: 0px; display:inline;}
#ps_checkout-payment-method-logos-container {justify-content: left;}

.delivery-information {font-size: 16px;}

.text-gray-300 {
    color: #adadad;}
    
#product #ps_checkout-payment-method-logo-block-title {
    color: #adadad;}


/*Modal content*/
.modal-content {border-radius:15px; border:none;}
  
/*Cart page*/
.alma-payment-plans-container {border-radius:15px;}

.active_filters {border-radius:10px;}

.custom-control-label:after, .custom-control-label:before {
    border-radius: 4px;}
    
.page-link, .product-comments__pagination li span {
    border-radius: 4px;}
    
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    border-radius: 4px;}
    
.input-group-append .btn, .input-group-prepend .btn {
    border-radius: 4px;}

/*.card-header {border-radius:10px 10px 0px 0px;}

.card-body--summary .cart-total {
    border-radius: 10px 10px 0px 0px;}
    
.promo-code__content {
    border-radius: 0px 0px 10px 10px;}*/
    

.alert-info {
    border-radius: 10px;}

/*Account page*/
.account-links .link-item {
    border-radius: 10px;}
    
#emailsalerts {max-width:100%;padding:0px;}


/*Checkout*/
#js-checkout-process, #js-checkout-summary {border-radius:10px;}
.card-footer {border-radius: 0px 0px 10px 10px;}
.form-control {border-radius:4px;}

.bootstrap-touchspin-down {z-index:auto;}
.ps-checkout-express-separator {display:none;}
.paypal-mark img { height: 15px !important;}
#content-checkout-payment-step {padding:20px;}
.delivery-options-list {padding:20px;}
.js-address-form {padding:20px;}
.delivery-option {border-radius: 10px}
.card {padding: 5px;
    border-radius: 10px;}
.accordion .selected .card {
    border-color:#ffc911;}
    
.product-information .product-description {padding-top: 2em;
    border-top: 1px solid rgba(0, 0, 0, .125);}

.product-title a {text-transform: capitalize!important;}

@media (max-width: 991.98px) {
    .checkout {
        background-color: #f3f4f6; box-shadow: 5px 5px 15px #6c757da3; z-index: 999;}}
        
.btn-primary.disabled, .btn-primary:disabled {color: #23232382;
        background-color: #ffc911d6;
        border-color: #ffc911d6;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .menu__item--active .menu-sub {
        z-index: 999;    }
}

.color__label {font-weight: 400;}

#category-description p {font-size:16px!important;}

/*Modulo gift registry*/

#eventDetailsHoveraddGiftReg .product-miniature {
  max-width: none;}
  
.layout-full-width #eventDetailsHoveradd .product-miniature {
    max-width: none;
    width: 100%;
    border-radius: 14px;
    padding: 0px 0px 15px 0px;
    background-color: #fff;
}  
  .highlighted-informations {
    border-radius: 15px;}

.descriptionEvent {font-family:'Rubik';}
.card-block .searchContentHeading {font-family:'Rubik'; border:none;}

#girt_registry_button {
    margin-left: 5px;}
    
#girt_registry_button:hover {color:#ffc911!important;}

#searchGiftRegistry { background-color: #ffc911;
    color: #212529 !important;
    border-color: #ffc911;
}

#createGiftRegistry { background-color: #ffc911;
    color: #212529 !important;
    border-color: #ffc911;
    font-size: 16px;
    padding: 10px;
}

#searchGiftRegistry:hover { background-color: #212529;
    color: #fff !important;
    border-color: #212529;
}

#createGiftRegistry:hover { background-color: #212529;
    color: #fff !important;
    border-color: #212529;
}

#searchGiftRegPegGr { background-color: #ffc911;
    color: #212529 !important;
    border-color: #ffc911;
}

#searchGiftRegPegGr:hover { background-color: #212529;
    color: #fff !important;
    border-color: #212529;
}

.folderNameOverflowPagesGiftPages.row {
    display: flex !important;
    flex-wrap: wrap !important;
    border:none;
}

.js-product {
    float: none !important;
}

.folderNameOverflowPagesGiftPages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Permette di andare a capo se lo spazio finisce, ma restano in riga */
    margin-left: 15px;
    margin-right: 15px;
}

.js-product {
    box-sizing: border-box; 
    margin-bottom:25px;
}

.js-product .highlighted-informations {display:none;}

#eventDetailsHoveraddGiftReg .product-miniature {
    border-radius: 14px;
    padding: 10px 0px 10px 20px;}
    
#eventDetailsHoveraddGiftReg .product-title {border-radius: 0 0 14px 14px;
    background-color: #fff;
    padding: 15px 0 15px 0;}

#useBackgroundImgAddCss {border:none;}

.card-block .classHeadingShowTitleEnventName { background-color: #f3f4f6; border:none;}

.btnMoveRegisytryInAllEvents {font-weight: 600;
    font-size: 16px;}
.btnMoveMyGiftRegistry {font-weight: 600;
    font-size: 16px;}
    
.serchBtnMovegiftRegAllEvents {padding-top:15px; border-top: 1px solid #ced4da;}

#giftSearchContentMainBox {
    background-color: #ffffff; 
    border-radius: 8px;        
    padding: 20px;            
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
    
    transition: box-shadow 0.3s ease;
}

#giftSearchContentMainBox:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.gift_search_content {
    background-color: #ffffff; 
    border-radius: 8px;                   
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.gift_search_content:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

#fromSelectAddCssFWCommon {min-width: 0em;}

.folderNameOverflowPagesGift {border-radius:0 0 14px 14px; background-color:#f3f4f6;}

#tabTilteGr {
    font-family: 'Rubik' !important;}
    
ul.tabsGiftRegistryView li.active {
    border-bottom: 0.2em solid #ffc911 !important;}
    
.tabsGiftRegistryView {box-shadow:none;}

#editBtnGr {color: #374151 !important;}
#view_gift_registry {color: #374151 !important;}

.card .card-block .presta-fof-left-content {margin-bottom:25px;}

#addProdForProdPageGr {border-color: #000000; margin-top:10px;}
#addProdForProdPageGr:hover {border-color: #ffc911; background-color: #ffc911;}

#giftRegistrylLabelProdPage {font-family:'Rubik'; color:#212529;}

#comonAddFontSizelabeMdl  {font-family:'Rubik';}
#addProductPageGiftsSelect {font-family:'Rubik';}

.account-links a[href*="prestagiftregistry"] {
    float: none !important;
    width: 100% !important; 
    max-width: 100% !important;
    display: block;
    flex: 0 0 auto;
    margin-left: -15px !important;
}

.account-links a[href*="prestagiftregistry"] .link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.statusAddCssActive {
    color: #fff;
    background-color: #53d572;
    border: #53d572 2px solid;}
    
.statusAddCssExpire {
     color: #fff;
    background-color: #ff0000;
}

#btnSelectGiftRegistryMenue {color: #282828 !important;
    border-bottom: none !important;}
    
/* Nasconde le intestazioni (TH) */
#presta_my_gift_registry_list_table thead th:nth-child(5),
#presta_my_gift_registry_list_table thead th:nth-child(6) {
    display: none !important;
}

/* Nasconde le celle del contenuto (TD) */
#presta_my_gift_registry_list_table tbody td:nth-child(5),
#presta_my_gift_registry_list_table tbody td:nth-child(6) {
    display: none !important;
}

.gift_title_registry {font-family:'Rubik';}

.selectAllEventType  {display:none;}

.serchBtnMovegiftReg {margin-top:15px;}

/* Forza l'immagine di sfondo a coprire tutto senza deformarsi */
#useBackgroundImgAddCss {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
    /* Altezza minima: evita che si schiacci su mobile */
    min-height: 550px !important;
    
    /* Centratura perfetta del contenuto */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    
    /* Spazio interno per non far toccare i bordi al box bianco */
    padding: 40px 15px !important;
}

/* Sistema il wrapper interno per essere centrato e responsive */
.gift_search_wrapper {
    width: 100% !important;
    max-width: 450px !important; /* Limita la larghezza su desktop */
    margin: 0 auto !important;
}

/* Opzionale: Rende il box bianco più carino e leggibile */
#giftSearchContentMainBox {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    border: none !important;
}

/* Fix per i margini su mobile */
@media (max-width: 767px) {
    #useBackgroundImgAddCss {
        min-height: 600px !important; /* Ancora più alto su mobile se i campi sono tanti */
    }
}

#giftRegImgGiftSerch
 {max-width: 100%;}
 
 #searchByTitleAndNameGiftNoRecordGr {border:none;}
 
 /* Forza il contenitore dei risultati ad allineare le card in riga */
#searchByTitleAndNameGiftReg {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    justify-content: center !important;/* Centra le card se sono meno di 4 */
    border:none;
}

/* Assicura che ogni card mantenga lo spazio corretto */
#searchByTitleAndNameGiftReg .product {
    display: inline-block !important;
    float: none !important; /* Rimuove vecchi float che rompono il flex */
    padding-bottom: 175px;}

/* Fix per le immagini delle card: falle tutte uguali */
#giftRegImgGiftSerch {
    width: 100%;
    height: 200px; /* Imposta un'altezza fissa per uniformità */
    object-fit: cover; /* Taglia l'immagine senza schiacciarla */
    border-radius: 8px 8px 0 0;
}

#imageBannerGrDisplay {
    display: none;}
    
.giftregistry_invitation_image {display:none;}

.event_desired_gifts, .reveivedqutyfige {
    margin-left: 0em;}

.addProductLabel {font-family:'Rubik'; color:#212529;}

.presta-fof-order-process-btn {margin-top:25px;}

#presta_gift_registry_add_btn_prod {
    background-color: #ffc911 !important;
    border-color: #ffc911 !important;
    color: #000 !important;}

#presta_gift_registry_add_btn_prod:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color:#fff !important;
}

.presta-fof-search-content {
    margin-top: 75px;}
    
/* Contenitore per lo scorrimento orizzontale */
.table-responsive-container {
    width: 100%;
    overflow-x: auto; /* Attiva lo scorrimento orizzontale se necessario */
    -webkit-overflow-scrolling: touch; /* Rende lo scroll fluido su iPhone/iPad */
    margin-bottom: 1rem;
}

/* Assicurati che la tabella non si restringa troppo e mantenga la leggibilità */
#presta_fof_tabel {
    min-width: 600px; /* Forza la tabella a mantenere una larghezza minima su mobile */
    width: 100%;
}

/* Rimpiccioliamo le immagini nella tabella per risparmiare spazio su mobile */
@media (max-width: 767px) {
    #displayImgProdGr img {
        width: 50px !important;
        height: auto !important;
    }
    
    #presta_fof_tabel th, #presta_fof_tabel td {
        font-size: 12px; /* Testo leggermente più piccolo per mobile */
        padding: 8px 4px;
    }
}

#add_to_cart_gift_prod {border-radius: 4px;
    font-family: 'Rubik'; text-transform:none;}
    
#presta_gift_registry_checkout {border-radius: 4px;
    font-family: 'Rubik'; border:1px solid #000; background-color:#000; font-weight: 400 !important; text-transform:none;}

/* Applica l'effetto a Salva, Elimina e Anteprima */
.giftRegistryEdit:hover, 
.giftRegistryDelete:hover,
.giftRegistryPreview:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    text-decoration: none !important; /* Fondamentale per i tag <a> come Anteprima ed Elimina */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Rendi la transizione fluida anche quando il mouse esce dal bottone */
.giftRegistryEdit, 
.giftRegistryDelete,
.giftRegistryPreview {
    transition: all 0.3s ease;
}

.view_attr_name_gr {
    color: #374151;}
    
    /* Allinea tutte le tab sulla stessa riga e al centro verticalmente */
.useTabGiftRegistry {
    display: flex;
    flex-wrap: wrap;       /* Se non c'è spazio, vanno a capo invece di rompersi */
    align-items: stretch;  /* Forza tutti i pulsanti ad avere la stessa altezza */
    gap: 10px;             /* Spazio uniforme tra i pulsanti */
    margin-bottom: 20px;
    margin-left:0px !important;}

/* Uniforma lo stile dei pulsanti */
.useTabGiftRegistry .btn, 
.useTabGiftRegistry .btm { /* aggiunto .btm per correggere l'errore nel tuo HTML */
    display: flex;
    align-items: center;   /* Centra il testo verticalmente */
    justify-content: center; /* Centra il testo orizzontalmente */
    padding: 10px 15px;
    height: 100%;          /* Altezza uniforme */
    text-decoration: none;
}

/* Uniforma i label interni */
.useTabGiftRegistry label {
    margin-bottom: 0 !important; /* Toglie il margine di default dei label */
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
}

/* 1. Stile base per tutti i bottoni (Inattivi) */
.useTabGiftRegistry .btn, 
.useTabGiftRegistry .btm {
    background-color: #f3f4f6 !important; /* Grigio chiarissimo di base */
    color: #6c757d !important;           /* Testo grigio neutro */
    border: none !important;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2. HOVER: Grigio più scuro (Leggero) sulle tab NON attive */
.useTabGiftRegistry .btn:not(.active-tab):hover,
.useTabGiftRegistry .btm:not(.active-tab):hover {
    background-color: #e5e7eb !important; /* Grigio un po' più scuro del base */
    color: #374151 !important;           /* Testo quasi nero per contrasto */
}

/* 3. TAB ATTIVA: Rimane grigia per indicare la selezione */
.useTabGiftRegistry .btn.active-tab,
.useTabGiftRegistry .btm.active-tab {
    background-color: #d1d5db !important; /* Grigio di selezione (più evidente) */
    color: #24b9d7 !important;           /* Testo azzurro per spiccare */
    pointer-events: none;
    cursor: default;
}

/* Linea sotto per la tab attiva (coerenza con il tuo stile) */
.useTabGiftRegistry .btn.active-tab label,
.useTabGiftRegistry .btm.active-tab label {
    color: #24b9d7 !important;
    border-bottom: 2px solid #24b9d7 !important;
    margin-bottom: 0;
}

/* Rimuovi bordi dai label nelle tab inattive per evitare disallineamenti */
.useTabGiftRegistry .btn:not(.active-tab) label,
.useTabGiftRegistry .btm:not(.active-tab) label {
    border-bottom: 2px solid transparent !important;
}

@media (max-width: 576px) {
    .purchased_item {
        margin-left: 0em !important;
    }
}

/* Contenitore per lo scorrimento */
.table-responsive {
    width: 100% !important;
    overflow-x: auto !important;
    display: block;
    -webkit-overflow-scrolling: touch; /* Rende lo scroll fluido su iPhone */
    margin-bottom: 1rem;
    
}

/* Forza la tabella a non rimpicciolirsi troppo */
#presta_my_gift_registry_list_table {
    min-width: 600px !important; 
    width: 100% !important;
}

/* Mantiene i tasti azione sulla stessa riga */
#tdListAction {
    white-space: nowrap !important;
    text-align: center;
    min-width: 180px;
}

#tdListAction a {
    margin: 0 5px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Ottimizzazione immagine */
.imgBannerEventsAddCss {
    max-width: 60px !important;
    height: auto;
}

#ordListThAction {text-align: left !important;}

#noDataAvailableForGiftReg {
    font-family: 'Rubik' !important;}
    
#eventImgsGr {
    background-color: #f3f4f6;}

/* Stile base per desktop */
.gift-img-res { max-width: 80px; border-radius: 5px; }

@media (max-width: 767px) {
    /* Nascondi header tabella */
    .table-gift-list thead { display: none; }

    .table-gift-list, 
    .table-gift-list tbody, 
    .table-gift-list tr, 
    .table-gift-list td { 
        display: block; 
        width: 100%; 
    }

    /* Ogni riga diventa una card */
    .table-gift-list tr {
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        padding: 15px 35px 15px 15px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .table-gift-list td {
        text-align: right;
        padding: 8px 0;
        border: none;
        border-bottom: 1px solid #f9f9f9;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Mostra l'etichetta (Prezzo, Quantità, ecc) a sinistra */
    .table-gift-list td[data-label]::before {
        content: attr(data-label);
        text-transform: uppercase;
        font-size: 12px;
        color: #374151;
    }

    /* L'immagine deve essere centrata e senza etichetta */
    .table-gift-list td.td-image {
        justify-content: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .gift-img-res { max-width: 120px; }

    /* Il nome prodotto deve spiccare */
    .td-name { flex-direction: column; align-items: flex-start; text-align: left; }
    .td-name::before { margin-bottom: 5px; }
    .prod-name-text { font-size: 18px; font-weight: bold; color: #374151; }

    /* Bottone a tutta larghezza */
    .td-action { border-bottom: none; padding-top: 15px; }
    
    .btn-add-cart-res {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #ffc911;
        color: #000;
        padding: 10px;
        border-radius: 25px;
        font-weight: 400;
    }
}

.tblcss12 {
    background: #fff;}
    
table.dataTable thead th, table.dataTable tfoot th {font-weight:500;}

.content_gift_registry.active, .card, .card-block .addCssTitleMyAcEvent, .productsGiftRegistry, .gift_search_form.card-block, #giftSearchContentMainBox form, #presta-protect-main .card .card-footer {border:none;}

.productsGiftRegistry {background: #f3f4f6;}

.td-price {color:#374151;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background: white;
    border-radius: 4px;}
    
    /* --- Allineamento Desktop --- */
#presta_view_gr_in_product_table td {
    vertical-align: middle !important; /* Centra verticalmente il contenuto di ogni cella */}
    

    
/* Centra orizzontalmente solo il contenuto delle celle quantità e ricevuti */
.table-gift-list td.td-qty, 
.table-gift-list td.td-received {
    text-align: center !important;
}

.btn-add-cart-res:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;    
    color: #ffffff !important;
}

.presta-fof-table-row {border-bottom: none;}

.presta-handle-quantity .inline-groups {border:none;}

.btn-danger {
    font-weight: 400 !important;
    color: #fff !important;
    background-color: rgb(255, 46, 46);
    border-color: rgb(255, 46, 46);}
    
#add_to_cart_gift_prod:hover { background-color: #000000 !important;
    border-color: #000000 !important;    
    color: #ffffff !important;
}

#eventTitlegr {padding-top:15px; font-weight:700;}

.card-block .addCssTitleMyAcEvent {background-color: #f3f4f6; border-radius:14px 14px 0 0; padding-top:50px;}

.how-it-works-giftregistry {
    background-color: #f3f4f6;
    padding: 50px 20px;
    border-radius: 14px;
    border:none;
}

.how-it-works-giftregistry h2 {
padding-bottom: 25px;
color: #333;
    font-weight: 400;
}

.step-item {
    padding: 0 20px;
}

.step-number-list {
    border: 3px solid #ffcb2a;
    color: #212529;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto 20px auto;
    display: block;
}

.step-item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #212529;
    min-height: 50px; /* Allinea i titoli */
}

.step-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Ottimizzazione per Mobile */
@media (max-width: 767px) {
    .step-item {
        margin-bottom: 30px;
    }
    .step-item h3 {
        min-height: auto;
    }
}

#addProductPageEventsSelect {font-family:'Rubik';}

#presta-protect-main .card button#submitBtnCnfPasswordGiftRegistry:hover {background-color:#000 !important; color:#fff !important;}

.table-striped tbody tr:nth-of-type(odd) {
    background-color:#fff;}
    
/* Forza l'immagine a occupare tutto lo spazio su mobile */
#inProductDetailsGr img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

/* Rimuove eventuali margini interni che stringono l'immagine */
#eventImgsGr a.thumbnail {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .useTabGiftRegistry {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;  
        justify-content: center !important;
        text-align: center !important;
        gap: 10px;
    }

    .useTabGiftRegistry a.btn {
        width: 100%;     
        max-width: 300px;
        margin: 0 auto !important;
    }
}

/* Impedisce al blocco di uscire dallo schermo mobile */
.useLogoDetailsForGr {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden; /* Taglia eventuali fuoriuscite */
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important; /* Fondamentale per includere il padding nel 100% */
}

/* Forza il testo e i label ad andare a capo se troppo lunghi */
.useLogoDetailsForGr h3, 
.useLogoDetailsForGr label {
    display: block !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

/* Evita che la select sembri impazzire durante il caricamento */
.presta_product_attribute:focus {
    outline: none !important;
    border-color: #24b9d7 !important;
}

/* Se il modulo aggiunge una classe durante il caricamento, usiamola per bloccare la vista */
.working .presta_product_attribute {
    pointer-events: none;
    opacity: 0.7;
}
