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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.collapse {
  visibility: collapse !important;
}

.\!static {
  position: static !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  inset: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 0.25rem !important;
}

.left-5 {
  left: 1.25rem !important;
}

.left-\[8px\] {
  left: 8px !important;
}

.right-1 {
  right: 0.25rem !important;
}

.right-\[8px\] {
  right: 8px !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-\[55px\] {
  top: 55px !important;
}

.top-\[8px\] {
  top: 8px !important;
}

.top-\[calc\(100\%\+4px\)\] {
  top: calc(100% + 4px) !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-\[100001\] {
  z-index: 100001 !important;
}

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

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-\[0-9a-f\] {
  margin: 0-9a-f !important;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem !important;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-0\.5 {
  margin-left: 0.125rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-\[4px\] {
  margin-left: 4px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

.mt-\[60px\] {
  margin-top: 60px !important;
}

.mt-\[6px\] {
  margin-top: 6px !important;
}

.mt-\[8px\] {
  margin-top: 8px !important;
}

.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.grid {
  display: grid !important;
}

.\!contents {
  display: contents !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.aspect-\[400\/300\] {
  aspect-ratio: 400/300 !important;
}

.size-1 {
  width: 0.25rem !important;
  height: 0.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-\[0-9a-z\] {
  height: 0-9a-z !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-\[51px\] {
  height: 51px !important;
}

.h-auto {
  height: auto !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-80 {
  min-height: 20rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-\[112px\] {
  width: 112px !important;
}

.w-\[120px\] {
  width: 120px !important;
}

.w-\[1px\] {
  width: 1px !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-\[260px\] {
  width: 260px !important;
}

.w-\[51px\] {
  width: 51px !important;
}

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

.min-w-0 {
  min-width: 0px !important;
}

.max-w-\[440px\] {
  max-width: 440px !important;
}

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

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

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

.shrink {
  flex-shrink: 1 !important;
}

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

.grow {
  flex-grow: 1 !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

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

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

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

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

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

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

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

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

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

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-\[12px\] {
  gap: 12px !important;
}

.gap-\[16px\] {
  gap: 16px !important;
}

.gap-\[24px\] {
  gap: 24px !important;
}

.gap-\[4px\] {
  gap: 4px !important;
}

.gap-\[6px\] {
  gap: 6px !important;
}

.gap-\[8px\] {
  gap: 8px !important;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.gap-y-\[10px\] {
  row-gap: 10px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.text-ellipsis {
  text-overflow: ellipsis !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-\[1000px\] {
  border-radius: 1000px !important;
}

.rounded-\[100px\] {
  border-radius: 100px !important;
}

.rounded-\[12px\] {
  border-radius: 12px !important;
}

.rounded-\[16px\] {
  border-radius: 16px !important;
}

.rounded-\[4px\] {
  border-radius: 4px !important;
}

.rounded-\[8px\] {
  border-radius: 8px !important;
}

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

.border {
  border-width: 1px !important;
}

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

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

.border-4 {
  border-width: 4px !important;
}

.border-none {
  border-style: none !important;
}

.\!border-\[\#f8b62d\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#262626\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#eee\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#f8b62d\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
}

.\!bg-\[\#f8b62d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#f8b62d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}

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

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

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

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-\[0-9a-zA-Z_\] {
  padding: 0-9a-zA-Z !important;
}

.p-\[0-9a-z\] {
  padding: 0-9a-z !important;
}

.p-\[10px\] {
  padding: 10px !important;
}

.p-\[16px\] {
  padding: 16px !important;
}

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

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

.px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-\[40px\] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

.py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

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

.ps-0 {
  padding-inline-start: 0px !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

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

.pt-\[60px\] {
  padding-top: 60px !important;
}

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

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

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

.font-\[\\\'Jost\\\'\2c sans-serif\] {
  font-family: \'Jost\',sans-serif !important;
}

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

.text-\[12px\] {
  font-size: 12px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[18px\] {
  font-size: 18px !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

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

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

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

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

.\!font-medium {
  font-weight: 500 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.\!leading-\[26px\] {
  line-height: 26px !important;
}

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

.leading-\[0\] {
  line-height: 0 !important;
}

.leading-\[16px\] {
  line-height: 16px !important;
}

.leading-\[20px\] {
  line-height: 20px !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.leading-\[28px\] {
  line-height: 28px !important;
}

.leading-\[29px\] {
  line-height: 29px !important;
}

.leading-\[normal\] {
  line-height: normal !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

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

.text-\[\#262626\] {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#505050\] {
  --tw-text-opacity: 1 !important;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#f33939\] {
  --tw-text-opacity: 1 !important;
  color: rgb(243 57 57 / var(--tw-text-opacity, 1)) !important;
}

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

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

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

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

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

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

.line-through {
  text-decoration-line: line-through !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-\[0_20px_48px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 20px 48px rgba(0,0,0,0.22) !important;
  --tw-shadow-colored: 0 20px 48px 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-\[0px_2px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12) !important;
  --tw-shadow-colored: 0px 2px 2px 0px 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-\[0px_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15) !important;
  --tw-shadow-colored: 0px 2px 4px 0px 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-\[0px_4px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12) !important;
  --tw-shadow-colored: 0px 4px 12px 0px 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-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1) !important;
  --tw-shadow-colored: 0px 4px 8px 0px 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;
}

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

.outline {
  outline-style: solid !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

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

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

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

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

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

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

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

.\[a-fA-F0-9\:\\\\\.\\\\\/\] {
  a-f-a--f0-9: \\.\\/ !important;
}

.\[a-zA-Z0-9\:\/-\] {
  a-z-a--z0-9: /- !important;
}

.\[a-zA-Z0-9\:\/_-\] {
  a-z-a--z0-9: / - !important;
}

.\[a-zA-Z0-9\:\\\\\/_-\] {
  a-z-a--z0-9: \\/ - !important;
}

.\[a-zA-Z0-9\:_-\] {
  a-z-a--z0-9: - !important;
}

.\[a-zA-Z0-9\:_\/-\] {
  a-z-a--z0-9: /- !important;
}

.\[user\:pass\@\] {
  user: pass@ !important;
}

/* Modal 顯示/隱藏機制（視覺樣式由 Tailwind 處理）*/

.invalid-link-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.invalid-link-modal[aria-hidden="false"] {
  display: flex;
  animation: invalid-modal-fade 200ms ease forwards;
}

@keyframes invalid-modal-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.property-title {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 1 0%;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
}

/* 價格區域 - flex gap-4px，對齊底部 */

.property-price {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  gap: 0.25rem;
  white-space: nowrap;
  line-height: 0;
}

.property-price .price-value {
  font-size: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(243 57 57 / var(--tw-text-opacity, 1));
  font-family: "Jost", sans-serif;
  line-height: normal;
}

.property-price .price-unit {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  font-family: "Noto Sans TC", sans-serif;
}

/* 資訊區域 - flex-col gap-12px */

.property-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  aside .tab-content .property-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.property-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
}

/* 詳細規格 - flex gap-8px，用分隔線 */

.property-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}

.property-specs span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
}

.property-specs span:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
  margin-right: 8px;
  vertical-align: middle;
}

/* 標籤樣式 - 在內容區底部 */

.property-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}

.property-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: "Noto Sans TC", sans-serif;
}

/* 響應式調整 */

/* 1024px 以下：調整尺寸 */

@media (max-width: 1023px) {
  .property-image {
    width: 240px;
  }

  .property-content {
    padding: 20px;
  }

  .property-title {
    font-size: 20px;
  }

  .property-price .price-value {
    font-size: 28px;
  }

  .property-price .price-unit {
    font-size: 18px;
    line-height: 36px;
  }

  .property-address,
  .property-specs span {
    font-size: 16px;
  }

  .property-tag {
    font-size: 14px;
  }
}

/* 768px 以下：改為垂直佈局 */

@media (max-width: 767px) {
  .property-card {
    flex-direction: column;
  }

  @media (min-width: 1024px) {
    aside .tab-content .property-card {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
  }

  .property-image {
    width: 100%;
    padding: 6px 6px 0 6px;
  }

  .property-image img {
    aspect-ratio: 16 / 9;
  }

  .property-content {
    padding: 16px;
  }

  .property-title {
    font-size: 18px;
  }

  .property-price .price-value {
    font-size: 24px;
  }

  .property-price .price-unit {
    font-size: 16px;
    line-height: 32px;
  }

  .property-address,
  .property-specs span {
    font-size: 14px;
  }

  .property-specs span:not(:first-child)::before {
    height: 16px;
  }

  .property-tag {
    font-size: 12px;
    padding: 3px 6px;
  }
}

/* ========================================
   側邊欄推薦物件卡片樣式
   ======================================== */

/* 桌面版：側邊欄垂直排列 - 與主列表相同樣式但尺寸較小 */

@media (min-width: 1024px) {
  aside .tab-content .flex-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  aside .list_item {
    width: 100% !important;
  }

  /* 側邊欄卡片使用較小的尺寸 */

  aside .property-image {
    width: 160px;
    padding: 4px;
  }

  aside .property-content {
    padding: 16px;
  }

  aside .property-content-top {
    gap: 8px;
  }

  aside .property-header {
    gap: 8px;
  }

  aside .property-title {
    font-size: 16px;
  }

  aside .property-price .price-value {
    font-size: 22px;
  }

  aside .property-price .price-unit {
    font-size: 16px;
    line-height: 32px;
  }

  aside .property-info {
    gap: 8px;
  }

  aside .property-address,
  aside .property-specs span {
    font-size: 14px;
  }

  aside .property-specs span:not(:first-child)::before {
    height: 16px;
  }

  aside .property-tag {
    font-size: 12px;
    padding: 3px 6px;
  }
}

/* 手機/平板版：底部區域網格排列 */

@media (max-width: 1023px) {
  /* 576px 以上：2列 */

  @media (min-width: 576px) {
    .tab-content-mobile .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* 992px 以上：3列 */

  @media (min-width: 992px) {
    .tab-content-mobile .grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* 576px 以下：1列 */

  @media (max-width: 575px) {
    .tab-content-mobile .grid {
      grid-template-columns: 1fr;
    }
  }
}

/* 標籤滾動條隱藏 */

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ========================================
   其他組件樣式
   ======================================== */

.tab-btn,
.tab-btn-mobile {
  cursor: pointer;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Noto Sans TC", sans-serif;
}

.tab-btn.active,
.tab-btn-mobile.active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tab-content {
  display: none;
}

.select_option.tab-content {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(.tab-content) {
  visibility: visible;
  opacity: 1;
}

.tab-content.active {
  display: block;
}

.tab-content-mobile {
  display: none;
}

.select_option.tab-content-mobile {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(.tab-content-mobile) {
  visibility: visible;
  opacity: 1;
}

.tab-content-mobile.active {
  display: block;
}

/* Custom checkbox styles */

.custom-checkbox input:checked + .checkmark {
  --tw-border-opacity: 1;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1));
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.select_option.custom-checkbox .checkmark:after {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(.custom-checkbox .checkmark):after {
  visibility: visible;
  opacity: 1;
}

.custom-checkbox input:checked + .checkmark:after {
  display: block;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Custom input styles */

.search_input_keyword {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 61px;
}

.search_input_keyword:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Search select button styles */

.search_select {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: left;
  height: 61px;
}

.search_select:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.search_select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #f8b62d;
}

/* 無結果訊息樣式 */

.no-results-message {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px 20px;
  border: none;
  list-style: none;
}

.no-results-content {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.no-results-icon {
  margin-bottom: 1.25rem;
}

.no-results-icon .material-symbols-outlined {
  font-size: 72px;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.no-results-text h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.no-results-text p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

/* ========================================
   排序選單樣式
   ======================================== */

#sortToggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}

#sortToggle:hover {
  --tw-text-opacity: 1;
  color: rgb(248 182 45 / var(--tw-text-opacity, 1));
}

#sortToggle:hover iconify-icon,
#sortToggle:hover #sortLabel {
  --tw-text-opacity: 1;
  color: rgb(248 182 45 / var(--tw-text-opacity, 1));
}

/* ========================================
搜尋列元素基礎樣式
======================================== */

.search_bar .search_select {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

@media (min-width: 567px) {
  .search_bar .search_select {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .search_bar .search_select {
    height: 48px;
  }
}

@media (min-width: 992px) {
  .search_bar .search_select {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.search_bar .search_select::after {
  flex-shrink: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #262626 transparent transparent transparent;
  transition: transform 0.25s ease;
}

.search_bar .search_select.is-open::after {
  transform: rotate(180deg);
}

.search_keyword_wrap .search_input_keyword {
  height: 48px;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  font-size: 14px;
}

@media (min-width: 992px) {
  .search_keyword_wrap .search_input_keyword {
    font-size: 16px;
  }
}

.search_keyword_wrap .search_input_keyword::-moz-placeholder {
  color: #9a9a9a;
}

.search_keyword_wrap .search_input_keyword::placeholder {
  color: #9a9a9a;
}

.search_filter_more_wrap .filter-toggle-btn {
  display: flex;
  height: 36px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

@media (min-width: 567px) {
  .search_filter_more_wrap .filter-toggle-btn {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .search_filter_more_wrap .filter-toggle-btn {
    height: 48px;
  }
}

.search_filter_more_wrap .filter-toggle-btn:hover {
  border-color: #ccc;
}

.search_filter_more_wrap .filter-toggle-btn.has-filters .filter-toggle-text {
  color: #f8b62d;
}

.search_filter_more_wrap .filter-toggle-btn.has-filters iconify-icon {
  color: #f8b62d !important;
}

.btn_search_main {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border: none;
}

.btn_search_main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 160 15 / var(--tw-bg-opacity, 1));
}

.btn_search_main .material-symbols-outlined {
  font-size: 24px;
}

.search_select_wrap .select_option {
  top: 52px;
}

/* ========================================
   Toolbar dropdown selected state
   ======================================== */

.search_bar .search_select_wrap .search_select_subitem button.is-selected,
.search_bar .search_select_wrap .search_select_subitem button.selected {
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 244 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 160 15 / var(--tw-text-opacity, 1)) !important;
}

.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button.is-selected,
.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button.selected {
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 244 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 160 15 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (hover: hover) {
  .search_bar
    .search_select_wrap
    .search_select_subitem:not(.clear-option)
    button.is-selected:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 251 244 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(229 160 15 / var(--tw-text-opacity, 1)) !important;
  }
}

/* 篩選按鈕 focus/active 狀態處理 - 避免行動版取消選取後仍顯示 focus 邊框 */

.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button:focus {
  outline: none !important;
}

.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button:not(.is-selected):focus,
.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button:not(.is-selected):active,
.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button:not(.is-selected):focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1)) !important;
  outline: none !important;
  box-shadow: none !important;
}

.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button.is-selected:focus,
.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button.is-selected:active,
.search_bar
  .search_select_wrap
  .search_select_subitem:not(.clear-option)
  button.is-selected:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.search_bar .search_select_wrap .search_select_subitem.clear-option {
  width: 100%;
  margin-top: 6px;
}

.search_bar .search_select_wrap .search_select_subitem.clear-option button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* ========================================
   Modal display states
   ======================================== */

.lightbox_wrap {
  display: none !important;
}

.lightbox_wrap.active {
  display: block !important;
}

.filter_Item.active .select_option {
  height: 20vh;
  overflow-y: scroll;
  display: block;
  visibility: visible;
}

@media (max-width: 768px) {
  .filter_Item.active .select_option {
    height: 35vh;
  }
}

/* ========================================
   Dropdown menu container - Figma design
   ======================================== */

.select_option.hidden {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(.hidden) {
  visibility: visible;
  opacity: 1;
}

.search_select_item {
  position: relative !important;
}

.select_option {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  padding: 16px;
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute !important;
  top: 55px !important;
  z-index: 50 !important;
  transform: none !important;
}

@media (min-width: 768px) {
  .select_option {
    width: 400px;
    left: -1px;
    right: auto;
  }

  .select_option.select_shape,
  .select_option.select_age {
    left: auto;
    right: -1px;
  }
}

.search_select_subnav {
  gap: 10px;
}

.search_select_subitem:not(.clear-option) button {
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin: 0 !important;
}

@media (hover: hover) {
  .search_select_subitem:not(.clear-option) button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(248 182 45 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(254 251 244 / var(--tw-bg-opacity, 1));
  }
}

.search_select_subitem:not(.clear-option) button.selected,
.search_select_subitem:not(.clear-option) button.is-selected {
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 244 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 160 15 / var(--tw-text-opacity, 1)) !important;
}

.search_select_subitem.clear-option {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 16px;
  width: 100%;
}

.search_select_subitem.clear-option button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  transition: color 0.2s;
}

@media (hover: hover) {
  .search_select_subitem.clear-option button:hover {
    color: #f8b62d !important;
  }
}

.search_select_item.active .select_option {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

/* ========================================
   搜尋按鈕樣式
   ======================================== */

.btn_search {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 182 45 / var(--tw-bg-opacity, 1));
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 160 15 / var(--tw-bg-opacity, 1));
}

.btn_search span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}

/* ========================================
   防止手機瀏覽器將價格數字識別為電話號碼
   ======================================== */

.search_select_subnav[data-filter="price"] .binding,
.search_select_subnav[data-filter="price"] span[data-no-detection],
.search_select_subnav[data-filter="price"] label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: auto;
  font-variant-numeric: tabular-nums;
  text-decoration: none !important;
  color: inherit !important;
}

[x-apple-data-detectors="false"],
[data-no-detection] {
  -webkit-touch-callout: none !important;
  pointer-events: auto;
  text-decoration: none !important;
  color: inherit !important;
}

/* ========================================
   價格輸入框樣式
   ======================================== */

.price-range-container {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px;
}

@media (min-width: 1024px) {
  aside .tab-content .price-range-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-field {
  width: 80px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.separator {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

/* ========================================
   更多篩選：下拉面板
   ======================================== */

#filter_lightbox {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
}

#filter_lightbox .lightbox_bg {
  display: none;
}

.select_option#filter_lightbox .lightbox_bg {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .lightbox_bg) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .lightbox_box {
  position: absolute !important;
  inset: auto !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: 800px !important;
  max-width: calc(100vw - 32px) !important;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: visible !important;
  z-index: 100 !important;
  height: auto !important;
}

#filter_lightbox .lightbox_contect {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0px;
  background: #fff !important;
}

#filter_lightbox .lightbox_main_title {
  display: none;
}

.select_option#filter_lightbox .lightbox_main_title {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .lightbox_main_title) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .lightbox_main_wrap {
  padding: 0px;
}

#filter_lightbox .information_wrap {
  height: auto;
  max-height: 60vh;
  overflow-y: auto;
  padding: 0px;
  padding-bottom: 16px !important;
}

#filter_lightbox .filter_list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

#filter_lightbox .filter_Item {
  margin: 0px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid #eee !important;
}

#filter_lightbox .filter_Item:last-child {
  border-bottom: none !important;
}

#filter_lightbox .search_select_head {
  width: 3rem;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #262626 !important;
}

#filter_lightbox .search_select_subnav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#filter_lightbox .search_select_item {
  position: relative;
  flex: 1 1 0%;
}

#filter_lightbox .search_select {
  display: none !important;
}

#filter_lightbox .select_option {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  transform: none !important;
}

#filter_lightbox .btn_wrap {
  display: none;
}

.select_option#filter_lightbox .btn_wrap {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .btn_wrap) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .custom-checkbox {
  margin: 0px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 6px 12px !important;
  border: 1px solid #eee !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #505050 !important;
  transition: all 0.2s !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

#filter_lightbox .custom-checkbox:focus {
  outline: none !important;
}

@media (hover: hover) {
  #filter_lightbox .custom-checkbox:hover {
    border-color: #f8b62d !important;
    background: #fefbf4 !important;
  }
}

#filter_lightbox .custom-checkbox:has(input:checked) {
  font-weight: 500;
  border-color: #f8b62d !important;
  background: #fefbf4 !important;
  color: #e5a00f !important;
}

/* 更多篩選 checkbox：未勾選狀態的 focus/active 樣式統一 */

#filter_lightbox .custom-checkbox:not(:has(input:checked)):focus,
#filter_lightbox .custom-checkbox:not(:has(input:checked)):active,
#filter_lightbox .custom-checkbox:not(:has(input:checked)):focus-visible {
  border-color: #eee !important;
  background: #fff !important;
  color: #505050 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* 更多篩選 checkbox：已勾選狀態的 focus/active 保持選中樣式 */

#filter_lightbox .custom-checkbox:has(input:checked):focus,
#filter_lightbox .custom-checkbox:has(input:checked):active,
#filter_lightbox .custom-checkbox:has(input:checked):focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#filter_lightbox .custom-checkbox input:checked ~ .binding {
  font-weight: 500;
  color: #e5a00f !important;
}

#filter_lightbox .custom-checkbox input {
  display: none;
}

.select_option#filter_lightbox .custom-checkbox input {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .custom-checkbox input) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .checkmark {
  display: none;
}

.select_option#filter_lightbox .checkmark {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .checkmark) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .binding {
  color: inherit !important;
}

#filter_lightbox .price-range-container {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0px;
}

#filter_lightbox .price-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px;
}

#filter_lightbox .price-field {
  width: 120px !important;
  padding: 8px 12px !important;
  border: 1px solid #eee !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: #262626 !important;
}

#filter_lightbox .price-field::-moz-placeholder {
  color: #9a9a9a !important;
}

#filter_lightbox .price-field::placeholder {
  color: #9a9a9a !important;
}

#filter_lightbox .lightbox_button_wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 1px solid #eee !important;
}

/* 手機版標題列 - 桌面版隱藏 */

#filter_lightbox .lightbox_mobile_header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

#filter_lightbox .lightbox_mobile_title {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
}

#filter_lightbox .lightbox_mobile_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #262626;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s;
}

#filter_lightbox .lightbox_mobile_close:hover {
  background: #f0f0f0;
}

#filter_lightbox .lightbox_button_wrap ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#filter_lightbox .btn_confirm_filters {
  display: none;
}

.select_option#filter_lightbox .btn_confirm_filters {
  visibility: hidden;
  opacity: 0;
}

.select_option:not(#filter_lightbox .btn_confirm_filters) {
  visibility: visible;
  opacity: 1;
}

#filter_lightbox .btn_clear_filters {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #505050 !important;
}

#filter_lightbox .btn_clear_filters:hover {
  color: #f8b62d !important;
}

#filter_lightbox .btn_clear_filters:focus,
#filter_lightbox .btn_clear_filters:active {
  color: #505050 !important;
  outline: none !important;
}

/* lightbox 關閉按鈕 focus 樣式 */

#filter_lightbox .lightbox_mobile_close:focus,
#filter_lightbox .lightbox_mobile_close:active {
  outline: none !important;
}

/* ========================================
   搜尋表單響應式佈局
   ======================================== */

.search_select_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search_select_wrap .search_select_item_keyword {
  width: 100%;
}

@media (min-width: 640px) {
  .search_select_wrap .search_select_item_keyword {
    width: 25%;
  }
}

/* ========================================
   響應式設計
   ======================================== */

/* 側邊欄寬度調整 */

@media (min-width: 1920px) {
  aside.flex-shrink-0 {
    width: 300px !important;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  aside.flex-shrink-0 {
    width: 280px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  aside.flex-shrink-0 {
    width: 260px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  aside.flex-shrink-0 {
    width: 260px !important;
  }

  .property-list-grid {
    gap: 1rem;
  }
}

/* 標籤篩選按鈕 focus/active 狀態處理 - 避免行動版取消選取後仍顯示 focus 邊框 */

.tag-filter {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.tag-filter:focus {
  outline: none !important;
}

.tag-filter:not(.is-selected):focus,
.tag-filter:not(.is-selected):active,
.tag-filter:not(.is-selected):focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.tag-filter.is-selected:focus,
.tag-filter.is-selected:active,
.tag-filter.is-selected:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* 標籤篩選區域響應式調整 */

@media (max-width: 991px) {
  .tag-filter {
    font-size: 14px;
    padding: 0.375rem 1rem;
  }
}

@media (max-width: 575px) {
  .tag-filter {
    font-size: 13px;
    padding: 0.25rem 0.75rem;
  }
}

/* 中等螢幕：更多篩選面板位置 */

@media (max-width: 1024px) and (min-width: 768px) {
  #filter_lightbox .lightbox_box {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .search_select_wrap .search_select_item {
    width: 100%;
  }

  .search_select_wrap .search_select_item_keyword {
    width: 100%;
  }

  .btn_search {
    width: 100%;
    padding: 16px 24px;
  }

  .tag-filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .tag-filter-bar {
    margin-bottom: 8px;
  }

  .no-results-message {
    min-height: 200px;
    padding: 30px 15px;
  }

  .no-results-icon .material-symbols-outlined {
    font-size: 48px;
  }

  .no-results-text h3 {
    font-size: 20px;
  }

  .no-results-text p {
    font-size: 14px;
  }
}

/* 行動裝置：更多篩選面板滿版顯示（< 768px） */

@media (max-width: 767px) {
  #filter_lightbox .lightbox_box {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  #filter_lightbox .lightbox_contect {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border-radius: 0 !important;
  }

  #filter_lightbox .lightbox_mobile_header {
    display: flex !important;
  }

  #filter_lightbox .lightbox_main_contect {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    overflow: hidden !important;
  }

  #filter_lightbox .lightbox_main_wrap {
    flex: 1 !important;
    overflow: hidden !important;
  }

  #filter_lightbox .information_wrap {
    height: 100% !important;
    max-height: none !important;
    overflow-y: auto !important;
    padding-bottom: 80px !important;
    padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
  }

  #filter_lightbox .lightbox_button_wrap {
    flex-shrink: 0 !important;
    background: #fff !important;
    border-top: 1px solid #eee !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
  }

  #filter_lightbox .filter_Item {
    flex-direction: column;
    padding: 1rem;
  }

  @media (min-width: 1024px) {
    aside .tab-content #filter_lightbox .filter_Item {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
  }

  #filter_lightbox .search_select_head {
    width: 100%;
  }
}

._page_container {
  margin-bottom: 0px !important;
}

.hover\:bg-\[\#f9f9f9\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15) !important;
  --tw-shadow-colored: 0px 4px 8px 0px 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;
}

@media not all and (min-width: 640px) {
  .max-sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .max-sm\:grid {
    display: grid !important;
  }

  .max-sm\:contents {
    display: contents !important;
  }

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

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

@media (min-width: 576px) {
  .min-\[576px\]\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .min-\[576px\]\:w-\[320px\] {
    width: 320px !important;
  }

  .min-\[576px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .min-\[576px\]\:gap-2 {
    gap: 0.5rem !important;
  }

  .min-\[576px\]\:p-\[12px\] {
    padding: 12px !important;
  }

  .min-\[576px\]\:px-\[24px\] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .min-\[576px\]\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .min-\[576px\]\:py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .min-\[576px\]\:leading-\[24px\] {
    line-height: 24px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:w-\[280px\] {
    width: 280px !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:p-\[6px\] {
    padding: 6px !important;
  }
}

@media (min-width: 992px) {
  .min-\[992px\]\:right-0 {
    right: 0px !important;
  }

  .min-\[992px\]\:mt-20 {
    margin-top: 5rem !important;
  }

  .min-\[992px\]\:flex-row {
    flex-direction: row !important;
  }

  .min-\[992px\]\:items-end {
    align-items: flex-end !important;
  }

  .min-\[992px\]\:items-center {
    align-items: center !important;
  }

  .min-\[992px\]\:gap-\[12px\] {
    gap: 12px !important;
  }

  .min-\[992px\]\:p-\[24px\] {
    padding: 24px !important;
  }

  .min-\[992px\]\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .min-\[992px\]\:pt-20 {
    padding-top: 5rem !important;
  }

  .min-\[992px\]\:text-\[16px\] {
    font-size: 16px !important;
  }

  .min-\[992px\]\:text-\[18px\] {
    font-size: 18px !important;
  }

  .min-\[992px\]\:text-\[20px\] {
    font-size: 20px !important;
  }

  .min-\[992px\]\:text-\[22px\] {
    font-size: 22px !important;
  }

  .min-\[992px\]\:text-\[32px\] {
    font-size: 32px !important;
  }

  .min-\[992px\]\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .min-\[992px\]\:leading-\[40px\] {
    line-height: 40px !important;
  }

  .min-\[992px\]\:leading-\[46px\] {
    line-height: 46px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-\[14px\] {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:contents {
    display: contents !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:w-\[148px\] {
    width: 148px !important;
  }

  .xl\:w-\[280px\] {
    width: 280px !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

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

  .xl\:max-w-\[1200px\] {
    max-width: 1200px !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:mx-\[50px\] {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-\[82px\] {
    margin-left: 82px !important;
    margin-right: 82px !important;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mt-\[96px\] {
    margin-top: 96px !important;
  }

  .\32xl\:w-\[112px\] {
    width: 112px !important;
  }
}
