/* DPEP V68 — description propre + localisation guidée */
body.dpep-owner-space-v67-body .dpep-owner-form-v64 textarea[name="post_content"] {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  line-height: 1.55 !important;
  white-space: pre-wrap !important;
}
.dpep-location-field-v68 { position: relative; }
.dpep-location-suggestions-v68 {
  position: absolute; left: 0; right: 0; top: calc(100% - 18px); z-index: 20;
  display: none; max-height: 280px; overflow: auto; background: #fff;
  border: 1px solid rgba(7,29,51,.18); box-shadow: 0 22px 50px rgba(7,29,51,.14);
}
.dpep-location-suggestions-v68.is-open { display: block; }
.dpep-location-suggestions-v68 button {
  display: grid; width: 100%; border: 0; border-bottom: 1px solid rgba(7,29,51,.08);
  background: #fff; padding: 13px 15px; text-align: left; color: #071D33; cursor: pointer;
}
.dpep-location-suggestions-v68 button:hover { background: #FAF7F1; }
.dpep-location-suggestions-v68 strong { font: 800 13px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.dpep-location-suggestions-v68 span { margin-top: 4px; color: rgba(7,29,51,.58); font-size: 12px; }
.dpep-location-help-v68 { margin: -4px 0 0; color: rgba(7,29,51,.56); font-size: 13px; line-height: 1.45; }
body.dpep-owner-space-v67-body input[readonly] { color: rgba(7,29,51,.68); background: #F3EFE7 !important; }
