*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | 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: AbarHigh, ui-sans-serif, system-ui;
    /* 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]:where(:not([hidden="until-found"])) {
    display: none;
}

.fixed {
    position: fixed !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.inset-0 {
    inset: 0px !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-\[70px\] {
    bottom: 70px;
}

.m-auto {
    margin: auto
}

.right-0 {
    right: 0px !important;
}

.right-4 {
    right: 1rem !important;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50% !important;
}

.z-50 {
    z-index: 50;
}

.\!z-\[5000\] {
    z-index: 5000 !important;
}

.col-span-3 {
    grid-column: span 3 / span 3 !important;
}

.col-span-5 {
    grid-column: span 5 / span 5 !important;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.bg-color-special {
    background-color: #06277E !important;
}

.inset-x-0 {
    right: 0;
    left: 0;
}

.m-0 {
    margin: 0px;
}

.m-2 {
    margin: 0.5rem;
}

.m-4 {
    margin: 1rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}


.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mg-12 {
    margin-bottom: 3rem !important;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-30 {
    margin-bottom: 7.5rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-auto {
    margin-top: auto;
}


.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.grid {
    display: grid !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.hidden {
    display: none;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-6 {
    height: 1.6rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 2.75rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-full {
    height: 100% !important;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-96 {
    max-height: 24rem;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-\[60vh\] {
    min-height: 60vh;
}

.w-2 {
    width: .25rem;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 2.75rem;
}

.w-24 {
    width: 6rem;
}

.w-\[1\/6\] {
    width: 1/6;
}

.w-\[20\%\] {
    width: 20%;
}


.w-\[90\%\] {
    width: 90%;
}

.w-full {
    width: 100%;
}

.w-\[1\/4\] {
    width: 1/4;
}

.w-\[3\] {
    width: 3;
}

.w-\[3\/4\] {
    width: 3/4;
}

.max-w-\[50px\] {
    max-width: 50px;
}

.max-w-\[98\%\] {
    max-width: 98%;
}

.flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.flex-col {
    flex-direction: column !important;
}

.\!items-center {
    align-items: center !important;
}

.items-center {
    align-items: center !important;
}

.items-start {
    align-items: flex-start !important;
}

.justify-end {
    justify-content: flex-end;
}

.\!justify-center {
    justify-content: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}


.gap-4 {
    gap: 1rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.space-x-3> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-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));
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.\!rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded {
    border-radius: 0.125rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-0 {
    border-top-width: 0px;
}

.border-solid {
    border-style: solid;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

/* Custom utility for black border */
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\!bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}


.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem !important;
}

.p-6 {
    padding: 1.5rem;
}

.pt-1 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-12 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-24 {
    padding-bottom: 6rem !important;
}

.pb-28 {
    padding-bottom: 7rem !important;
}

.pb-32 {
    padding-bottom: 8rem !important;
}

.pr-\[10px\] {
    padding-right: 10px !important;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-\[10px\] {
    padding-right: 10px !important;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-lg {
    font-size: 1rem;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.item-list-wrapper.is-last {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #fefefe;
    overflow: hidden;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.pointer-events-none {
    pointer-events: none;
}

.-translate-x-1\/2 {
    --tw-translate-x: -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));
}



@font-face {
    font-family: 'AbarHigh';

    src: url('../src/fonts/AbarHigh-Medium.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

/* Custom utility for hover bg-gray-800 */
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.focus\:\!border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}

.focus\:\!border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(88 28 135 / var(--tw-border-opacity, 1)) !important;
}

.focus\:\!ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:\!ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1)) !important;
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:mr-6 {
        margin-right: 1.5rem;
    }

    .md\:grid {
        display: grid !important;
    }

    .md\:h-16 {
        height: 4rem;
    }

    .md\:h-40 {
        height: 10rem;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-40 {
        width: 10rem;
    }

    .md\:w-\[1\/6\] {
        width: 1/6;
    }

    .md\:w-\[5\/6\] {
        width: 5/6;
    }

    .md\:max-w-\[85\%\] {
        max-width: 85%;
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }

    .md\:p-6 {
        padding: 1.5rem;
    }

    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .md\:static {
        position: static;
    }

    .md\:bottom-auto {
        bottom: auto;
    }

    .md\:left-auto {
        left: auto;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .md\:order-1 {
        order: 1 !important;
    }

    .md\:order-2 {
        order: 2 !important;
    }

    .md\:translate-x-0 {
        --tw-translate-x: 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;
    }

    .md\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .md\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .md\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .md\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .md\:pr-0 {
        padding-right: 0 !important;
    }

    .md\:pb-0 {
        padding-bottom: 0 !important;
    }

    .md\:overflow-visible {
        overflow: visible !important;
    }

    .md\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .md\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .md\:gap-4 {

        gap: 1rem !important;
    }

    .md\:justify-start {
        justify-content: flex-start !important;
    }

    .md\:rounded-lg {
        border-radius: 0.5rem !important;
    }

    .md\:rounded-xl {
        border-radius: 0.75rem !important;
    }

    .md\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
    }

    .md\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .md\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .md\:mb-4 {
        margin-bottom: 1rem !important;
    }

    .md\:w-full {
        width: 100% !important;
    }

    .md\:h-auto {
        height: auto !important;
    }

    .md\:relative {
        position: relative !important;
    }

    .md\:max-w-md {
        max-width: 28rem !important;
    }

    .md\:max-w-full {
        max-width: 100% !important;
    }

    .md\:bg-transparent {
        background-color: transparent !important;
    }

    .md\:flex-none {
        flex: none !important;
    }
}

@media (min-width: 1024px) {
    .lg\:relative {
        position: relative;
    }

    .lg\:bottom-auto {
        bottom: auto;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:rounded-xl {
        border-radius: 0.75rem;
    }

    .lg\:p-4 {
        padding: 1rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .md\:static {
        position: static;
    }

    .md\:bottom-auto {
        bottom: auto;
    }

    .md\:left-auto {
        left: auto;
    }

    .md\:w-auto {
        width: auto;
    }
}

/* Custom styles for back buttons */
.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;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Additional utility classes */
.h-3 {
    height: 0.75rem !important;
    /* 12px */
}

.w-3 {
    width: 0.75rem !important;
    /* 12px */
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.px-6 {
    padding-left: 1.5rem;
    /* 24px */
    padding-right: 1.5rem;
    /* 24px */
}

.py-3 {
    padding-top: 0.75rem;
    /* 12px */
    padding-bottom: 0.75rem;
    /* 12px */
}

/* New utility classes for back button navigation */
.h-14 {
    height: 3.5rem !important;
    /* 56px */
}

.h-4 {
    height: 1rem !important;
    /* 16px */
}

.w-4 {
    width: 1rem !important;
    /* 16px */
}

.w-full {
    width: 100%
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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);
}

.font-medium {
    font-weight: 500 !important;
}

.z-60 {
    z-index: 60 !important;
}

/* Flex utilities */
.flex-1 {
    flex: 1 1 0% !important;
}

@media (min-width: 768px) {
    .md\\:static {
        position: static !important;
    }

    .md\\:h-0 {
        height: 0 !important;
    }

    .md\\:h-auto {
        height: auto !important;
    }

    .md\\:h-4 {
        height: 1rem !important;
        /* 16px */
    }

    .md\\:w-4 {
        width: 1rem !important;
        /* 16px */
    }

    .md\\:shadow-none {
        --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;
    }

    .md\\:z-auto {
        z-index: auto !important;
    }

    .md\\:top-auto {
        top: auto !important;
    }

    .md\\:left-auto {
        left: auto !important;
    }

    .md\\:right-auto {
        right: auto !important;
    }
}

/* Back bar sizing */
.mcv-backbar {
    height: 44px !important;
    /* mobile fixed bar height */
    line-height: 44px !important;
    padding-left: 16px !important;
    padding-right: 48px !important;
    /* space for icon */
    font-size: 16px !important;
    box-sizing: border-box !important;
}

@media (min-width: 768px) {
    .mcv-backbar {
        height: 44px !important;
        line-height: 44px !important;
        padding-left: 16px !important;
        padding-right: 48px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 768px) {

    .mcv-checkout-wrapper~* #main-content,
    #main-content:has(.mcv-checkout-wrapper),
    .entry-content:has(.mcv-checkout-wrapper) {
        background: transparent !important;
    }

    article:has(.mcv-checkout-wrapper),
    .wd-content-area:has(.mcv-checkout-wrapper),
    .wd-content-layout:has(.mcv-checkout-wrapper) {
        background: transparent !important;
    }
}

/* Force rounded corners for address action buttons */
.rounded-lg {
    border-radius: 0.5rem !important;
}

/* Custom utility for bg-opacity-30 */
.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

@media (min-width: 1024px) {
    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-center {
        justify-content: center;

    }
}

/* Centering utilities */
.left-1\/2 {
    left: 50% !important;
}

.top-1\/2 {
    top: 50% !important;
}

.left-4 {
    left: 1rem;
}

/* Custom utilities for VPN warning box in payment step */
.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.leading-relaxed {
    line-height: 1.625;
}

@media (min-width: 768px) {
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px -1px rgba(0, 0, 0, 0.1),
        0 -1px 3px 0 rgba(0, 0, 0, 0.1),
        0 -1px 2px -1px rgba(0, 0, 0, 0.1);
}


.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 -10px 15px -3px rgba(0, 0, 0, 0.08),
        0 -4px 6px -4px rgba(0, 0, 0, 0.08);
}


.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.shadow-none {
    box-shadow: 0 0 #0000;
}

.grid-cols-\[24px_24px_24px\] {
    grid-template-columns: 24px 24px 24px !important;
}

.qty-wrapper {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    place-items: center !important;
}

/* ==========================================================================
   MCV Checkout – mobile-first layout (same on desktop, max-width frame)
   ========================================================================== */

:root {
    --mcv-checkout-max-width: 480px;
}

/* Theme chrome hidden on checkout */
body.mcv-checkout-active header,
body.mcv-checkout-active .whb-header,
body.mcv-checkout-active .wd-header,
body.mcv-checkout-active footer,
body.mcv-checkout-active .wd-footer,
body.mcv-checkout-active .footer-container,
body.mcv-checkout-active .wd-toolbar,
body.mcv-checkout-active .site-header,
body.mcv-checkout-active .site-footer {
    display: none !important;
}

body.mcv-checkout-active {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.mcv-checkout-active .site-content,
body.mcv-checkout-active .main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.mcv-checkout-active .site-content,
body.mcv-checkout-active .main-page-wrapper,
body.mcv-checkout-active .entry-content,
body.mcv-checkout-active article,
body.mcv-checkout-active .wd-content-area,
body.mcv-checkout-active .wd-content-layout,
body.mcv-checkout-active .container,
body.mcv-checkout-active #main-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

.item-wrapper.is-last {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    background: #fefefe;
    overflow: hidden;
}

/* Page structure */
.mcv-page {
    width: 100%;
    height: 100%;
    height: 100dvh;
}

.mcv-page-inner {
    height: 100%;
}

.mcv-page-scroll {
    min-height: 0;
    -webkit-overflow-scrolling: touch;
}

.mcv-page-scroll--payment {
    padding-bottom: 0;
}

.mcv-page-header,
.mcv-page-footer {
    max-width: 100%;
}

/* Component styles */
#mcv_place_order.loading {
    opacity: 0.6 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

#mcv-pay-message {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    text-align: center;
    transition: all 0.3s ease;
}

#mcv-pay-message.error {
    color: #ef4444 !important;
}

#mcv-pay-message.success {
    color: #10b981 !important;
}

#discount-message.mcv-discount-error {
    background-color: #fee2e2;
    color: #ef4444 !important;
}

#discount-message.mcv-discount-success {
    background-color: #dcfce7;
    color: #16a34a !important;
}

.mcv-cart-product-title {
    font-weight: 700 !important;
    color: #1f2937;
}

.mcv-cart-meta-label {
    font-weight: 700 !important;
}

.mcv-cart-meta-value {
    font-weight: 400 !important;
}

.mcv-cash-gateway-note {
    color: #10b981;
}

.mcv-shipping-contact-link {
    text-decoration: underline;
}

.mcv-shipping-price-hidden,
.mcv-shipping-price-hidden * {
    color: #fff !important;
}

.mcv-wallet-label {
    position: relative;
}

.mcv-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.mcv-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.mcv-switch-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #d1d5db;
    transition: background-color 0.2s ease;
    border-radius: 9999px;
}

.mcv-switch-slider::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: transform 0.2s ease;
    border-radius: 50%;
}

.mcv-switch input:checked + .mcv-switch-slider {
    background-color: #111827;
}

.mcv-switch input:checked + .mcv-switch-slider::before {
    transform: translateX(20px);
}

.mcv-switch input:disabled + .mcv-switch-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

#mcv-wallet-payment-box.is-processing .mcv-switch {
    pointer-events: none;
    opacity: 0.6;
}

#mcv-checkout-summary-total.is-processing,
#page-4 .mcv-footer-order-total.is-processing {
    opacity: 0.6;
}

.item-wrapper .mcv-cart-item-divider {
    margin: 0.25rem 0 0.125rem;
}

.qty-btn svg {
    width: 1rem !important;
    height: 1rem !important;
    flex-shrink: 0;
}

#order-notes-input {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem;
    margin: 0;
    min-height: 80px;
}

#discount-code-input {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem;
    margin: 0;
    min-height: 40px;
}

#discount-code-input::placeholder {
    font-size: 0.75rem;
    line-height: 1.5;
}

.mcv-discount-apply-btn {
    border-radius: 6px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#order-notes-input::placeholder {
    font-size: 0.75rem;
    line-height: 1.5;
}

.mcv-order-notes-field,
.mcv-discount-field {
    position: relative;
    border: 1px solid #d1d5db;
    border-radius: 0;
    padding: 1.25rem 1rem 1rem;
    transition: border-color 0.2s ease;
}

.mcv-order-notes-field:focus-within,
.mcv-discount-field:focus-within {
    border-color: #000;
}

.mcv-order-notes-field label,
.mcv-discount-field label {
    position: absolute;
    top: -0.45rem;
    right: 1rem;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4b5563;
    background-color: #fff;
}

/* Map picker */
.mcv-map-picker {
    position: relative;
    margin: 0 auto 0.75rem;
    max-width: 280px;
    width: 100%;
}

#snappbox-map-section {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.mcv-map-picker .mcv-map-canvas,
.mcv-map-picker #osm-map {
    height: 260px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#openMapBtn,
#edit_openMapBtn,
.mcv-open-map-btn {
    background-color: #06277E !important;
    color: #fff !important;
    border: none !important;
}

#openMapBtn:hover,
#edit_openMapBtn:hover,
.mcv-open-map-btn:hover {
    background-color: #041f63 !important;
}

.mcv-map-pin-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
    color: #ef4444;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.mcv-center-pin-btn,
#mapWrapper #center-pin,
#edit_mapWrapper #center-pin,
#addressModal #center-pin,
#editAddressModal #center-pin,
.mcv-map-picker #center-pin,
#snappbox-map-section #center-pin {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 3;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    border: none !important;
    border-radius: 0.5rem !important;
    background: #ef4444 !important;
    background-color: #ef4444 !important;
    background-image: none !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 600;
    line-height: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.mcv-center-pin-btn:hover,
#mapWrapper #center-pin:hover,
#edit_mapWrapper #center-pin:hover,
#addressModal #center-pin:hover,
#editAddressModal #center-pin:hover,
.mcv-map-picker #center-pin:hover,
#snappbox-map-section #center-pin:hover {
    background: #dc2626 !important;
    background-color: #dc2626 !important;
    background-image: none !important;
}

.mcv-map-pin-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.mcv-map-pin-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.mcv-center-pin-btn::before,
.mcv-center-pin-btn::after,
#mapWrapper #center-pin::before,
#mapWrapper #center-pin::after,
#edit_mapWrapper #center-pin::before,
#edit_mapWrapper #center-pin::after,
#editAddressModal #center-pin::before,
#editAddressModal #center-pin::after,
.mcv-map-picker #center-pin::before,
.mcv-map-picker #center-pin::after,
#snappbox-map-section #center-pin::before,
#snappbox-map-section #center-pin::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

/* Modals – always bottom sheet inside checkout frame */
.mcv-modal.flex {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

.mcv-modal-content {
    max-width: var(--mcv-checkout-max-width);
}

/* Desktop: centered mobile frame */
@media (min-width: 768px) {
    body.mcv-checkout-active {
        overflow: hidden;
        background: #f3f4f6;
    }

    body.mcv-checkout-active .mcv-checkout-wrapper {
        width: 100%;
        max-width: var(--mcv-checkout-max-width);
        min-height: 100vh;
        min-height: 100dvh;
        padding: 0 !important;
        margin: 0 auto;
        align-items: stretch;
    }

    body.mcv-checkout-active .mcv-checkout-wrapper > .mcv-page {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: var(--mcv-checkout-max-width);
        height: 100vh;
        height: 100dvh;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    body.mcv-checkout-active .mcv-page-header,
    body.mcv-checkout-active .mcv-page-footer {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-width: var(--mcv-checkout-max-width);
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
    }

    body.mcv-checkout-active .mcv-page-inner {
        max-width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.mcv-checkout-active .mcv-modal-content {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-width: var(--mcv-checkout-max-width);
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
    }

    .mcv-checkout-wrapper~* #main-content,
    #main-content:has(.mcv-checkout-wrapper),
    .entry-content:has(.mcv-checkout-wrapper) {
        background: transparent !important;
    }

    article:has(.mcv-checkout-wrapper),
    .wd-content-area:has(.mcv-checkout-wrapper),
    .wd-content-layout:has(.mcv-checkout-wrapper) {
        background: transparent !important;
    }
}
