.lp-auto {
  margin: 12px auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-auto {
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  .lp-auto {
    margin: 6px auto;
  }
}

.lp-auto {
  margin: 12px auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-auto {
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  .lp-auto {
    margin: 6px auto;
  }
}

.sticker-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .sticker-container {
    background: #0f172a;
    border-color: #334155;
  }
}
html[data-theme="dark"] .sticker-container {
  background: #0f172a;
  border-color: #334155;
}
html[data-theme="light"] .sticker-container {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
}

.sticker-container img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.sticker_environment {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #267d3d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (prefers-color-scheme: dark) {
  .sticker_environment {
    color: #86efac;
  }
}
html[data-theme="dark"] .sticker_environment {
  color: #86efac;
}
html[data-theme="light"] .sticker_environment {
  color: #267d3d !important;
}

body {
  background: #f3f4f6;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #0f172a;
  }
}
html[data-theme="dark"] body {
  background: #0f172a;
}

html[data-theme="light"] body {
  background: #f3f4f6 !important;
}

main.lp-auto {
  background: transparent;
}

.lp-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .lp-row {
    flex-direction: column;
    gap: 10px;
  }
}

.lp-twothird {
  width: 66.666%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .lp-twothird {
    width: 100%;
  }
}

.lp-third {
  width: 33.333%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .lp-third {
    width: 100%;
  }
}

.lp-container {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {
  .lp-container {
    background: #1a2332;
    border-color: #334155;
  }
}
html[data-theme="dark"] .lp-container {
  background: #1a2332;
  border-color: #334155;
}

html[data-theme="light"] .lp-container {
  background: #ffffff !important;
  border-color: #e5e7eb !important;
}

.lp-container h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #1f2937;
}

@media (prefers-color-scheme: dark) {
  .lp-container h2 {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .lp-container h2 {
  color: #f1f5f9;
}

html[data-theme="light"] .lp-container h2 {
  color: #1f2937 !important;
}

.lp-container hr {
  margin: 0 0 10px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

@media (prefers-color-scheme: dark) {
  .lp-container hr {
    border-color: #334155;
  }
}
html[data-theme="dark"] .lp-container hr {
  border-color: #334155;
}

html[data-theme="light"] .lp-container hr {
  border-color: #e5e7eb !important;
}

.lp-padding-16 {
  padding: 16px;
}

.lp-padding {
  padding: 10px;
}

.lp-margin-bottom {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .lp-margin-bottom {
    margin-bottom: 10px;
  }
}

.lp-margin-top {
  margin-top: 10px;
}

.lp-border-top {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}

@media (prefers-color-scheme: dark) {
  .lp-border-top {
    border-color: #334155;
  }
}
html[data-theme="dark"] .lp-border-top {
  border-color: #334155;
}

html[data-theme="light"] .lp-border-top {
  border-color: #e5e7eb !important;
}

.lp-white {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

@media (prefers-color-scheme: dark) {
  .lp-white {
    background: #1a2332 !important;
    border-color: #334155 !important;
  }
}
html[data-theme="dark"] .lp-white {
  background: #1a2332 !important;
  border-color: #334155 !important;
}

html[data-theme="light"] .lp-white {
  background: #ffffff !important;
  border-color: #e5e7eb !important;
}

h1.lp-xlarge {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.3;
  color: #1f2937;
}
@media (max-width: 600px) {
  h1.lp-xlarge {
    font-size: 18px;
  }
}

@media (prefers-color-scheme: dark) {
  h1.lp-xlarge {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] h1.lp-xlarge {
  color: #f1f5f9;
}

html[data-theme="light"] h1.lp-xlarge {
  color: #1f2937 !important;
}

.lp-bold {
  font-weight: 700;
}

.lp-large {
  font-size: 16px;
  font-weight: 600;
}

.lp-medium {
  font-size: 14px;
  font-weight: 600;
}

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

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

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

.lp-round {
  border-radius: 50%;
}

.lp-panel {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.lp-panel h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
}
.lp-panel p {
  margin-bottom: 0;
  font-size: 13px;
}
.lp-panel.lp-green {
  background: rgba(91, 168, 49, 0.05);
  border-left: 4px solid #5ba831;
  color: #5ba831;
}
.lp-panel.lp-green h3 {
  color: #5ba831;
}
.lp-panel.lp-red {
  background: rgba(197, 48, 48, 0.05);
  border-left: 4px solid #c53030;
  color: #c53030;
}
.lp-panel.lp-red h3 {
  color: #c53030;
}

@media (prefers-color-scheme: dark) {
  .lp-panel.lp-green {
    background: rgba(91, 168, 49, 0.15);
  }

  .lp-panel.lp-red {
    background: rgba(197, 48, 48, 0.15);
  }
}
html[data-theme="dark"] .lp-panel.lp-green {
  background: rgba(91, 168, 49, 0.15);
}

html[data-theme="dark"] .lp-panel.lp-red {
  background: rgba(197, 48, 48, 0.15);
}

.gallery-photos {
  position: relative;
  width: 100%;
  height: 450px;
  max-height: 450px;
  border-radius: 4px;
  overflow: hidden;
  background: #f9fafb;
}
@media (max-width: 768px) {
  .gallery-photos {
    height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 600px) {
  .gallery-photos {
    height: 280px;
    max-height: 280px;
  }
}

@media (prefers-color-scheme: dark) {
  .gallery-photos {
    background: #0f172a;
  }
}
html[data-theme="dark"] .gallery-photos {
  background: #0f172a;
}

html[data-theme="light"] .gallery-photos {
  background: #f9fafb !important;
}

.big-photo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.imageDisplay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
  padding: 0 12px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .imageDisplay {
    padding: 0 10px;
  }
}

.gallery_prev_thumb,
.gallery_next_thumb,
.prev,
.next {
  pointer-events: auto !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 20 !important;
}

.gallery_prev_inner,
.gallery_next_inner {
  width: 44px !important;
  height: 44px !important;
  border-radius: 9999px !important;
  background: rgba(0, 0, 0, 0.65) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  line-height: 1 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
}

.gallery_prev_inner:hover,
.gallery_next_inner:hover {
  background: rgba(0, 0, 0, 0.85) !important;
  transform: scale(1.1) !important;
}

.gallery_prev_inner:active,
.gallery_next_inner:active {
  transform: scale(0.95) !important;
}

@media (max-width: 600px) {
  .gallery_prev_inner,
  .gallery_next_inner {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
}
.image-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 25;
}
@media (max-width: 600px) {
  .image-counter {
    font-size: 11px;
    padding: 3px 6px;
  }
}

.gallery-photos .imageDisplay {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 12px;
  pointer-events: none;
}

.gallery-photos .gallery_prev_thumb,
.gallery-photos .gallery_next_thumb {
  pointer-events: auto;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  box-shadow: none !important;
}

.gallery-photos .gallery_prev_inner,
.gallery-photos .gallery_next_inner {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  border: none;
  transition: transform .15s ease, background .15s ease;
}

.gallery-photos .gallery_prev_inner:hover,
.gallery-photos .gallery_next_inner:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

.big-photo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.big-photo-foreground img {
  display: block;
  margin: 0 auto;
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .properties-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.property-item {
  padding: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 13px;
}
.property-item:hover {
  background: #eff6ff;
  border-color: #e89c0a;
}
.property-item .lp-bold {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 12px;
  color: #1f2937;
}

@media (prefers-color-scheme: dark) {
  .property-item {
    background: #0f172a;
    border-color: #334155;
  }
  .property-item:hover {
    background: #1a2332;
  }
  .property-item .lp-bold {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .property-item {
  background: #0f172a;
  border-color: #334155;
}
html[data-theme="dark"] .property-item:hover {
  background: #1a2332;
}
html[data-theme="dark"] .property-item .lp-bold {
  color: #f1f5f9;
}

html[data-theme="light"] .property-item {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
}
html[data-theme="light"] .property-item:hover {
  background: #eff6ff !important;
}
html[data-theme="light"] .property-item .lp-bold {
  color: #1f2937 !important;
}

.lp-prices-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lp-prices-bar {
    flex-direction: column;
  }
}

.lp-price-item {
  flex: 1;
  min-width: 100px;
  padding: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  .lp-price-item {
    width: 100%;
  }
}
.lp-price-item.lp-euro-price {
  font-size: 20px;
  font-weight: 700;
  color: #267d3d;
}
.lp-price-item.lp-crypto-price {
  font-size: 12px;
}
.lp-price-item.lp-crypto-price img {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

@media (prefers-color-scheme: dark) {
  .lp-price-item {
    background: #0f172a;
    border-color: #334155;
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .lp-price-item {
  background: #0f172a;
  border-color: #334155;
  color: #f1f5f9;
}

html[data-theme="light"] .lp-price-item {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
  color: #333 !important;
}

.seller-info {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .seller-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (prefers-color-scheme: dark) {
  .seller-info {
    background: #0f172a;
    border-color: #334155;
  }
}
html[data-theme="dark"] .seller-info {
  background: #0f172a;
  border-color: #334155;
}

html[data-theme="light"] .seller-info {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
}

.seller-avatar {
  flex-shrink: 0;
}
.seller-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  .seller-avatar img {
    width: 60px;
    height: 60px;
  }
}

.seller-details {
  flex: 1;
  min-width: 0;
}

.seller-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #1f2937;
}
.seller-name a {
  text-decoration: none;
  color: #e89c0a;
}
.seller-name a:hover {
  text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
  .seller-name {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .seller-name {
  color: #f1f5f9;
}

html[data-theme="light"] .seller-name {
  color: #1f2937 !important;
}

.seller-description {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  color: #6b7280;
}

@media (prefers-color-scheme: dark) {
  .seller-description {
    color: #cbd5e1;
  }
}
html[data-theme="dark"] .seller-description {
  color: #cbd5e1;
}

html[data-theme="light"] .seller-description {
  color: #6b7280 !important;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  background: #e89c0a;
  color: white !important;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 40px;
}
.lp-button:hover {
  background: #c18208;
  color: white !important;
  text-decoration: none !important;
}
.lp-button:active {
  background: #ad7507;
}
.lp-button:focus-visible {
  outline: 2px solid #e89c0a;
  outline-offset: 2px;
}
.lp-button.lp-border {
  background: transparent;
  border: 1.5px solid #d1d5db;
  color: #1f2937 !important;
}
@media (prefers-color-scheme: dark) {
  .lp-button.lp-border {
    border: 1.5px solid #4b5563;
    color: #e5e7eb !important;
  }
  .lp-button.lp-border:hover {
    background: rgba(232, 156, 10, 0.15);
    border-color: #e89c0a;
    color: #e89c0a !important;
  }
}
html[data-theme="dark"] .lp-button.lp-border {
  border: 1.5px solid #4b5563;
  color: #e5e7eb !important;
}
html[data-theme="dark"] .lp-button.lp-border:hover {
  background: rgba(232, 156, 10, 0.15);
  border-color: #e89c0a;
  color: #e89c0a !important;
}
.lp-button.lp-border:hover {
  background: #f9fafb;
  border-color: #e89c0a;
  color: #e89c0a !important;
}
.lp-button.lp-border.bookmarked {
  background-color: #e89c0a !important;
  color: white !important;
  border: 1px solid #e89c0a !important;
}
.lp-button.lp-border.bookmarked:hover {
  background: #c18208 !important;
  color: white !important;
  border-color: #c18208 !important;
}
.lp-button.lp-border.bookmarked:active {
  color: white !important;
}
.lp-button.lp-border.bookmarked img {
  filter: brightness(0) invert(1);
}
.lp-button.bookmarked {
  background-color: #e89c0a !important;
  color: white !important;
  border-color: #e89c0a !important;
}
.lp-button.bookmarked:hover {
  background: #c18208 !important;
  color: white !important;
}
.lp-button.bookmarked:active {
  color: white !important;
}
.lp-button.bookmarked svg {
  stroke: white !important;
}
.lp-button.lp-border-orange2 {
  border-color: #e89c0a;
  color: #e89c0a !important;
}
.lp-button.lp-border-orange2.bookmarked {
  color: white !important;
}
.lp-button.lp-green2 {
  background: #5ba831;
}
.lp-button.lp-green2:hover {
  background: #4a8828;
}
.lp-button.lp-red {
  background: #c53030;
}
.lp-button.lp-red:hover {
  background: #a42828;
}
.lp-button.lp-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}
.lp-button.lp-orange2 {
  background: #e89c0a;
}
.lp-button.lp-round {
  border-radius: 50%;
}
@media (max-width: 600px) {
  .lp-button {
    width: 100%;
  }
}

.lp-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-family: "liberation_sansregular", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}
@media (prefers-color-scheme: dark) {
  .lp-input {
    background: #1a2332;
    border: 1px solid #334155;
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .lp-input {
  background: #1a2332;
  border: 1px solid #334155;
  color: #f1f5f9;
}
.lp-input:focus {
  outline: none;
  border-color: #e89c0a;
  box-shadow: 0 0 0 3px rgba(232, 156, 10, 0.1);
}
@media (max-width: 600px) {
  .lp-input {
    font-size: 16px;
  }
}

textarea.lp-input {
  resize: vertical;
  min-height: 100px;
  padding: 10px 12px;
}

.lp-tag {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.lp-tag.lp-green {
  background: rgba(91, 168, 49, 0.2);
  color: #5ba831;
}
.lp-tag.lp-red {
  background: rgba(197, 48, 48, 0.2);
  color: #c53030;
}
.lp-tag.lp-orange {
  background: rgba(232, 156, 10, 0.2);
  color: #e89c0a;
}
.lp-tag.lp-black {
  background: rgba(26, 26, 26, 0.2);
  color: #1a1a1a;
}
.lp-tag.lp-deep-orange {
  background: #e89c0a;
  color: white;
}
.lp-tag.lp-spin {
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modalDialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.modalDialog:target, .modalDialog.active {
  display: flex;
}
.modalDialog > div {
  width: 90%;
  max-width: 500px;
  border-radius: 4px;
  padding: 12px;
  z-index: 100000;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .modalDialog > div {
    background: #1a2332;
  }
}
html[data-theme="dark"] .modalDialog > div {
  background: #1a2332;
}

.close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  background: #606061;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.close:hover {
  background: #00d9ff;
}
.close:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}

.bgCover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
.bgCover.active {
  display: block;
}

.overlayBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  display: none;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .overlayBox {
    background: #1a2332;
  }
}
html[data-theme="dark"] .overlayBox {
  background: #1a2332;
}
.overlayBox.active {
  display: block;
}

.lp-feature-header {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f9fafb;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
}
@media (prefers-color-scheme: dark) {
  .lp-feature-header {
    background: #0f172a;
    color: #f1f5f9;
    border-color: #334155;
  }
}
html[data-theme="dark"] .lp-feature-header {
  background: #0f172a;
  color: #f1f5f9;
  border-color: #334155;
}
html[data-theme="light"] .lp-feature-header {
  background: #f9fafb !important;
  color: #1f2937 !important;
  border-color: #e5e7eb !important;
}

.lp-feature-list {
  padding: 10px;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .lp-feature-list {
    background: #0f172a;
  }
}
html[data-theme="dark"] .lp-feature-list {
  background: #0f172a;
}
html[data-theme="light"] .lp-feature-list {
  background: #ffffff !important;
}
.lp-feature-list input[type="checkbox"] {
  min-height: auto !important;
  min-width: auto !important;
}

.lp-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.lp-feature-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  color: #1f2937;
  margin: 0;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  .lp-feature-item label {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .lp-feature-item label {
  color: #f1f5f9;
}
html[data-theme="light"] .lp-feature-item label {
  color: #1f2937 !important;
}
.lp-feature-item .lp-feature-name {
  flex: 1;
  color: #1f2937;
}
@media (prefers-color-scheme: dark) {
  .lp-feature-item .lp-feature-name {
    color: #f1f5f9;
  }
}
html[data-theme="dark"] .lp-feature-item .lp-feature-name {
  color: #f1f5f9;
}
html[data-theme="light"] .lp-feature-item .lp-feature-name {
  color: #1f2937 !important;
}
.lp-feature-item .lp-feature-price {
  font-weight: 700;
  color: #e89c0a;
  white-space: nowrap;
  font-size: 12px;
}
.lp-feature-item input[type="checkbox"] {
  min-height: auto !important;
  min-width: auto !important;
  width: 14px !important;
  height: 14px !important;
}

.lp-checkbox {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #e89c0a;
  flex-shrink: 0;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  padding: 0;
  margin: 0;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.item-title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .item-title-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .item-title-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.item-title-content {
  flex: 1;
  min-width: 0;
}
.item-title-content h1 {
  margin: 0;
  word-break: break-word;
}

.item-qrcode {
  flex-shrink: 0;
  padding: 12px;
  border-radius: 4px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .item-qrcode {
    background: #0f172a;
    border-color: #334155;
  }
}
html[data-theme="dark"] .item-qrcode {
  background: #0f172a;
  border-color: #334155;
}
html[data-theme="light"] .item-qrcode {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
}
.item-qrcode img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .item-qrcode {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .item-qrcode img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 600px) {
  .item-qrcode {
    padding: 8px;
    width: 100%;
    margin-top: 10px;
  }
  .item-qrcode img {
    width: 70px;
    height: 70px;
  }
}

.share-popup, .share-container {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  padding: 12px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
  max-width: 90% !important;
  width: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
@media (prefers-color-scheme: dark) {
  .share-popup, .share-container {
    background: #1a2332 !important;
    color: #f1f5f9 !important;
  }
}
html[data-theme="dark"] .share-popup,
html[data-theme="dark"] .share-container {
  background: #1a2332 !important;
  color: #f1f5f9 !important;
}
html[data-theme="light"] .share-popup, html[data-theme="light"] .share-container {
  background: #ffffff !important;
  color: #1f2937 !important;
}
@media (max-width: 600px) {
  .share-popup, .share-container {
    width: 90% !important;
  }
}
.share-popup h3, .share-popup h4, .share-container h3, .share-container h4 {
  margin: 0 0 10px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
@media (prefers-color-scheme: dark) {
  .share-popup h3, .share-popup h4, .share-container h3, .share-container h4 {
    color: #f1f5f9 !important;
  }
}
html[data-theme="dark"] .share-popup h3,
html[data-theme="dark"] .share-popup h4,
html[data-theme="dark"] .share-container h3,
html[data-theme="dark"] .share-container h4 {
  color: #f1f5f9 !important;
}
html[data-theme="light"] .share-popup h3, html[data-theme="light"] .share-popup h4, html[data-theme="light"] .share-container h3, html[data-theme="light"] .share-container h4 {
  color: #1f2937 !important;
}

.share-popup-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  display: none !important;
}
.share-popup-overlay.active {
  display: block !important;
}

#shareBtn {
  color: #1f2937 !important;
}
#shareBtn svg {
  stroke: #1f2937 !important;
}
@media (prefers-color-scheme: dark) {
  #shareBtn {
    color: #f1f5f9 !important;
  }
  #shareBtn svg {
    stroke: #f1f5f9 !important;
  }
}
html[data-theme="dark"] #shareBtn {
  color: #f1f5f9 !important;
}
html[data-theme="dark"] #shareBtn svg {
  stroke: #f1f5f9 !important;
}
html[data-theme="light"] #shareBtn {
  color: #1f2937 !important;
}
html[data-theme="light"] #shareBtn svg {
  stroke: #1f2937 !important;
}
#shareBtn:hover {
  color: white !important;
}
#shareBtn:hover svg {
  stroke: white !important;
}

.share-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
}
.share-buttons a, .share-buttons button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  width: 90px !important;
  min-height: 90px !important;
  padding: 10px !important;
  border-radius: 4px !important;
  border: 1px solid #e5e7eb !important;
  background: #f9fafb !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  gap: 8px !important;
}
@media (prefers-color-scheme: dark) {
  .share-buttons a, .share-buttons button {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
  }
}
html[data-theme="dark"] .share-buttons a,
html[data-theme="dark"] .share-buttons button {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #f1f5f9 !important;
}
html[data-theme="light"] .share-buttons a, html[data-theme="light"] .share-buttons button {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
  color: #1f2937 !important;
}
.share-buttons a:hover, .share-buttons button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  background: #e89c0a !important;
  border-color: #e89c0a !important;
  color: white !important;
}
.share-buttons a:active, .share-buttons button:active {
  transform: scale(0.95) !important;
}
.share-buttons a svg, .share-buttons button svg {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  fill: none !important;
}
.share-buttons a span, .share-buttons button span {
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

.share-popup-close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 28px !important;
  height: 28px !important;
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  cursor: pointer !important;
  color: #666 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
@media (prefers-color-scheme: dark) {
  .share-popup-close {
    color: #cbd5e1 !important;
  }
}
html[data-theme="dark"] .share-popup-close {
  color: #cbd5e1 !important;
}
html[data-theme="light"] .share-popup-close {
  color: #666 !important;
}
.share-popup-close:hover {
  color: #e89c0a !important;
}

.share-url-container {
  display: flex !important;
  gap: 6px !important;
  margin-top: 10px !important;
}
.share-url-container input {
  flex: 1 !important;
  padding: 8px 12px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
  background: #f9fafb !important;
  color: #1f2937 !important;
  font-size: 12px !important;
}
@media (prefers-color-scheme: dark) {
  .share-url-container input {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
  }
}
html[data-theme="dark"] .share-url-container input {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #f1f5f9 !important;
}
html[data-theme="light"] .share-url-container input {
  background: #f9fafb !important;
  border-color: #e5e7eb !important;
  color: #1f2937 !important;
}
.share-url-container button {
  padding: 8px 14px !important;
  background: #e89c0a !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.share-url-container button:hover {
  background: #c18208 !important;
}

.lp-row.lp-padding {
  display: grid !important;
  grid-template-columns: 9.375rem 1fr 5.5rem;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  background: var(--color-bg-body);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease;
  min-height: 8rem;
  padding: 0 !important;
  margin-bottom: 10px !important;
  width: 100%;
  border-color: rgba(232, 156, 10, 0.15);
  box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.08), 0 0 6px rgba(232, 156, 10, 0.03);
}
@media (prefers-color-scheme: light) {
  .lp-row.lp-padding {
    background: #ffffff;
  }
}
@media (prefers-color-scheme: dark) {
  .lp-row.lp-padding {
    background: #1a2332;
  }
}
html[data-theme="light"] .lp-row.lp-padding {
  background: #ffffff;
}
html[data-theme="dark"] .lp-row.lp-padding {
  background: #1a2332;
}
@media (prefers-color-scheme: dark) {
  .lp-row.lp-padding {
    border-color: rgba(232, 156, 10, 0.25);
    box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.12), 0 0 10px rgba(232, 156, 10, 0.08);
  }
}
html[data-theme="dark"] .lp-row.lp-padding {
  border-color: rgba(232, 156, 10, 0.25);
  box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.12), 0 0 10px rgba(232, 156, 10, 0.08);
}
html[data-theme="light"] .lp-row.lp-padding {
  border-color: rgba(232, 156, 10, 0.15);
  box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.08), 0 0 6px rgba(232, 156, 10, 0.03);
}
.lp-row.lp-padding:hover {
  border-color: rgba(232, 156, 10, 0.3);
  box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.15), 0 0 12px rgba(232, 156, 10, 0.12);
}
@media (prefers-color-scheme: dark) {
  .lp-row.lp-padding:hover {
    box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.2), 0 0 16px rgba(232, 156, 10, 0.15);
  }
}
html[data-theme="dark"] .lp-row.lp-padding:hover {
  box-shadow: inset 0 0 0 1px rgba(232, 156, 10, 0.2), 0 0 16px rgba(232, 156, 10, 0.15);
}

.lp-row.lp-padding > .lp-quarter {
  grid-column: 1;
  grid-row: 1 / 4;
  position: relative;
  width: 9.375rem;
  height: 8rem;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-bg-secondary);
  padding: 0 !important;
}
.lp-row.lp-padding > .lp-quarter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-color-scheme: dark) {
  .lp-row.lp-padding > .lp-quarter img {
    object-fit: cover;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .lp-row.lp-padding > .lp-quarter img {
    transition: transform 0.5s ease-in-out;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-row.lp-padding > .lp-quarter img {
    transition: none;
  }
}
.lp-row.lp-padding > .lp-quarter a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-row.lp-padding > .lp-quarter a:focus-visible {
  outline: 3px solid #e89c0a;
  outline-offset: -3px;
}
@media (prefers-reduced-motion: no-preference) {
  .lp-row.lp-padding > .lp-quarter a:hover img {
    transform: scale(1.08);
  }
}
.lp-row.lp-padding > .lp-threequarter {
  grid-column: 2;
  padding: 0 !important;
  display: contents;
}
.lp-row.lp-padding > .lp-threequarter > div:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
  padding: 0.375rem 0.5rem 0.125rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.3;
}
.lp-row.lp-padding > .lp-threequarter > div:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: var(--color-text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0;
  line-height: 1.3;
}
.lp-row.lp-padding > .lp-threequarter > div:nth-child(3) {
  grid-column: 2;
  grid-row: 3;
  padding: 0 0.5rem 0.375rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin: 0;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  font-weight: 500;
}
.lp-row.lp-padding > div:last-child {
  grid-column: 3;
  grid-row: 2 / 4;
  padding: 0.25rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #5ba831;
  gap: 0.1rem;
  line-height: 1.1;
}
.lp-row.lp-padding > div:last-child .lp-tag {
  white-space: nowrap;
  font-size: 0.6rem;
  padding: 0.1rem 0.2rem;
  line-height: 1;
  margin: 0;
}

@media (max-width: 768px) {
  .lp-row.lp-padding {
    grid-template-columns: 8rem 1fr 1fr !important;
    grid-template-rows: 1.5rem 1.5rem 1.5rem !important;
    min-height: auto !important;
  }
  .lp-row.lp-padding > .lp-quarter {
    width: 100% !important;
    grid-column: 1 / 4 !important;
    grid-row: 1 !important;
    height: 120px !important;
  }
  .lp-row.lp-padding > .lp-threequarter {
    display: contents !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(1) {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
    font-size: 0.9rem !important;
    padding: 0.25rem 0.375rem !important;
    -webkit-line-clamp: 1 !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(2) {
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
    font-size: 0.75rem !important;
    padding: 0 0.375rem 0.25rem !important;
    -webkit-line-clamp: 1 !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(3) {
    display: none !important;
  }
  .lp-row.lp-padding > div:last-child {
    grid-column: 3 !important;
    grid-row: 2 / 4 !important;
    font-size: 0.65rem !important;
  }
}
@media (max-width: 600px) {
  .lp-row.lp-padding {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
  }
  .lp-row.lp-padding > .lp-quarter {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 100px !important;
  }
  .lp-row.lp-padding > .lp-threequarter {
    display: contents !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .lp-row.lp-padding > .lp-threequarter > div:nth-child(3) {
    grid-column: 1 !important;
    grid-row: 4 !important;
    display: flex !important;
  }
  .lp-row.lp-padding > div:last-child {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }
}
.gallery-photos {
  position: relative;
  width: 100%;
  height: 450px;
  max-height: 450px;
  border-radius: 4px;
  overflow: hidden;
}

.big-photo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-photos .imageDisplay {
  z-index: 20 !important;
}

.gallery-photos .gallery_prev_thumb,
.gallery-photos .gallery_next_thumb {
  z-index: 20 !important;
}

.gallery-photos .image-counter {
  z-index: 25 !important;
}
