/*!
Theme Name: _mumijo
Theme URI: https://atomas.studio
Author: Atomas
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _mumijo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_mumijo is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 300;

  src: url('fonts/montserrat-v29-latin_latin-ext-300.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin_latin-ext */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: italic;

  font-weight: 300;

  src: url('fonts/montserrat-v29-latin_latin-ext-300italic.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin_latin-ext */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 400;

  src: url('fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin_latin-ext */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 600;

  src: url('fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin_latin-ext */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 700;

  src: url('fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin_latin-ext */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 800;

  src: url('fonts/montserrat-v29-latin_latin-ext-800.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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: 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 */
  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: #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:  ;
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/* montserrat-300 - latin_latin-ext */

body {
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 1.6em;
}

strong {
  font-weight: 600;
}

h1, h2, h3 {
  line-height: 1.4em;
}

a:hover {
  color: #11432F;
}

#primary-menu li, .mobile-kontaktai div, .mobile-socials, #footer-second-menu li {
  padding: 10px;
}

#primary-menu li a, #footer-second-menu li {
  text-transform: uppercase;
  font-size: 16px;
}

#primary-menu li a, #footer-second-menu li a {
  font-weight: 600;
  color: #052015;
}

#primary-menu li.current_page_item a, #footer-second-menu li.current_page_item a {
  font-weight: 600;
  color: #0B6742;
}

.f-icons img {
}

/*
.woofc-menu-item .woofc-menu-item-inner:after {
	content: '';
	background-color: transparent;
	display: block !important;	
}

.woofc-menu-item-inner {
	display: flex;
	align-items: center;
}

.woofc-menu-item-inner i {
	order: 2;
	display: flex;
}
*/

.woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
  order: 1;
  display: flex;
  padding-right: 18px;
  font-weight: 600;
  font-size: 16px;
}

.logo img, .mm-logo img, .footer-logo img {
  height: 24px;
  width: auto;
}

.footer-logo {
  padding-left: 10px;
}

.footer-logo a {
  display: flex;
  align-items: center;
}

.m-contacts a {
  display: block;
}

.m-contacts img, .mobile-kontaktai img {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mobile-kontaktai a {
  color: black;
  text-decoration: none;
}

.mobile-kontaktai a:hover {
  color: #11432F;
}

.mobile-socials img {
  margin-top: 0px;
  margin-bottom: 0px;
}

#menu-footer-menu li a {
  margin-left: 20px;
  color: #313835;
}

.text-atomas-dark {
  color: #313835;
}

.wp-block-columns, .wp-block-group {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wp-block-button__link.wp-element-button {
  color: white;
  border-radius: 0px;
  background: #052015;
  padding: 12px 40px;
  font-size: 16px;
  border: 1px solid #052015;
  text-decoration: none;
  font-weight: 400;
}

.is-style-outline .wp-block-button__link.wp-element-button {
  background: #fff;
  color: #052015;
}

.wp-block-button__link.wp-element-button:hover {
  background: #11432F;
  border: 1px solid #11432F;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid !important;
  padding: 12px 40px;
  font-size: 16px;
  border: 1px solid #052015;
  color: #052015;
  text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border: 1px solid #11432F;
  background: #E5FFEC;
}

.home .wp-block-query .wp-block-post-featured-image {
  display: block;
  margin: 0 auto;
}

.home .wp-block-query li > .wp-block-group {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  text-align: left;
}

.home .wp-block-query .wp-block-button.wc-block-components-product-button, .home .wp-block-query p {
  display: inline;
}

.home .wp-block-query .wp-block-group .wp-block-post-title a {
  font-weight: 600;
  color: #052015;
  text-decoration: none;
  text-transform: uppercase;
}

.single-product #content {
  background: #f9f9f9;
}

.wp-block-group.siauras {
  max-width: 610px;
}

.wp-block-group.labai-siauras {
  max-width: 435px;
  margin: 0 auto;
}

.wp-block-group.desine {
  float: right;
}

.home ul.wp-block-post-template, .home ul.wp-block-post-template li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wp-block-group h2 {
  margin-top: 0px;
}

.single-product .woocommerce-breadcrumb, 
.single-product .woocommerce-notices-wrapper, 
.single-product .woocommerce-product-gallery,
.single-product .entry-summary,
.single-product .woocommerce-tabs
 {
  max-width: 1248px;
  margin: 0 auto;
}

.woocommerce .woocommerce-breadcrumb {
  padding-top: 75px;
  margin-bottom: 14px;
  color: #052015;
}

.woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-breadcrumb a {
  font-weight: 400;
  margin-right: 5px;
  color: #052015;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

#second .custom-quantity {
  margin-bottom: 15px;
}

#second .custom-widget-area {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

#second .custom-widget-area .widget-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.woocommerce-product-gallery {
  display: flex;
  align-items: center;
}

.woocommerce-product-gallery > div {
  width: 48%;
  margin-right: 1%;
}

.woocommerce-product-gallery > ol {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 12px;
  width: 49%;
  margin-left: 1%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: auto;
  left: 1em;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.95;
}

.woovr-variations[class*="woovr-variations-grid"] .woovr-variation.woovr-variation-active:before, .woovr-variations[class*="woovr-variations-grid"] .woovr-variation:before {
  display: none;
  content: '' !important;
  background-color: transparent !important;
  border: none !important;
}

.single-product .product_title.entry-title {
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

.woocommerce div.product .woocommerce-product-rating a {
  font-size: 14px;
}

.woocommerce-product-details__short-description {
  font-size: 16px;
}

.woovr-variation woovr-variation-radio {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #052015;
  color: #052015;
}

.woovr-variations[class*="woovr-variations-grid"] .woovr-variation.woovr-variation-active {
  border: 1px solid #052015;
  background: #052015;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.woovr-variation-radio .woovr-variation-name {
  margin-bottom: 0px;
  line-height: 1em;
  padding-bottom: 0px;
  font-weight: 400 !important;
  font-size: 16px;
}

.etikete {
  font-size: 16px;
  margin-bottom: -12px;
}

.etikete-maza {
  font-size: 12px;
  margin-bottom: 20px;
}

.etikete-maza.be-bottom {
  margin-bottom: 5px;
}

.woocommerce div.product form.cart .button {
  float: none;
  width: 100%;
  background: #052015;
  color: white;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 18px 24px;
  margin-top: 20px;
}

.woocommerce div.product form.cart .button:hover {
  background: #11432F;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 32px;
  font-weight: 700;
  color: #052015;
}

.ikonos-widget img {
  display: inline;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
}

.blog-grid img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce div.product form.cart {
  margin-bottom: 20px;
}

.woocommerce .quantity {
  display: flex;
}

.woocommerce .quantity .qty {
  border: 1px solid #052015;
  padding: 20px 22px;
  display: block;
  margin-top: 0px;
  text-align: center;
}

.plusminus {
  padding-top: 10px;
}

.plusminus button {
  font-size: 24px;
  display: block;
  line-height: 1em;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the number input arrows in Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  background: none;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 1px solid #052015;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none;
  box-shadow: none;
  box-shadow: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  border: none;
  box-shadow: 0px 0px 0 #fff;
  right: 0px;
  left: 0px;
}

/*.single-product .entry-content > * { */

.woocommerce-Tabs-panel > * {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 1000px !important;
}

.custom-content-after-tabs {
  clear: both;
}

.is-layout-constrained > .alignwide {
  max-width: 1248px;
}

.su-ikonom img {
  margin-bottom: 20px;
}

.su-ikonom h4 {
  margin-bottom: 20px;
  line-height: 2em;
}

.custom-content-after-tabs .wp-block-heading {
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
}

.custom-content-after-tabs .wp-block-columns.is-layout-flex {
  gap: 0px;
}

.custom-content-after-tabs p {
  margin-bottom: 18px;
}

/* reviews */

#review_form_wrapper {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce #respond input#submit {
  color: white;
  border-radius: 0px;
  background: #052015;
  padding: 12px 40px;
  font-size: 16px;
  border: 1px solid #052015;
  text-decoration: none;
  font-weight: 400;
}

.woocommerce #respond input#submit:hover {
  background: #11432F;
  border: 1px solid #11432F;
  color: white;
}

.woocommerce-Reviews {
  max-width: 60rem;
  padding-bottom: 40px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-Reviews-title {
  text-align: center;
  font-weight: 800;
  padding-bottom: 50px;
}

.single #comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.woocommerce #reviews #comments .star-rating {
  float: none;
  width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  padding-top: 10px;
  font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  border-bottom: 1px solid #eee;
  margin-right: 30px;
}

.woocommerce-review__dash, .woocommerce-review__published-date {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0px;
  font-size: 15px;
}

.lightweight-accordion {
  margin-bottom: 10px;
}

.lightweight-accordion-title {
  background: white;
  padding: 30px 25px;
  cursor: pointer;
  position: relative;
}

.lightweight-accordion-title span {
  background: white;
  font-size: 16px;
  color: #052015;
  font-weight: 700;
}

.lightweight-accordion-body {
  padding: 20px;
  font-size: 15px;
}

.lightweight-accordion .lightweight-accordion-title::marker {
  display: none;
  content: '';
  color: white;
}

.lightweight-accordion .lightweight-accordion-title::after {
  content: '+';
  font-size: 28px;
  color: #052015;
  position: absolute;
  right: 24px;
}

.star-rating span {
  color: #052015;
}

.comment-form label {
  font-weight: 600;
}

.comment-form .comment-form-cookies-consent label {
  font-weight: 400;
  font-size: 14px;
}

.comment-reply-title {
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=number], .comment-form textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 6px 10px;
}

h3.comments-header {
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce-variation-price {
  /*margin-top: 15px;*/
  margin-top: 0px;
}

.woofc-area.woofc-style-02 .woofc-area-top {
  background: #052015;
  color: white;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-cart, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-cart {
  font-size: 16px;
  border: 1px solid #052015;
  color: #052015;
  text-decoration: none;
  font-weight: 400;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout {
  color: white;
  border-radius: 0px;
  background: #052015;
  font-size: 16px;
  border: 1px solid #052015;
  text-decoration: none;
  font-weight: 400;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout:hover {
  background: #E5FFEC;
  background: #11432F;
  border: 1px solid #11432F;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
  color: white;
}

.woocommerce-notices-wrapper {
  display: none;
}

#product-summary-container, .woocommerce-product-gallery, .woocommerce .woocommerce-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce div.product div.images img {
  width: auto;
}

.custom-sidebar .menu li a {
  font-weight: 600;
  color: #052015;
  padding: 20px;
  display: block;
  width: 100%;
}

.custom-sidebar .menu li.current-menu-item a {
  color: white;
  background: #0B6742;
}

.wpcf7 input[type=text], .wpcf7  input[type=email], .wpcf7  input[type=number], .wpcf7  textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.wpcf7  textarea {
  height: 80px;
}

.wpcf7 p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.wpcf7 .contact-label {
  font-weight: 600;
  margin-top: 10px;
}

.wpcf7 .contact-label span {
  color: red;
}

.wpcf7-submit {
  font-size: 16px;
  border: 1px solid #052015;
  color: #052015;
  text-decoration: none;
  font-weight: 400;
  padding: 18px 90px;
  margin-top: 10px;
}

.wpcf7-submit:hover {
  background: #E5FFEC;
}

.page-template-page_su_sidebar h1.entry-title {
  margin-top: 30px;
}

.page-template-page_su_sidebar #content {
  padding-bottom: 60px;
}

.page-template-default .entry-title {
  max-width: 1248px;
  margin-top: 40px;
}

.custom-carousel {
  position: relative;
  width: 100%;
  /* Full width of the viewport */
  overflow: hidden;
  /* Hide any overflow */
}

.carousel-wrapper {
  display: flex;
  /* Align images horizontally */
  transition: transform 0.3s ease-in-out;
  /* Smooth sliding effect */
}

.carousel-slide {
  flex: 0 0 100%;
  /* Each slide takes up 100% of the width */
  text-align: center;
}

.carousel-slide img {
  width: 100%;
  /* Make images responsive */
  height: auto;
  /* Preserve aspect ratio */
}

/* Navigation button styles */

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: #fff;
  /* White arrow color */
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  font-size: 1.5em;
}

.carousel-nav.prev {
  left: 10px;
}

.carousel-nav.next {
  right: 10px;
}

.swiper-button-next, .swiper-button-prev {
  position: static !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  height: 20px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 18px !important;
  color: #052015 !important;
}

.swiper-button-next {
  float: right;
  margin-right: 20px;
}

.swiper-button-prev {
  float: right;
  margin-right: 10px;
}

.atomas-icon-block-text p {
  margin: 0px;
}

.wp-block-column.bordered {
  border: 1px solid #fff;
}

p.no-padding {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer-icons img {
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 8px;
}

.icons-inline img {
  display: inline;
}

.entry-content > .alignwide.ultrawide {
  max-width: 1248px;
}

.page-template-default .entry-content > .alignwide {
  max-width: 1248px;
}

.wp-block-query .wp-block-post-title {
  text-transform: uppercase;
}

.wp-block-query .wp-block-post-title a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.woocommerce-product-details__short-description p, #tab-description p {
  margin-bottom: 20px;
}

.text-14 {
  font-size: 14px;
}

.description_tab a:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: url('https://herbectus.de/wp-content/uploads/2025/01/plant-based.svg');
}

.how-to-store-shilajit_tab a:before, .wie-wird-shilajit-aufbewahrt_tab a:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: url('https://herbectus.de/wp-content/uploads/2025/01/storage.svg');
}

.shipping-time_tab a:before, .lieferzeit_tab a:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: url('https://herbectus.de/wp-content/uploads/2025/01/shipping.svg');
}

.wp-block-table.table-css {
  max-width: 520px;
  margin: 0 auto;
  border: none;
}

.wp-block-table.table-css table, .wp-block-table.table-css table tr, .wp-block-table.table-css table th, .wp-block-table.table-css table tbody, .wp-block-table.table-css table thead  {
  border: none;
}

.wp-block-table.table-css td {
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #e6e6e6;
}

.wp-block-table.table-css img {
  margin: 0 auto;
}

.wp-block-table.table-css th {
  border: none;
  color: white;
  font-size: 14px;
}

.wp-block-table.table-css th:nth-of-type(2) {
  background: white;
  color: black;
}

.wp-block-table.table-css tr td:first-of-type {
  width: 54%;
}

.wp-block-table.table-css tr td:nth-of-type(2) {
  background: white;
  width: 23%;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
  right: 70px;
  top: 70px;
}

a.black-link {
  color: black;
}

.article-offer h3 {
  line-height: 1.4em;
  margin-bottom: 24px;
}

.article-offer .wp-block-image {
  margin-bottom: 20px;
}

a.custom-add-to-cart {
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
  font-weight: 400;
  padding: 16px 40px;
  font-size: 16px;
  /*margin-top: 15px;*/
}

.custom-add-to-cart.light {
  background: white;
  border: 1px solid black;
  color: black;
}

.custom-add-to-cart.dark, a.wc-block-cart__submit-button, button.wc-block-components-checkout-place-order-button {
  color: white;
  border: 1px solid white;
  text-decoration: none;
  background: linear-gradient(135deg,rgb(5,32,21) 0%,rgb(12,64,43) 51%,rgb(5,32,21) 100%);
}

.text-15 {
  font-size: 15px;
}

.navigation.pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.nav-links a, .nav-links .current {
  padding: 8px 12px;
  background: #F9F9F9;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 15px;
}

.nav-links a {
  font-weight: 600;
}

.star-rating span, .woocommerce p.stars a:hover {
  color: #CEA500;
}

#review_form input[type=text],
#review_form input[type=email],
#review_form input[type=number],
#review_form textarea  {
  border: 1px solid #eee;
}

.variation-option-button {
  font-size: 14px;
  padding: 4px;
}

.woocommerce div.product form.cart div.quantity {
  display: none !important;
}

.icons-before-cart {
  line-height: 1.2em;
  padding-bottom: 5px;
}

.icons-before-cart figure {
  margin-bottom: 5px;
}

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

h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom {
  margin-bottom: 0px;
}

.review-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* First 6 reviews should be fully visible */

.review-item:nth-child(-n+6) {
  opacity: 1;
}

.woocommerce div.product form.cart .button {
  background: linear-gradient(135deg,rgb(5,32,21) 0%,rgb(12,64,43) 51%,rgb(5,32,21) 100%);
}

.wp-block-columns.is-not-stacked-on-mobile {
  gap: 8px;
}

p.has-small-font-size {
  font-size: 12px !important;
}

p.image-24 img {
  height: 24px;
  width: auto;
}

.with-effects .wp-block-column {
  visibility: hidden;
  /* Initially hidden */
  opacity: 0;
  transform: translateY(30px);
  /* Slight movement from below */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.with-effects .wp-block-column.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.with-effects .wp-block-column:nth-child(1) {
  transition-delay: 0.2s;
}

.with-effects .wp-block-column:nth-child(2) {
  transition-delay: 0.4s;
}

.with-effects .wp-block-column:nth-child(3) {
  transition-delay: 0.6s;
}

.mobile-menu-list .wpml-ls-menu-item {
  display: none;
}

.sub-menu {
  display: none;
}

/*
.marquee-block {
	text-align: center;

}

.marquee-block {
	width: 100%;
  white-space: nowrap;
  position: relative;
  }
  
  .marquee-block-inn {
	display: flex;
  gap: 20px; 
  animation: marquee 10s linear infinite;
  }

*/

/* Full-width container */

.marquee-container {
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Marquee wrapper */

.marquee {
  display: inline-block;
  gap: 20px;
  will-change: transform;
}

/* Individual items */

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

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-default #content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
}

.wp-block-columns.larger-gap .wp-block-column {
  padding-right: 18px !important;
}

body.lang-de .wp-block-columns.larger-gap .wp-block-heading {
  min-height: 116px;
}

/* Continuous scrolling animation */

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    /* Moves only half the width since items are duplicated */
  }
}

h2.wp-block-heading.has-large-font-size, h3.wp-block-heading.has-large-font-size {
  font-size: 36px !important;
}

@media only screen and (min-width: 783px) {
  .wp-block-columns.with-gaps {
    gap: 15px !important;
  }

  .mobile-only {
    display: none !important;
  }

  /*
	.home .site-header {
		position: absolute;
		z-index: 99999;
	}*/

  .home #content {
    position: relative;
    z-index: 9999;
  }

  .home-top-margin {
    margin-top: 50px;
  }

  .desktop-vmargin {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-435 img {
    width: 435px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .desktop-vh {
    min-height: 76vh;
  }

  .wp-block-group.siauras {
    /*margin-left: 40px;*/
    margin: 0 auto;
  }

  .wp-block-group.siauras.desine {
    margin-right: 40px;
  }

  .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: none;
    float: left;
    margin-top: 40px;
  }

  .custom-product-content {
    width: 62%;
  }

  #product-summary-container #first {
    float: left;
    width: 62%;
  }

  #product-summary-container #second {
    float: right;
    width: 36%;
    margin-top: 8px;
  }

  .reviews-grid {
    display: flex;
  }

  .grid-01, .grid-02 {
    width: 50%;
  }

  .custom-carousel {
    display: none;
  }

  .woocommerce div.product {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 782px) {
  body.lang-de .wp-block-columns.larger-gap .wp-block-heading {
    min-height: 2px;
  }

  #menu-language-menu {
    display: none;
  }

  h2.wp-block-heading.has-large-font-size, h3.wp-block-heading.has-large-font-size {
    font-size: 30px !important;
  }

  p.has-small-font-size {
    font-size: 10px !important;
  }

  .desktop-only {
    display: none !important;
  }

  #menu-footer-menu li a {
    display: block;
    margin-left: 00px;
    margin-bottom: 18px;
  }

  .wp-block-buttons>.wp-block-button.mobile-full {
    display: block;
    width: 100%;
  }

  .wp-block-buttons>.wp-block-button.mobile-full a {
    width: 100%;
  }

  .woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
    display: none;
  }

  body .is-layout-flex.mobile-blokas {
    display: block;
  }

  body .is-layout-flex.mobile-blokas .wp-block-button a {
    display: block;
    width: 100%;
  }

  body .is-layout-flex.mobile-blokas .wp-block-button {
    margin-bottom: 10px;
  }

  body .is-layout-flex.mobile-reverse {
    flex-direction: column-reverse;
  }

  .mobile-vh {
    min-height: 45vh;
  }

  figure.wp-block-image {
    margin-bottom: 30px;
  }

  .mobile-center > div {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .grid-01 {
    text-align: center;
    margin-bottom: 20px;
  }

  #product-summary-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #product-summary-container #second {
    width: 100%;
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #product-summary-container #first {
    width: 100%;
    order: 1;
  }

  #product-summary-container #third {
    width: 100%;
    order: 3;
  }

  .woocommerce-product-gallery {
    display: none;
  }

  .woocommerce .woocommerce-breadcrumb {
    padding-top: 40px;
  }

  figure.wp-block-image.no-margin {
    margin-bottom: 5px;
  }

  .wp-block-columns.with-gaps .wp-block-column {
    margin-bottom: 10px;
  }

  .wp-block-table.table-css th {
    font-size: 10px;
  }

  .wp-block-table.table-css td {
    font-size: 11px;
  }

  .wp-block-table.table-css tr td:first-of-type {
    width: 48%;
  }

  .wp-block-table.table-css tr td:nth-of-type(2) {
    width: 30%;
    background: white;
  }

  .wp-block-table.table-css tr td:nth-of-type(3) {
    width: 22%;
  }

  .wp-block-button__link-tiny {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #052015;
    color: #052015;
    text-decoration: none;
    background: white;
  }

  .lightweight-accordion-title {
    padding: 20px 45px 20px 15px;
  }
}

@media only screen and (max-width: 440px) {
  a.custom-add-to-cart {
    padding: 16px 18px;
  }

  .woocommerce .woocommerce-product-rating .star-rating {
    float: none;
  }

  .wp-block-button__link-tiny {
    padding: 9px 18px;
    font-size: 13px;
    border: 1px solid #052015;
    color: #052015;
    text-decoration: none;
    background: white;
  }

  body.lang-nl .atomas-icon-block-heading.text-xl {
    font-size: 1em !important;
  }

  body.lang-de.page h1.entry-title {
    font-size: 1.3rem !important;
  }

  h2.wp-block-heading.has-large-font-size, h3.wp-block-heading.has-large-font-size {
    font-size: 24px !important;
  }

  .product-content-icons .p-4, .product-content-icons.px-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .atomas-icon-block-left.px-4 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .atomas-icon-block-heading.text-xl {
    font-size: 1.1em !important;
  }

  .text-14 {
    font-size: 13px;
  }

  .atomas-icon-block-left img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  p.has-small-font-size {
    font-size: 9px !important;
  }

  .is-not-stacked-on-mobile {
    margin-left: -8px;
    margin-right: -8px;
  }
}

/*
@media only screen and (max-width: 782px) {
	.desktop-header .logo {
		order: 1;
	}

	.desktop-header .logo {
		order: 2;
	}

	.desktop-header .header-main-menu {
		order: 3;
	}
  }
*/

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

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

.prose :where([class~="lead"], [class~="is-style-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;
  border-bottom: none;
}

.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;
  border-left-style: solid;
}

.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 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-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;
  text-align: start;
  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(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(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 > *: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-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;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 44rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 44rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.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;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-40 {
  z-index: 40;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

.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-0 {
  margin-left: 0px;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1\/4 {
  width: 25%;
}

.w-12 {
  width: 3rem;
}

.w-3\/4 {
  width: 75%;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.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;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.break-words {
  overflow-wrap: break-word;
}

.border {
  border-width: 1px;
}

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

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

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

.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.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-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-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-md {
  --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);
}

.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;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

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

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

  .md\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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