.rental-block-editor {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  margin: 10px 0;
}

.rental-title {
  font-size: 24px;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 20px;
  border: 1px dashed #cbd5e1;
  padding: 10px;
  border-radius: 4px;
}

.rental-sub-title {
  color: #e3af64;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  border: 1px dashed #cbd5e1;
  padding: 10px;
  border-radius: 4px;
}

.rental-item-editor {
  font-size: 14px;
  color: #34495e;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px dashed #cbd5e1;
  border-radius: 4px;
  background: #f8fafc;
}

.rental-item-editor input,
.rental-item-editor textarea {
  border-radius: 4px !important;
  border: 1px solid #cbd5e1 !important;
}
