:root {
  --mhk-rental-gold: #d7b45a;
  --mhk-rental-dark: #050505;
  --mhk-rental-card: #090909;
  --mhk-rental-text: #f7f4ea;
  --mhk-rental-muted: #d5cfbf;
  --mhk-rental-border: rgba(215, 180, 90, .92);
  --mhk-rental-border-soft: rgba(215, 180, 90, .26);
  --mhk-rental-shadow: 0 20px 60px rgba(0,0,0,.45);
  --mhk-rental-glow: radial-gradient(circle at top, rgba(215,180,90,.16), transparent 56%);
  --mhk-rental-success: #44d07d;
  --mhk-rental-warning: #f1b740;
  --mhk-rental-danger: #ff6c6c;
}

.mhk-rental-section,
.mhk-rental-single {
  box-sizing: border-box;
  width: 100%;
  color: var(--mhk-rental-text) !important;
  font-family: inherit;
  background: transparent !important;
  color-scheme: dark;
}

.mhk-rental-section *,
.mhk-rental-single * {
  box-sizing: border-box;
}

body .mhk-rental-section,
body .mhk-rental-single,
.elementor .mhk-rental-section,
.elementor .mhk-rental-single {
  background-color: transparent !important;
  background-image: none !important;
}

.mhk-rental-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 22px 86px;
}

.mhk-rental-stage,
.mhk-rental-product-shell,
.mhk-rental-request-shell {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--mhk-rental-border) !important;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(180deg, rgba(8,8,8,.98), rgba(5,5,5,.98));
  box-shadow: var(--mhk-rental-shadow), inset 0 0 0 1px rgba(255,255,255,.03);
}

.mhk-rental-stage::before,
.mhk-rental-product-shell::before,
.mhk-rental-request-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mhk-rental-glow);
  pointer-events: none;
}

.mhk-rental-stage {
  padding: 34px;
}

.mhk-rental-stage-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.mhk-rental-eyebrow,
.mhk-rental-stage-head .mhk-rental-eyebrow,
.mhk-rental-price-head .mhk-rental-eyebrow,
.mhk-rental-request-intro .mhk-rental-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px !important;
  color: var(--mhk-rental-gold) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.mhk-rental-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.mhk-rental-stage h2,
.mhk-rental-stage-head h2,
.mhk-rental-single h1,
.mhk-rental-request-intro h2,
.mhk-rental-price-head h2,
.mhk-rental-section .mhk-rental-stage h2 {
  margin: 0 !important;
  color: var(--mhk-rental-gold) !important;
  font-size: clamp(34px, 4.6vw, 60px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
}

.mhk-rental-stage-lead,
.mhk-rental-stage-head p,
.mhk-rental-lead,
.mhk-rental-request-intro p,
.mhk-rental-section .mhk-rental-stage p,
.mhk-rental-summary .mhk-rental-lead {
  margin: 16px 0 0 !important;
  color: var(--mhk-rental-muted) !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.mhk-rental-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr);
  gap: 24px;
  margin-bottom: 34px;
}

.mhk-rental-stage-main,
.mhk-rental-stage-side,
.mhk-rental-grid-wrap,
.mhk-rental-info-box,
.mhk-rental-price-box,
.mhk-rental-gallery-item,
.mhk-rental-form,
.mhk-rental-unavailable {
  position: relative;
  background: rgba(8,8,8,.85) !important;
  border: 1px solid var(--mhk-rental-border-soft) !important;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

.mhk-rental-stage-main {
  padding: 24px;
}

.mhk-rental-stage-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.mhk-rental-stage-badges span,
.mhk-rental-keypoints span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--mhk-rental-border-soft) !important;
  color: var(--mhk-rental-text) !important;
  background: rgba(255,255,255,.02) !important;
  font-size: 13px;
  font-weight: 700;
}

.mhk-rental-stage-badges span::before,
.mhk-rental-keypoints span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mhk-rental-gold);
  box-shadow: 0 0 10px rgba(215,180,90,.55);
}

.mhk-rental-stage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhk-rental-stage-steps article,
.mhk-rental-stage-stat {
  min-width: 0;
  padding: 18px 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--mhk-rental-border-soft) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01)) !important;
}

.mhk-rental-stage-steps strong,
.mhk-rental-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(215,180,90,.08) !important;
  border: 1px solid var(--mhk-rental-border-soft) !important;
  color: var(--mhk-rental-gold) !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mhk-rental-stage-steps h3,
.mhk-rental-stage .mhk-rental-stage-steps h3 {
  margin: 14px 0 8px !important;
  color: var(--mhk-rental-text) !important;
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

.mhk-rental-stage-steps p,
.mhk-rental-stage-side span,
.mhk-rental-card-body > p,
.mhk-rental-card .mhk-rental-card-body > p,
.mhk-rental-info-box small,
.mhk-rental-request-intro p,
.mhk-rental-summary .mhk-rental-lead,
.mhk-rental-price-head p {
  margin: 0 !important;
  color: var(--mhk-rental-muted) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.mhk-rental-stage-side {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.mhk-rental-stage-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mhk-rental-gold) !important;
  font-size: clamp(24px, 3.2vw, 38px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.mhk-rental-grid-wrap {
  padding: 18px;
}

.mhk-rental-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.mhk-rental-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12,12,12,.98), rgba(8,8,8,.98)) !important;
  border: 1.5px solid var(--mhk-rental-border) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.02);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mhk-rental-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 22px rgba(215,180,90,.12);
}

.mhk-rental-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, #151515, #080808) !important;
  border-bottom: 1px solid var(--mhk-rental-border-soft) !important;
  text-decoration: none !important;
}

.mhk-rental-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(215,180,90,.16), transparent 36%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.18));
}

.mhk-rental-image-overlay {
  position: absolute;
  inset: auto 18px 16px auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--mhk-rental-border-soft);
  background: rgba(5,5,5,.9);
  box-shadow: 0 0 0 1px rgba(255,255,255,.02) inset;
}

.mhk-rental-image-overlay::before {
  content: "→";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--mhk-rental-gold);
  font-size: 20px;
  font-weight: 900;
}

.mhk-rental-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.4));
  transition: transform .35s ease;
}

.mhk-rental-card:hover .mhk-rental-image img {
  transform: scale(1.04);
}

.mhk-rental-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: var(--mhk-rental-gold) !important;
  color: #080808 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mhk-rental-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 24px;
}

.mhk-rental-card-top,
.mhk-rental-card-footer,
.mhk-rental-summary-head,
.mhk-rental-action-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.mhk-rental-card h3,
.mhk-rental-card-body h3,
.mhk-rental-section .mhk-rental-card h3 {
  margin: 14px 0 10px !important;
  color: var(--mhk-rental-gold) !important;
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.mhk-rental-card h3 a,
.mhk-rental-section .mhk-rental-card h3 a {
  color: var(--mhk-rental-gold) !important;
  text-decoration: none !important;
}

.mhk-rental-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mhk-rental-text) !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.mhk-rental-status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mhk-rental-success);
  box-shadow: 0 0 12px rgba(68,208,125,.55);
}

.mhk-status-request span { background: var(--mhk-rental-warning); box-shadow: 0 0 12px rgba(241,183,64,.55); }
.mhk-status-unavailable span { background: var(--mhk-rental-danger); box-shadow: 0 0 12px rgba(255,108,108,.55); }

.mhk-rental-status-big {
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid var(--mhk-rental-border-soft);
  background: rgba(255,255,255,.02) !important;
  white-space: nowrap;
}

.mhk-rental-mini-facts,
.mhk-rental-facts {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 22px !important;
  list-style: none;
}

.mhk-rental-mini-facts li,
.mhk-rental-facts li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: var(--mhk-rental-text) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.mhk-rental-mini-facts li::before,
.mhk-rental-facts li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mhk-rental-gold);
  box-shadow: 0 0 10px rgba(215,180,90,.45);
}

.mhk-rental-card-footer {
  margin-top: auto;
  align-items: flex-end;
  padding-top: 18px;
  border-top: 1px solid var(--mhk-rental-border-soft);
}

.mhk-rental-from {
  color: var(--mhk-rental-text) !important;
  font-size: 15px;
}

.mhk-rental-from strong {
  margin: 0 5px 0 4px;
  color: var(--mhk-rental-gold) !important;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

.mhk-rental-from small {
  color: var(--mhk-rental-muted) !important;
}

.mhk-rental-button,
.mhk-rental-submit,
.mhk-rental-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1.5px solid var(--mhk-rental-gold) !important;
  color: var(--mhk-rental-gold) !important;
  background: #080808 !important;
  box-shadow: 0 12px 20px rgba(0,0,0,.18);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: all .22s ease;
}

.mhk-rental-button:hover,
.mhk-rental-submit:hover,
.mhk-rental-whatsapp:hover {
  color: #080808 !important;
  background: var(--mhk-rental-gold) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(215,180,90,.18);
}

.mhk-rental-button span,
.mhk-rental-submit span {
  font-size: 18px;
}

.mhk-rental-button.is-filled,
.mhk-rental-submit {
  color: #080808 !important;
  background: var(--mhk-rental-gold) !important;
}

.mhk-rental-button.is-filled:hover,
.mhk-rental-submit:hover {
  filter: brightness(1.02);
}

.mhk-rental-button.is-disabled {
  opacity: .55;
  cursor: not-allowed;
}

.mhk-rental-empty,
.mhk-rental-unavailable {
  padding: 28px;
  text-align: center;
  color: var(--mhk-rental-muted) !important;
}

/* Single page */
.mhk-rental-single {
  min-height: 72vh;
  padding: 42px 20px 84px;
}

.mhk-rental-single-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.mhk-rental-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--mhk-rental-gold) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.mhk-rental-back:hover {
  opacity: .86;
}

.mhk-rental-product-shell,
.mhk-rental-request-shell {
  padding: 26px;
}

.mhk-rental-product-shell {
  margin-bottom: 28px;
}

.mhk-rental-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 24px;
  align-items: start;
}

.mhk-rental-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mhk-rental-gallery-item {
  min-height: 220px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #151515, #070707) !important;
}

.mhk-rental-gallery-item.is-main {
  grid-column: 1 / -1;
  min-height: 420px;
}

.mhk-rental-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.45));
}

.mhk-rental-summary {
  padding: 14px 4px 4px;
}

.mhk-rental-summary h1,
.mhk-rental-single .mhk-rental-summary h1 {
  margin: 0 !important;
  color: var(--mhk-rental-text) !important;
  font-size: clamp(34px, 4.8vw, 56px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}

.mhk-rental-summary .mhk-rental-lead {
  margin-top: 16px !important;
  font-size: 17px !important;
}

.mhk-rental-keypoints {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 22px;
}

.mhk-rental-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.mhk-rental-info-box {
  padding: 18px;
}

.mhk-rental-info-box span {
  display: block;
  margin-bottom: 9px;
  color: var(--mhk-rental-gold) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mhk-rental-info-box strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mhk-rental-text) !important;
  font-size: 20px;
  line-height: 1.2;
}

.mhk-rental-price-box {
  padding: 22px;
  margin-bottom: 22px;
}

.mhk-rental-price-head {
  margin-bottom: 16px;
}

.mhk-rental-price-head h2,
.mhk-rental-single .mhk-rental-price-head h2 {
  color: var(--mhk-rental-gold) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
}

.mhk-rental-price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--mhk-rental-border-soft);
  color: var(--mhk-rental-text) !important;
  font-size: 15px;
}

.mhk-rental-price-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.mhk-rental-price-row strong {
  color: var(--mhk-rental-gold) !important;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.mhk-rental-price-row.is-extra strong {
  font-size: 18px;
}

.mhk-rental-action-row {
  align-items: center;
  flex-wrap: wrap;
}

.mhk-rental-request-shell {
  padding: 28px;
}

.mhk-rental-request-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.mhk-rental-request-intro h2,
.mhk-rental-single .mhk-rental-request-intro h2 {
  color: var(--mhk-rental-gold) !important;
  font-size: clamp(28px, 3.8vw, 44px) !important;
}

.mhk-form-message {
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  font-size: 15px;
  line-height: 1.6;
}

.mhk-form-message.is-success {
  color: #d9ffea !important;
  background: rgba(68,208,125,.16) !important;
  border-color: rgba(68,208,125,.35) !important;
}

.mhk-form-message.is-error {
  color: #ffe3e3 !important;
  background: rgba(255,108,108,.14) !important;
  border-color: rgba(255,108,108,.32) !important;
}

.mhk-rental-form {
  padding: 22px;
}

.mhk-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.mhk-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mhk-rental-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: var(--mhk-rental-text) !important;
  font-size: 14px;
  font-weight: 700;
}

.mhk-rental-form .mhk-full {
  grid-column: 1 / -1;
}

.mhk-rental-form input,
.mhk-rental-form textarea,
.mhk-rental-form select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--mhk-rental-border-soft) !important;
  background: rgba(5,5,5,.88) !important;
  color: var(--mhk-rental-text) !important;
  font: inherit;
  outline: none;
  box-shadow: none;
}

.mhk-rental-form textarea {
  min-height: 150px;
  resize: vertical;
}

.mhk-rental-form input:focus,
.mhk-rental-form textarea:focus,
.mhk-rental-form select:focus {
  border-color: var(--mhk-rental-gold) !important;
  box-shadow: 0 0 0 3px rgba(215,180,90,.12);
}

.mhk-privacy {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start !important;
  column-gap: 12px !important;
  margin: 18px 0 18px;
  color: var(--mhk-rental-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.mhk-privacy input {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: .22em 0 0 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: center !important;
  position: relative;
  top: 0;
  accent-color: var(--mhk-rental-gold);
}

.mhk-rental-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  text-align: center;
  color: var(--mhk-rental-muted) !important;
}

@media (max-width: 1080px) {
  .mhk-rental-stage-grid,
  .mhk-rental-single-grid {
    grid-template-columns: 1fr;
  }

  .mhk-rental-stage-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .mhk-rental-section,
  .mhk-rental-single {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mhk-rental-stage,
  .mhk-rental-product-shell,
  .mhk-rental-request-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .mhk-rental-grid,
  .mhk-rental-info-grid,
  .mhk-form-grid,
  .mhk-rental-gallery {
    grid-template-columns: 1fr;
  }

  .mhk-rental-gallery-item.is-main {
    min-height: 300px;
  }

  .mhk-rental-image {
    height: 270px;
  }

  .mhk-rental-card-footer,
  .mhk-rental-summary-head,
  .mhk-rental-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mhk-rental-status-big {
    align-self: flex-start;
  }

  .mhk-rental-button,
  .mhk-rental-submit,
  .mhk-rental-whatsapp {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mhk-rental-stage h2,
  .mhk-rental-summary h1,
  .mhk-rental-request-intro h2 {
    word-break: break-word;
  }

  .mhk-rental-grid-wrap,
  .mhk-rental-stage-main,
  .mhk-rental-stage-side,
  .mhk-rental-form,
  .mhk-rental-price-box {
    padding: 16px;
  }

  .mhk-rental-card-body {
    padding: 18px;
  }

  .mhk-rental-card h3,
  .mhk-rental-section .mhk-rental-card h3 {
    font-size: 26px !important;
  }
}

/* v2.5: unavailable cards are visually and functionally non-clickable */
.mhk-rental-card.is-unavailable .mhk-rental-image-disabled {
  cursor: default !important;
}

.mhk-rental-card.is-unavailable h3 span {
  color: var(--mhk-rental-gold) !important;
}

.mhk-rental-card.is-unavailable a,
.mhk-rental-card.is-unavailable [role="link"] {
  pointer-events: none !important;
}

/* v2.5: robust checkbox/text alignment on every rental request form */
.mhk-rental-form label.mhk-privacy {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.55 !important;
}

.mhk-rental-form label.mhk-privacy > input[type="checkbox"] {
  box-sizing: border-box !important;
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: .16em 0 0 0 !important;
  padding: 0 !important;
  align-self: start !important;
  position: static !important;
  transform: none !important;
  vertical-align: top !important;
}

.mhk-rental-form label.mhk-privacy > .mhk-privacy-text {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.55 !important;
}
