/* ENARC HH Showcase styles */
.ehh-wrap{position:relative;width:100%;overflow:hidden}
.ehh-strip{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}
.ehh-strip::-webkit-scrollbar{height:8px}
.ehh-strip::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}
.ehh-card{scroll-snap-align:start;flex:0 0 auto;width:320px;max-width:520px;background:#fff;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.07);overflow:hidden}
.ehh-ba{position:relative;background:#f6f7f8}
.ehh-ba__wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid #eee}
.ehh-ba__img{display:block;object-fit:cover;width:100%;height:100%}
.ehh-ba__img--after{position:absolute;left:0;top:0;clip-path:inset(0 50% 0 0)}
.ehh-ba__slider{position:absolute;left:0;bottom:8px;width:100%;z-index:2;appearance:none;height:4px;background:rgba(0,0,0,.15);border-radius:4px}
.ehh-ba__slider::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.15)}
.ehh-meta{padding:12px 14px}
.ehh-title{font-size:16px;margin:0 0 4px 0}
.ehh-voice{font-size:14px;color:#333;margin:0 0 8px 0;line-height:1.5}
.ehh-customer{display:flex;align-items:center;gap:8px}
.ehh-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}
.ehh-nav{position:absolute;inset:0;pointer-events:none}
.ehh-prev,.ehh-next{position:absolute;top:40%;transform:translateY(-50%);pointer-events:auto;border:none;background:rgba(255,255,255,.85);border-radius:999px;width:36px;height:36px;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:22px;line-height:36px;text-align:center;cursor:pointer}
.ehh-prev{left:6px}
.ehh-next{right:6px}
