/* Simple responsive layout */
.dd-sz{margin:1rem 0}
.dd-sz__title{margin:0 0 .75rem;font-size:1.6rem}
.dd-sz__map{margin:0 0 1rem}
.dd-sz__map img{width:100%;height:auto;border-radius:12px}
.dd-sz__grid{display:grid;gap:1rem}
@media (min-width: 720px){
  .dd-sz__grid{grid-template-columns: repeat(3, 1fr)}
}
.dd-sz__card{border:1px solid #eee;border-radius:12px;padding:.75rem;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.dd-sz__thumb{aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#f6f6f6;margin-bottom:.5rem}
.dd-sz__thumb img{width:100%;height:100%;object-fit:cover}
.dd-sz__name{margin:.2rem 0 .25rem;font-size:1.05rem}
.dd-sz__desc{margin:0;color:#444;font-size:.95rem;line-height:1.45}
