.elementor-77 .elementor-element.elementor-element-db88588{--display:flex;}/* Start custom CSS for html, class: .elementor-element-df06267 *//* RENTAL PAGE DIRECTORY REDESIGN */

.plh-rental-list {
  display: grid;
  gap: 22px;
}

.plh-rental-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  transition: 0.25s ease;
}

.plh-rental-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.13);
}

.plh-rental-image,
.plh-rental-profile-icon {
  min-width: 78px;
  height: 78px;
  border-radius: 16px;
  background: #023e8a;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plh-rental-info h3 {
  color: #0077b6;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-rental-info p {
  color: #4b5563;
  margin: 6px 0;
  line-height: 1.6;
}

.plh-rental-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.plh-rental-profile {
  display: flex;
  gap: 25px;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  margin-bottom: 25px;
}

.plh-rental-profile h3 {
  color: #0077b6;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-rental-profile p {
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 10px;
}

@media (max-width: 700px) {
  .plh-rental-item,
  .plh-rental-profile {
    flex-direction: column;
  }

  .plh-rental-image,
  .plh-rental-profile-icon {
    min-width: 65px;
    height: 65px;
  }
}
/* FORM WRAPPER FOR WPForms INSIDE PLH PAGES */
.plh-form-wrapper {
  max-width: 850px;
  margin: 35px auto 0;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
/* RENTAL PAGE DIRECTORY REDESIGN */

.plh-rental-list {
  display: grid;
  gap: 22px;
}

.plh-rental-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  transition: 0.25s ease;
}

.plh-rental-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.13);
}

.plh-rental-image,
.plh-rental-profile-icon {
  min-width: 78px;
  height: 78px;
  border-radius: 16px;
  background: #023e8a;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plh-rental-info h3 {
  color: #0077b6;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-rental-info p {
  color: #4b5563;
  margin: 6px 0;
  line-height: 1.6;
}

.plh-rental-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.plh-rental-profile {
  display: flex;
  gap: 25px;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  margin-bottom: 25px;
}

.plh-rental-profile h3 {
  color: #0077b6;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-rental-profile p {
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 10px;
}

.plh-form-placeholder {
  max-width: 850px;
  margin: 35px auto 0;
  background: #ffffff;
  color: #64748b;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.plh-form-wrapper {
  max-width: 850px;
  margin: 35px auto 0;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.plh-form-wrapper label {
  color: #023e8a !important;
  font-weight: 800 !important;
}

.plh-form-wrapper input,
.plh-form-wrapper textarea,
.plh-form-wrapper select {
  border-radius: 10px !important;
}

.plh-form-wrapper button,
.plh-form-wrapper input[type="submit"] {
  background: #ffb703 !important;
  color: #111827 !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  padding: 12px 24px !important;
}

.plh-form-wrapper button:hover,
.plh-form-wrapper input[type="submit"]:hover {
  background: #fb8500 !important;
  color: #ffffff !important;
}

@media (max-width: 700px) {
  .plh-rental-item,
  .plh-rental-profile {
    flex-direction: column;
  }

  .plh-rental-image,
  .plh-rental-profile-icon {
    min-width: 65px;
    height: 65px;
  }
}/* End custom CSS */