/*
Theme Name: Long Wang
Author: Lê Đình Tuấn
Author URI: https://ledinhtuan.com
Description: LẨU HẤP THỦY NHIỆT HỒNG KÔNG
Version: 1.0.2
Text Domain: long-wang
*/

  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-full {
    top: 100%;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-1\.5 {
    right: calc(var(--spacing) * 1.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1200\] {
    z-index: 1200;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --longwang-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--longwang-translate-x, 0) var(--longwang-translate-y, 0);
  }
  .-translate-y-1\/2 {
    --longwang-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--longwang-translate-x, 0) var(--longwang-translate-y, 0);
  }
  .transform {
    transform: translateZ(0);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      margin-block-end: calc(var(--spacing) * 2);
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      margin-block-end: calc(var(--spacing) * 4);
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: solid;
    border-width: 1px;
  }
  .border-t {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: solid;
    border-bottom-width: 0px;
  }
  .border-\[\#d6dce5\] {
    border-color: #d6dce5;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/35 {
    border-color: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 35%, transparent);
    }
  }
  .border-white\/70 {
    border-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .border-white\/90 {
    border-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-\[\#1f9d59\] {
    background-color: #1f9d59;
  }
  .bg-\[\#002F68B3\] {
    background-color: #002F68B3;
  }
  .bg-\[\#002F68\] {
    background-color: #002F68;
  }
  .bg-\[\#FF7900\] {
    background-color: #FF7900;
  }
  .bg-\[\#FFF7EA\] {
    background-color: #FFF7EA;
  }
  .bg-\[\#d7dde7\] {
    background-color: #d7dde7;
  }
  .bg-\[rgba\(0\,26\,58\,0\.96\)\] {
    background-color: rgba(0,26,58,0.96);
  }
  .bg-black\/25 {
    background-color: color-mix(in srgb, #000 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
  }
  .bg-black\/55 {
    background-color: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-white\/65 {
    background-color: color-mix(in srgb, #fff 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 65%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[1\.1\] {
    line-height: 1.1;
  }
  .leading-\[1\.3\] {
    line-height: 1.3;
  }
  .leading-\[1\.5\] {
    line-height: 1.5;
  }
  .leading-none {
    line-height: 1;
  }
  .leading-tight {
    line-height: var(--leading-tight);
  }
  .font-medium {
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#5d6f88\] {
    color: #5d6f88;
  }
  .text-\[\#7d8898\] {
    color: #7d8898;
  }
  .text-\[\#566b86\] {
    color: #566b86;
  }
  .text-\[\#17345b\] {
    color: #17345b;
  }
  .text-\[\#102541\] {
    color: #102541;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/65 {
    color: color-mix(in srgb, #fff 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 65%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  }
  .shadow\! {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  }
  .shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  }
  .shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  }
  .outline {
    outline-style: solid;
    outline-width: 1px;
  }
  .blur {
    filter: blur(8px);
  }
  .backdrop-blur-sm {
    -webkit-backdrop-filter: blur(var(--blur-sm));

    backdrop-filter: blur(var(--blur-sm));
  }
  .backdrop-filter {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--default-transition-timing-function);
    transition-duration: var(--default-transition-duration);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--default-transition-timing-function);
    transition-duration: var(--default-transition-duration);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
    transition-timing-function: var(--default-transition-timing-function);
    transition-duration: var(--default-transition-duration);
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--default-transition-timing-function);
    transition-duration: var(--default-transition-duration);
  }
  .duration-200 {
    transition-duration: 200ms;
  }
  .duration-300 {
    transition-duration: 300ms;
  }
  .hover\:border-\[\#2f5b95\] {
    &:hover {
      @media (hover: hover) {
        border-color: #2f5b95;
      }
    }
  }
  .hover\:bg-\[\#e66d00\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e66d00;
      }
    }
  }
  .hover\:bg-\[\#f0f4fa\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f0f4fa;
      }
    }
  }
  .hover\:bg-black\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#002F68\] {
    &:hover {
      @media (hover: hover) {
        color: #002F68;
      }
    }
  }
  .hover\:text-\[\#FF7900\] {
    &:hover {
      @media (hover: hover) {
        color: #FF7900;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[165px\] {
    @media (width >= 48rem) {
      width: 165px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:border-0 {
    @media (width >= 48rem) {
      border-style: solid;
      border-width: 0px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:pt-3 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 64rem) {
      grid-row-start: 2;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:contents {
    @media (width >= 64rem) {
      display: contents;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-\[90px\] {
    @media (width >= 64rem) {
      height: 90px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[220px\] {
    @media (width >= 64rem) {
      width: 220px;
    }
  }
  .lg\:-translate-x-\[-50\%\] {
    @media (width >= 64rem) {
      --longwang-translate-x: calc(-50% * -1);
      translate: var(--longwang-translate-x, 0) var(--longwang-translate-y, 0);
    }
  }
  .lg\:grid-cols-\[220px_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 220px minmax(0,1fr);
    }
  }
  .lg\:grid-rows-\[30px_auto\] {
    @media (width >= 64rem) {
      grid-template-rows: 30px auto;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-y-0 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:justify-self-end {
    @media (width >= 64rem) {
      justify-self: flex-end;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:border-t-0 {
    @media (width >= 64rem) {
      border-top-style: solid;
      border-top-width: 0px;
    }
  }
  .lg\:border-b-\[0\.4px\] {
    @media (width >= 64rem) {
      border-bottom-style: solid;
      border-bottom-width: 0.4px;
    }
  }
  .lg\:border-white\/90 {
    @media (width >= 64rem) {
      border-color: color-mix(in srgb, #fff 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-2 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-\[6px\] {
    @media (width >= 64rem) {
      padding-block: 6px;
    }
  }
  .lg\:pb-1 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }

@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Thin.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Xlight.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy XBold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Thin Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Xlight Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Light Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Medium Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy SemiBold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy XBold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SVN-Gilroy";
  src: url("assets/Fonts/SVN-Gilroy Black Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang VIP-MOLLIE-GLASTON";
  src: url("assets/Fonts/VIP-MOLLIE-GLASTON.TTF") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "UTM Americana";
  src: url("assets/Fonts/UTM-Americana.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "UTM Americana";
  src: url("assets/Fonts/UTM-AmericanaB.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "UTM Americana";
  src: url("assets/Fonts/UTM-AmericanaItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Aphrodite Pro";
  src: url("assets/Fonts/Aphrodite-Pro.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Aphrodite-Pro";
  src: url("assets/Fonts/Aphrodite-Pro.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang SP Style";
  src: url("assets/Fonts/Aphrodite-Pro.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Long Wang Sapa";
  src: url("assets/Fonts/VIP-MOLLIE-GLASTON.TTF") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --longwang-body-bg: #f7f3ec;
  --longwang-body-text: #2f251c;
  --longwang-green: #005841;
  --longwang-gold: #BD8D4B;
  --longwang-cream: #FFEED6;
  --longwang-modal-gold: #B47F2B;
  --longwang-modal-detail-gradient: linear-gradient(180deg, #B47F2B -47.92%, #FFFFFF 492.71%);
  --longwang-modal-text: #363636;
  --longwang-modal-green-gradient: linear-gradient(180deg, #00694D 0%, #123F34 100%);
  --longwang-font-base: "Long Wang SVN-Gilroy", "Segoe UI", Tahoma, sans-serif;
  --longwang-font-display: "Long Wang VIP-MOLLIE-GLASTON", "Long Wang SVN-Gilroy", "Segoe UI", Tahoma, sans-serif;
}
body {
  margin: 0;
  /* background: var(--longwang-body-bg); */
  background: #fff6e9;
  color: var(--longwang-body-text);
  font-family: var(--longwang-font-base);
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, button, input, select, textarea {
  font-family: var(--longwang-font-base);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.longwang-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: 100px;
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-bottom: 0 !important;
  transition: background-color 250ms ease, box-shadow 250ms ease, backdrop-filter 250ms ease;
}
.longwang-header.is-scrolled {
  background-color: rgba(0, 88, 65, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 12px 32px rgba(0, 44, 32, 0.2);
  backdrop-filter: blur(10px);
}
.longwang-header-inner {
  position: relative;
  width: min(1320px, calc(100% - 100px));
  min-height: 120px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 285px);
  border-bottom: 0.4px solid #ffffff;
  transition: all 0.25s;
}
.longwang-header-logo {
  flex: 0 1 363px;
  min-width: 0;
}
.longwang-header-logo-mark {
  width: min(363px, 28vw);
  height: 64.38px;
  display: flex;
  align-items: flex-end;
}
.longwang-header-logo-link,
.longwang-header-logo-picture,
.longwang-header-logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.longwang-header-logo-link {
  transition: filter 220ms ease, transform 220ms ease;
}
.longwang-header-logo-link:hover,
.longwang-header-logo-link:focus-visible {
  filter: brightness(1.4);
  transform: translateY(-3px);
  outline: 0;
}
.longwang-header-logo-img {
  max-height: 64px;
  object-fit: contain;
  object-position: left bottom;
}
.longwang-header-actions {
  width: min(672px, 100%);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  flex: 0 0 auto;
  transition: all 0.5s;
}
.longwang-header-selector {
  width: 147px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 0.4px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  transition: all 0.5s;
}
.longwang-header.is-scrolled .longwang-header-inner {
  min-height: 100px;
  border-bottom-color: #ffffff00;
  transition: all 0.5s;
}
.longwang-header.is-scrolled .longwang-header-actions {
  gap: 12px;
  transition: all 0.5s;
}
.longwang-header.is-scrolled .longwang-header-selector {
  padding-bottom: 8px;
  border-bottom-color: #ffffff;
  transition: all 0.5s;
}
.longwang-header-selector:hover,
.longwang-header-selector:focus-visible {
  color: var(--longwang-cream);
  border-bottom-color: var(--longwang-cream);
  outline: 0;
}
.longwang-header-selector:focus-visible {
  box-shadow: 0 3px 0 rgba(255, 238, 214, 0.28);
}
.longwang-header-selector > [data-longwang-selected-branch-label] {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.longwang-header-selector-separator {
  display: block;
  width: 0.6px;
  height: 10px;
  background: rgba(255, 255, 255, 0.88);
  flex: 0 0 auto;
}
.longwang-header-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--longwang-gold);
  font-weight: 500;
}
.longwang-header-lang-flag {
  display: block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  flex: 0 0 auto;
  object-fit: cover;
  overflow: hidden;
  margin-top: -3px;
}
.longwang-header-lang-flag:not(img) {
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: visible;
}
.longwang-header-nav-row {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.longwang-display-font {
  font-family: var(--longwang-font-display);
  letter-spacing: 0.02em;
}
.longwang-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 200ms ease;
}
.longwang-social-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.longwang-social-link:hover, .longwang-social-link:focus-visible {
  transform: scale(1.05);
}
.site-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0;
}
.longwang-header {
  font-weight: 400;
}
.longwang-header-menu, .longwang-header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.longwang-header-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 32px;
  min-width: max-content;
}
.longwang-header-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: color 200ms ease, background-color 200ms ease, letter-spacing 220ms ease, transform 220ms ease;
}
.longwang-header-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  position: relative;
  gap: 0;
  letter-spacing: 0;
  line-height: 1;
}
.longwang-header-menu > li > a::before {
  content: "";
  width: 0;
  height: 20px;
  margin-right: 0;
  background-color: currentColor;
  -webkit-mask-image: url("./assets/images/longwang-icon.svg");
  mask-image: url("./assets/images/longwang-icon.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex: 0 0 auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85);
  transition: width 240ms ease, margin-right 240ms ease, opacity 220ms ease, transform 240ms ease, background-color 200ms ease;
}
.longwang-header-menu > li > a:hover::before, .longwang-header-menu > li > a.longwang-menu-active::before, .longwang-header-menu > li > a:focus-visible::before {
  width: 20px;
  margin-right: 6px;
  margin-top: -6px;
  background-color: #F8DF7C;
  opacity: 1;
  transform: scale(1);
}
.longwang-header-menu > li > a:hover, .longwang-header-menu > li > a.longwang-menu-active, .longwang-header-menu > li > a:focus-visible {
  color: #F8DF7C;
  letter-spacing: 0.02em;
  transform: translate(1.5px);
}
.longwang-header-menu a:hover, .longwang-header-menu .longwang-menu-active {
  color: #F8DF7C;
}
.longwang-header-menu > li.longwang-header-booking-menu-item > a {
  height: 34px;
  min-width: 94px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--longwang-gold) -47.92%, var(--longwang-cream) 492.71%);
  border-radius: 48px;
}
.longwang-header-menu > li.longwang-header-booking-menu-item > a::before {
  display: none;
}
.longwang-header-menu > li.longwang-header-booking-menu-item > a:hover,
.longwang-header-menu > li.longwang-header-booking-menu-item > a:focus-visible,
.longwang-header-menu > li.longwang-header-booking-menu-item > a.longwang-menu-active {
  color: #F8DF7C;
  background: linear-gradient(180deg, #d0a05d -47.92%, var(--longwang-gold) 492.71%);
  transform: translate(1.5px);
}
.longwang-header-menu .sub-menu {
  position: absolute;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px;
  background: rgba(0, 88, 65, 0.96);
  border: 1px solid rgba(255, 238, 214, 0.25);
  border-radius: 8px;
  display: none;
  z-index: 40;
}
.longwang-header-menu li {
  position: relative;
}
.longwang-header-menu li:hover > .sub-menu, .longwang-header-menu li:focus-within > .sub-menu {
  display: block;
}
.longwang-header-menu .sub-menu a {
  display: block;
  padding: 8px;
  font-size: 14px;
}
.longwang-header-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.longwang-header-menu-wrap::-webkit-scrollbar {
  display: none;
}
.longwang-header-menu-scroll {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 238, 214, 0.82);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 88, 65, 0.72);
  box-shadow: 0 8px 18px rgba(0, 44, 32, 0.2);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.longwang-header-menu-scroll--left {
  left: -6px;
}
.longwang-header-menu-scroll--right {
  right: -6px;
}
@media (min-width: 1024px) {
  .longwang-header-menu-wrap .longwang-header-menu {
    justify-content: flex-end;
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .longwang-header {
    min-height: 100px;
  }
  .longwang-header-inner {
    width: min(1320px, calc(100% - 40px));
  }
  .longwang-header-inner {
    min-height: 120px;
    gap: 28px;
  }
  .longwang-header-logo {
    flex-basis: 220px;
  }
  .longwang-header-logo-mark {
    width: 220px;
    height: auto;
  }
  .longwang-header-actions {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .longwang-header-menu-wrap {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .longwang-header-menu {
    gap: 22px;
  }
  .longwang-header-menu a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .longwang-header {
    min-height: 100px;
    background-color: transparent;
  }
  .longwang-header-inner {
    width: 100%;
    min-height: 120px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 5px 14px;
    padding: 10px 16px 12px;
  }
  .longwang-header-logo {
    grid-column: 1;
    grid-row: 1;
    flex-basis: auto;
  }
  .longwang-header-logo-mark {
    width: min(150px, 38vw);
    height: auto;
  }
  .longwang-header-logo-img {
    max-height: 50px;
  }
  .longwang-header-actions {
    display: contents;
  }
  .longwang-header-selector {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 147px;
    max-width: 100%;
    min-height: 22px;
    font-size: 15px;
  }
  .longwang-header-nav-row {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }
  .longwang-header-menu-wrap {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 4px 2px;
  }
  .longwang-header-menu {
    gap: 18px;
  }
  .longwang-header-menu > li.longwang-header-booking-menu-item {
    order: -1;
  }
  .longwang-header-menu a {
    font-size: 14px;
    line-height: 16px;
  }
  .longwang-header-menu > li.longwang-header-booking-menu-item > a {
    min-width: 82px;
    padding-inline: 14px;
  }
  .longwang-header-menu .sub-menu {
    margin-top: 6px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .longwang-header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  body.admin-bar .longwang-header {
    top: 32px;
  }
}
body.longwang-modal-open {
  overflow: hidden;
}
.longwang-is-hidden {
  display: none !important;
}
.longwang-header-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
}
.longwang-header-modal:not(.longwang-is-hidden) {
  display: flex;
}
.longwang-header-modal-panel {
  position: relative;
  width: min(650px, 100%);
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 28px 30px 26px;
  border: 1px solid rgba(189, 141, 75, 0.34);
  border-radius: 18px;
  color: var(--longwang-modal-text);
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 44, 32, 0.32), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
}
.longwang-header-modal-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 88, 65, 0), #005841 24%, #bd8d4b 50%, #005841 76%, rgba(0, 88, 65, 0));
  pointer-events: none;
}
.longwang-header-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 88, 65, 0.12);
}
.longwang-header-modal-title {
  margin: 0;
  color: var(--longwang-modal-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}
.longwang-header-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(180, 127, 43, 0.34);
  border-radius: 99px;
  color: var(--longwang-modal-text);
  background: rgba(255, 238, 214, 0.36);
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 200ms ease;
  cursor: pointer;
}
.longwang-header-modal-close:hover,
.longwang-header-modal-close:focus-visible {
  color: #ffffff;
  background: var(--longwang-modal-detail-gradient);
  border-color: rgba(180, 127, 43, 0.58);
  transform: translateY(-1px);
  outline: 0;
}
.longwang-header-modal-close [data-lucide],
.longwang-header-menu-scroll [data-lucide] {
  width: 18px;
  height: 18px;
}
.longwang-header-modal-content {
  display: grid;
  gap: 26px;
}
.longwang-header-modal-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--longwang-modal-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.longwang-header-modal-heading::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--longwang-modal-green-gradient);
}
.longwang-header-modal-grid {
  display: grid;
  gap: 10px;
}
.longwang-header-modal-grid--branches {
  max-height: min(46vh, 390px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: auto;
  padding: 2px 4px 2px 2px;
}
.longwang-header-modal-grid--languages {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.longwang-branch-item,
.longwang-lang-item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(180, 127, 43, 0.22);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--longwang-modal-text);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset, 0 8px 22px rgba(78, 55, 19, 0.04);
  text-align: left;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease, opacity 200ms ease, transform 200ms ease;
}
.longwang-branch-item {
  min-height: auto;
}
.longwang-lang-item {
  min-height: 60px;
  justify-content: space-between;
}
.longwang-option-selectable {
  cursor: pointer;
}
.longwang-option-disabled {
  cursor: not-allowed;
}
.longwang-option-muted {
  opacity: 0.55;
}
.longwang-branch-item:hover,
.longwang-lang-item:hover,
.longwang-branch-item:focus-visible,
.longwang-lang-item:focus-visible {
  border-color: rgba(0, 105, 77, 0.42);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 88, 65, 0.12), 0 0 0 1px rgba(189, 141, 75, 0.08) inset;
  transform: translateY(-1px);
  outline: 0;
}
.longwang-branch-item.is-selected, .longwang-lang-item.is-selected {
  border-color: rgba(0, 88, 65, 0.52);
  background: linear-gradient(180deg, rgba(255, 238, 214, 0.58), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 30px rgba(0, 88, 65, 0.13), 0 0 0 1px rgba(189, 141, 75, 0.12) inset;
}
.longwang-branch-item.is-selected .longwang-item-check, .longwang-lang-item.is-selected .longwang-item-check {
  opacity: 1;
}
.longwang-branch-item.is-selected .longwang-lang-option-country, .longwang-lang-item.is-selected .longwang-lang-option-country {
  color: var(--longwang-modal-text);
}
.longwang-item-check {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--longwang-modal-green-gradient);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.longwang-item-check [data-lucide],
.longwang-option-pause [data-lucide] {
  width: 14px;
  height: 14px;
}
.longwang-option-pause {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #7d8898;
  background: #d7dde7;
}
.longwang-option-text,
.longwang-lang-option-text {
  display: block;
  min-width: 0;
}
.longwang-branch-label,
.longwang-lang-option-label {
  display: block;
  color: var(--longwang-modal-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.longwang-lang-option-country {
  display: block;
  margin-top: 2px;
  color: var(--longwang-modal-text);
  font-size: 14px;
  line-height: 1.35;
}
.longwang-lang-option-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.longwang-lang-option-flag {
  width: 28px;
  height: 18px;
  border: 1px solid rgba(0, 88, 65, 0.12);
  border-radius: 2px;
  flex: 0 0 auto;
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(0, 44, 32, 0.08);
}
.longwang-lang-option-emoji {
  font-size: 18px;
  line-height: 1;
}
.longwang-branch-item[data-branch-status="coming_soon"] {
  opacity: 1;
}
.longwang-branch-item[data-branch-status="coming_soon"] .longwang-item-check {
  display: none;
}
.longwang-branch-item[data-branch-status="paused"] {
  background: rgba(0, 88, 65, 0.06);
}
.longwang-branch-status-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  color: #ffffff;
  background: var(--longwang-modal-detail-gradient);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .longwang-header-modal-panel {
    width: min(630px, 100%);
  }
  .longwang-header-modal-grid--branches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.longwang-modal-empty {
  margin: 0;
  color: var(--longwang-modal-text);
  font-size: 14px;
}
.longwang-header-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 88, 65, 0.1);
}
.longwang-header-modal-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 10px 22px;
  color: #ffffff;
  background: var(--longwang-modal-detail-gradient);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 200ms ease, filter 200ms ease, transform 200ms ease;
}
.longwang-header-modal-apply:hover,
.longwang-header-modal-apply:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-1px);
  outline: 0;
}
@media (max-width: 767px) {
  .longwang-header-modal-panel {
    padding: 26px 18px 20px;
  }
  .longwang-header-modal-title {
    font-size: 21px;
  }
  .longwang-header-modal-grid--branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.longwang-footer-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform 200ms ease;
}
.longwang-footer-dot-icon {
  width: 12px;
  height: auto;
  display: block;
}
.longwang-footer-dot.is-active {
  transform: scale(1.04);
}
.longwang-footer-frame-image {
  width: min(500px, 95%);
  height: auto;
  pointer-events: none;
  z-index: -1 !important;
}
