.ds-gdd-widget{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:14px;max-width:420px}
.ds-gdd-row{margin-bottom:12px}
.ds-gdd-row label{display:block;font-weight:600;margin-bottom:6px}
.ds-inline{display:flex;gap:8px;align-items:center}
.ds-inline input{flex:1}
.ds-apply{padding:10px 12px;border:1px solid #ddd;background:#f7f7f7;border-radius:8px;cursor:pointer}
.ds-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ds-radio{margin-right:10px;font-weight:500}
.ds-check{font-weight:600}
.ds-search{width:100%;padding:12px 14px;border:0;border-radius:10px;background:#e74c3c;color:#fff;font-weight:700;cursor:pointer}
.ds-ai-hint{margin-top:8px;padding:8px 10px;border-radius:8px;background:#f2f7ff;border:1px solid #d7e7ff;font-size:13px}

/* Modal */
.ds-gdd-modal{position:fixed;inset:0;z-index:99999}
.ds-gdd-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.ds-gdd-modalbox{position:relative;margin:6vh auto 0;max-width:920px;width:92%;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.ds-gdd-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}
.ds-gdd-modalbody{padding:18px}
.ds-gdd-loading{padding:14px;border:1px dashed #ddd;border-radius:10px;margin-bottom:10px}

.ds-gdd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media (max-width:900px){.ds-gdd-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ds-gdd-grid{grid-template-columns:1fr}}

.ds-gdd-item{display:block;border:1px solid #eee;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:#fff}
.ds-gdd-thumb{height:140px;background:#f3f3f3 center/cover no-repeat}
.ds-gdd-title{padding:10px 10px 0;font-weight:700;font-size:14px}
.ds-gdd-price{padding:6px 10px 12px;font-weight:800}
.ds-gdd-empty{padding:16px;border:1px solid #eee;border-radius:12px;background:#fafafa}
.ds-gdd-pager{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ds-gdd-page{padding:8px 12px;border:1px solid #ddd;background:#fff;border-radius:10px;cursor:pointer}
.ds-gdd-page.is-active{background:#111;color:#fff;border-color:#111}
.ds-gdd-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.ds-ai-title{font-weight:800;margin-bottom:6px}
.ds-ai-note{opacity:.8;margin-top:6px;font-size:12.5px}
.ds-ai-hint div{margin:3px 0}
.ds-ai-list{margin:6px 0 0 18px}
.ds-ai-list li{margin:3px 0}

