/**
 * DAF Marketplace — Gallery Styles
 * Location: /assets/front/gallery.css
 */
.dafmp-single-media{margin:0}
.dafmp-single-media__card{padding:10px;background:#fff;border:1px solid #dfe5ea;border-radius:6px}
.dafmp-single-media__primary,.dafmp-single-media__thumbs{min-width:0}
.dafmp-media-frame{overflow:hidden;background:#fff;border:1px solid #e6ebef;border-radius:4px}
.dafmp-media-frame--placeholder{min-height:392px;background:linear-gradient(135deg,rgba(15,23,42,.03),rgba(100,116,139,.06))}
.dafmp-single-media__image,.dafmp-single-hero__image{display:block;width:100%;height:auto;border-radius:0}
.dafmp-single-media__thumbs{margin-top:8px}
.dafmp-gallery-strip{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:stretch;gap:8px}
.dafmp-gallery-strip__nav{display:flex;align-items:center;justify-content:center;width:32px;height:66px;padding:0;background:#fff;border:1px solid #dbe1e7;border-radius:4px;color:#8f99a4;font-size:20px;line-height:1;cursor:pointer}
.dafmp-gallery-strip__nav:hover,.dafmp-gallery-strip__nav:focus{border-color:#c9d1d8;color:#65707c}
.dafmp-gallery-strip__track{display:flex;align-items:center;gap:8px;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}
.dafmp-gallery-strip__track::-webkit-scrollbar{display:none}
.dafmp-gallery-strip__button{display:flex;align-items:center;justify-content:center;flex:0 0 92px;width:92px;height:66px;padding:3px;overflow:hidden;background:#f8fafb;border:1px solid #dbe1e7;border-radius:4px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
.dafmp-gallery-strip__button:hover,.dafmp-gallery-strip__button:focus{border-color:#c8d0d8;background:#fff}
.dafmp-gallery-strip__button.is-active{background:#fff;border-color:#a6b0ba;box-shadow:inset 0 0 0 1px #a6b0ba}
.dafmp-gallery-strip__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:2px}
.dafmp-gallery-strip__track>.dafmp-gallery-strip__button:first-child{margin-left:0}
.dafmp-gallery-strip__track>.dafmp-gallery-strip__button:last-child{margin-right:0}
@media (max-width:1199px){
.dafmp-media-frame--placeholder{min-height:360px}
.dafmp-gallery-strip__button{flex-basis:88px;width:88px}
}
@media (max-width:767px){
.dafmp-single-media__card{padding:8px}
.dafmp-media-frame--placeholder{min-height:300px}
.dafmp-single-media__thumbs{margin-top:8px}
.dafmp-gallery-strip{grid-template-columns:28px minmax(0,1fr) 28px;gap:6px}
.dafmp-gallery-strip__nav{width:28px;height:58px;font-size:18px}
.dafmp-gallery-strip__button{flex:0 0 82px;width:82px;height:58px}
}
@media (max-width:479px){
.dafmp-media-frame--placeholder{min-height:220px}
.dafmp-gallery-strip{grid-template-columns:26px minmax(0,1fr) 26px}
.dafmp-gallery-strip__nav{width:26px;height:52px}
.dafmp-gallery-strip__button{flex:0 0 72px;width:72px;height:52px}
}