.dsl-wrap{width:100%;max-width:none;margin:0;padding:0}
.dsl-fullbleed{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}

/* Let Elementor handle typography */
.dsl-title{margin:0 0 16px}

/* Search */
.dsl-form{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin:12px 0 18px}
.dsl-label{display:flex;flex-direction:column;gap:6px;min-width:280px;flex:1}
.dsl-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.dsl-or{opacity:.7;padding:0 4px}
.dsl-status{min-height:22px;margin:10px 0 14px}

/* Map */
.dsl-map{width:100%;height:520px;border-radius:14px;overflow:hidden;margin:10px 0 18px}

/* Cards list */
.dsl-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.dsl-item{border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:16px;background:#fff;cursor:pointer}
.dsl-item:hover{border-color:rgba(0,0,0,.25)}
.dsl-item--placeholder,.dsl-item--empty{cursor:default;opacity:.75}
.dsl-item__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.dsl-item__title{font-weight:700}
.dsl-item__meta{opacity:.75;white-space:nowrap}
.dsl-item__address{margin-top:10px;opacity:.9}
.dsl-item__bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}
.dsl-item__tag{font-size:12px;opacity:.75}
.dsl-item__link{text-decoration:underline}

/* Mobile */
@media (max-width:900px){
  .dsl-list{grid-template-columns:1fr}
}
@media (max-width:640px){
  .dsl-label,.dsl-actions{flex:1 1 100%}
  .dsl-or{display:none}
  .dsl-map{height:360px}
}
