.klrl-wrap,
.klrl-single,
.klrl-booking,
.klrl-submit {
  --klrl-primary: #0d3532;
  --klrl-gold: #b9935a;
  --klrl-gold-dark: #94703e;
  --klrl-ink: #17211f;
  --klrl-muted: #6f746f;
  --klrl-soft: #f4f0e8;
  --klrl-line: #ded8cc;
  color: var(--klrl-ink);
}

body.klrl-standalone-page {
  margin: 0 !important;
  background: #f3f0e9;
}

body.klrl-standalone-page header,
body.klrl-standalone-page footer,
body.klrl-standalone-page .site-header,
body.klrl-standalone-page .site-footer,
body.klrl-standalone-page #masthead,
body.klrl-standalone-page #colophon,
body.klrl-standalone-page .elementor-location-header,
body.klrl-standalone-page .elementor-location-footer,
body.klrl-standalone-page .entry-header,
body.klrl-standalone-page .page-header,
body.klrl-standalone-page .entry-title,
body.klrl-standalone-page .elementor-spacer,
body.klrl-standalone-page .elementor-widget-spacer {
  display: none !important;
}

body.klrl-standalone-page .site,
body.klrl-standalone-page .site-content,
body.klrl-standalone-page #content,
body.klrl-standalone-page main,
body.klrl-standalone-page article,
body.klrl-standalone-page .entry-content,
body.klrl-standalone-page .elementor,
body.klrl-standalone-page .elementor-section-wrap,
body.klrl-standalone-page .elementor-element,
body.klrl-standalone-page .e-con,
body.klrl-standalone-page .e-con-inner,
body.klrl-standalone-page .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.klrl-wrap {
  width: min(100% - 16px, 1180px);
  margin: 0 auto;
  padding: 4px 0 10px;
}

.klrl-wrap p,
.klrl-wrap h1,
.klrl-wrap h2,
.klrl-wrap h3 {
  margin-top: 0;
}

.klrl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .9fr);
  gap: 8px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(185, 147, 90, .24), transparent 32%),
    linear-gradient(135deg, #0b2b29, #102f2c 60%, #192f2a);
  margin-bottom: 4px;
  position: relative;
}

.klrl-add-listing-link {
  position: absolute;
  top: 6px;
  right: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(240, 211, 151, .42);
  border-radius: 7px;
  color: #f0d397;
  background: rgba(255, 255, 255, .06);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.klrl-area {
  color: var(--klrl-gold-dark);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin: 0 0 2px;
}

.klrl-hero h1 {
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.08;
  margin: 0 0 1px;
  color: #fff;
}

.klrl-hero-title > p:not(.klrl-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  line-height: 1.25;
}

.klrl-brand-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}

.klrl-brand-mark {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 6px;
  color: #17211f;
  background: linear-gradient(135deg, #e1c17e, #b9935a);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(185, 147, 90, .18);
}

.klrl-brand-line strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

.klrl-brand-line small {
  margin-left: 2px;
  color: rgba(255, 255, 255, .55);
  font-size: 8px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.klrl-hero-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 5px 7px;
  border-left: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
}

.klrl-hero-contact strong {
  display: block;
  color: #e0bf7e;
  font-size: 12px;
  line-height: 1.25;
}

.klrl-hero-contact p {
  margin: 1px 0 2px;
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  line-height: 1.2;
}

.klrl-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
}

.klrl-contact-links a {
  color: #f0d397;
  font-weight: 700;
  font-size: 10px;
  text-decoration: none;
}

.klrl-hero-qr {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

.klrl-hero-qr img {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  object-fit: cover;
}

.klrl-search,
.klrl-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.klrl-search {
  grid-template-columns: 1.6fr 1.25fr 1fr .75fr .75fr auto auto;
  margin-bottom: 2px;
  padding: 6px;
  border: 1px solid var(--klrl-line);
  border-radius: 9px;
  background: #fbfaf7;
  box-shadow: 0 8px 22px rgba(23, 33, 31, .06);
}

.klrl-reset-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 6px 9px;
  border: 1px solid var(--klrl-line);
  border-radius: 999px;
  color: var(--klrl-primary);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.klrl-search input,
.klrl-search select,
.klrl-booking input,
.klrl-booking textarea,
.klrl-submit input,
.klrl-submit textarea,
.klrl-submit select {
  width: 100%;
  border: 1px solid var(--klrl-line);
  border-radius: 8px;
  padding: 7px 8px;
  color: var(--klrl-ink);
  background: #fff;
  font: inherit;
}

.klrl-submit {
  width: min(100% - 16px, 980px);
  margin: 6px auto;
}

.klrl-submit-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.klrl-submit-head > div {
  display: flex;
  gap: 7px;
  align-items: center;
}

.klrl-submit-head a {
  color: var(--klrl-primary);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.klrl-direct-listing-form > label {
  display: grid;
  gap: 4px;
  margin-bottom: 7px;
  font-weight: 700;
}

.klrl-photo-upload small {
  color: var(--klrl-muted);
  font-size: 10px;
  font-weight: 400;
}

.klrl-photo-upload input[type="file"] {
  padding: 7px;
  background: #fff;
}

.klrl-existing-photos {
  margin-bottom: 7px;
}

.klrl-existing-photos > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}

.klrl-existing-photos img {
  width: 72px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
}

.klrl-replace-photos {
  display: flex !important;
  flex-direction: row;
  gap: 6px !important;
  align-items: center;
  font-size: 11px;
}

.klrl-replace-photos input {
  width: auto !important;
}

.klrl-publish-success {
  width: min(100% - 16px, 980px);
  margin: 6px auto;
  padding: 9px 12px;
  border: 1px solid #b9d7c5;
  border-radius: 8px;
  color: #245b39;
  background: #edf8f1;
  font-weight: 700;
}

.klrl-search button,
.klrl-button,
.klrl-booking button,
.klrl-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  background: linear-gradient(135deg, var(--klrl-gold), var(--klrl-gold-dark));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.klrl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  align-items: start;
}

.klrl-card {
  overflow: hidden;
  border: 1px solid var(--klrl-line);
  border-radius: 10px;
  background: #fffdf9;
  box-shadow: 0 3px 12px rgba(21, 35, 34, .05);
}

.klrl-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.klrl-card-body {
  padding: 5px 6px;
}

.klrl-card h2 {
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.klrl-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  align-items: center;
  margin-bottom: 1px;
}

.klrl-card-heading h2 {
  min-width: 0;
}

.klrl-card-heading .klrl-price {
  margin: 0;
  font-size: 15px;
  white-space: nowrap;
}

.klrl-card h2 a {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.klrl-card h2 a {
  color: var(--klrl-ink);
  text-decoration: none;
}

.klrl-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--klrl-gold-dark);
  margin: 0;
}

.klrl-card-location {
  margin: 0 0 2px;
  color: var(--klrl-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.klrl-image-type {
  position: absolute;
  top: 5px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(13, 53, 50, .82);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.klrl-image-type {
  left: 5px;
}

.klrl-card-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  margin-bottom: 2px;
}

.klrl-card-facts span {
  overflow: hidden;
  padding: 2px;
  border-radius: 6px;
  background: #f4f0e8;
  color: #544c40;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.klrl-card-facts .klrl-size-fact {
  line-height: 1.1;
  white-space: normal;
}

.klrl-card .klrl-button {
  min-height: 23px;
  padding: 2px 7px;
  font-size: 11px;
  background: var(--klrl-primary);
}

.klrl-single-nav {
  display: flex;
  gap: 7px;
  margin: 5px 0;
}

.klrl-single-nav a {
  padding: 6px 9px;
  border-radius: 7px;
  color: #fff;
  background: var(--klrl-primary);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.klrl-single-nav .klrl-edit-listing-link {
  color: #17211f;
  background: linear-gradient(135deg, #e1c17e, #b9935a);
}

.klrl-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
  padding: 11px;
  border-radius: 10px;
  background: var(--klrl-soft);
}

.klrl-empty strong,
.klrl-empty span {
  display: inline-block;
}

.klrl-empty a {
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--klrl-primary);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.klrl-pagination {
  margin-top: 7px;
}

.klrl-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.klrl-pagination a,
.klrl-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid var(--klrl-line);
  border-radius: 7px;
  color: var(--klrl-primary);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.klrl-pagination .current {
  color: #fff;
  border-color: var(--klrl-primary);
  background: var(--klrl-primary);
}

.klrl-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0;
}

.klrl-photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.klrl-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0;
}

.klrl-facts div {
  padding: 16px;
  border-radius: 18px;
  background: var(--klrl-soft);
}

.klrl-facts span {
  display: block;
  color: var(--klrl-muted);
  font-size: 13px;
}

.klrl-facts strong {
  display: block;
  margin-top: 4px;
  font-size: 19px;
}

.klrl-location,
.klrl-highlights,
.klrl-booking,
.klrl-submit {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid var(--klrl-line);
  border-radius: 10px;
  background: #fff;
}

.klrl-location a {
  margin-left: 10px;
}

.klrl-highlights ul {
  margin: 0;
  padding-left: 22px;
}

.klrl-booking label,
.klrl-submit label {
  display: grid;
  gap: 4px;
  margin-bottom: 5px;
  font-weight: 700;
}

.klrl-form-message {
  margin: 7px 0 0;
  color: var(--klrl-primary);
  font-weight: 700;
}

@media (max-width: 900px) {
  .klrl-grid,
  .klrl-search,
  .klrl-form-grid,
  .klrl-facts,
  .klrl-photo-strip {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 640px) {
  .klrl-grid,
  .klrl-search,
  .klrl-form-grid,
  .klrl-facts,
  .klrl-photo-strip {
    grid-template-columns: 1fr;
  }

  .klrl-hero {
    padding: 11px;
  }

  .klrl-hero-contact {
    grid-template-columns: 1fr;
  }

  .klrl-hero-qr {
    justify-self: start;
  }

}

@media (max-width: 1050px) {
  .klrl-hero {
    grid-template-columns: 1fr;
  }

  .klrl-hero-contact {
    border-top: 1px solid rgba(28, 95, 90, .15);
    border-left: 0;
  }

  .klrl-brand-line small {
    display: none;
  }

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

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

@media (max-width: 900px) {
  .klrl-search,
  .klrl-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .klrl-search,
  .klrl-form-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 430px) {
  .klrl-grid {
    grid-template-columns: 1fr;
  }
}
