/* Creator Wall — namespaced (dfl-cw-) so it never clashes with the merchant theme */
.dfl-cw{--dfl-line:#e7e7e7;--dfl-ink:#1f1f1f;--dfl-soft:#6b6b72;--dfl-blue:#1e2a78;--dfl-orange:#f2662a;--dfl-orange-soft:#fff3ec;
  font-family:inherit;color:var(--dfl-ink);max-width:1200px;margin:0 auto;padding:40px 16px;box-sizing:border-box}
.dfl-cw *{box-sizing:border-box}
.dfl-cw img{max-width:100%;display:block}
.dfl-cw-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-bottom:30px}
.dfl-cw-title{font-size:clamp(24px,3.4vw,38px);margin:0;font-weight:700}
.dfl-cw-sub{margin:0;color:var(--dfl-soft);font-size:15px;max-width:600px}
.dfl-cw-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--dfl-blue);background:#fff;border:1px solid var(--dfl-line);padding:6px 12px 6px 6px;border-radius:999px;text-decoration:none}
.dfl-cw-badge img{width:20px;height:20px;border-radius:6px}

.dfl-cw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:900px){.dfl-cw-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.dfl-cw-grid{grid-template-columns:1fr}}

.dfl-cw-card{background:#fff;border:1px solid var(--dfl-line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(20,20,40,.05)}
.dfl-cw-media{position:relative;aspect-ratio:4/5;background:#e9ecf3;overflow:hidden;cursor:pointer}
.dfl-cw-track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}
.dfl-cw-track::-webkit-scrollbar{display:none}
.dfl-cw-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always;position:relative}
.dfl-cw-simg{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
.dfl-cw-svid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s;pointer-events:none}
.dfl-cw-svid.show{opacity:1}
.dfl-cw-play{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}
.dfl-cw-dots{position:absolute;top:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3}
.dfl-cw-dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.55);box-shadow:0 0 3px rgba(0,0,0,.4);cursor:pointer;transition:transform .15s,background .15s}
.dfl-cw-dot.on{background:#fff;transform:scale(1.25)}
.dfl-cw-scrim{position:absolute;left:0;right:0;bottom:0;padding:11px 13px;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent);display:flex;align-items:center;gap:9px}
.dfl-cw-av{width:38px;height:38px;border-radius:50%;border:2px solid #fff;object-fit:cover;flex:0 0 auto;background:#ccc}
.dfl-cw-who{color:#fff;line-height:1.2;min-width:0}
.dfl-cw-h{font-weight:600;font-size:14px;display:flex;align-items:center;gap:3px;color:#fff}
.dfl-cw-d{font-size:11.5px;opacity:.9;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}
.dfl-cw-vk{width:15px;height:15px;flex:0 0 auto}
.dfl-cw-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:11px;flex:1}
.dfl-cw-quote{font-size:14px;color:#2b2b2b;margin:0;line-height:1.5}
.dfl-cw-quote:before{content:"\201C";color:var(--dfl-orange);font-weight:700;margin-right:2px}
.dfl-cw-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}
.dfl-cw-pill{font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;background:#eef1f8;color:#3a4a8a;text-decoration:none;display:inline-block}
.dfl-cw-dog_size{background:var(--dfl-orange-soft);color:#c1521e}
.dfl-cw-dog_life_stage{background:#eefaf1;color:#268a55}
.dfl-cw-pill-link{cursor:pointer;transition:filter .12s}
.dfl-cw-pill-link:hover{filter:brightness(.94)}
.dfl-cw-arw{opacity:.7;font-weight:700}
.dfl-cw-postlink{font-size:12px;color:var(--dfl-soft);text-decoration:none}

/* lightbox */
.dfl-cw-lb{position:fixed;inset:0;z-index:2147483000;background:rgba(12,14,25,.93);display:flex;align-items:center;justify-content:center;gap:12px;padding:24px}
.dfl-cw-lb[hidden]{display:none}
.dfl-cw-lb-col{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:min(440px,90vw)}
.dfl-cw-lb-stage{display:flex;align-items:center;justify-content:center;line-height:0}
.dfl-cw-lb-stage img,.dfl-cw-lb-stage video{max-width:100%;max-height:64vh;border-radius:12px;background:#000;display:block}
.dfl-cw-lb-x{position:absolute;top:18px;right:22px;background:none;border:0;color:#fff;font-size:34px;line-height:1;cursor:pointer;opacity:.85;padding:0;box-shadow:none}
.dfl-cw-lb-nav{background:rgba(255,255,255,.12)!important;border:0!important;color:#fff!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;padding:0!important;margin:0!important;border-radius:50%!important;font-size:26px!important;font-weight:400!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer;flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:none!important;appearance:none;-webkit-appearance:none}
.dfl-cw-lb-nav:hover,.dfl-cw-lb-nav:focus,.dfl-cw-lb-nav:active{background:rgba(255,255,255,.22)!important;color:#fff!important;border:0!important;box-shadow:none!important;outline:none}
.dfl-cw-lb-info{text-align:center;color:#fff;max-width:100%}
.dfl-cw-lb-who{display:block;font-weight:700;font-size:14px;margin-bottom:5px}
.dfl-cw-lb-cap{display:block;font-size:13px;line-height:1.5;opacity:.9}
@media(max-width:640px){.dfl-cw-lb-nav{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important}.dfl-cw-lb-stage img,.dfl-cw-lb-stage video{max-height:58vh}}
