.shophand-public-walkins { width: min(640px, calc(100% - 28px)); margin: 8px auto 18px; color: #fff; text-align: left; }
.shophand-public-walkins[hidden] { display: none !important; }
.shophand-walkin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; }
.shophand-walkin-card { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center; min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px 3px 16px 3px; background: linear-gradient(145deg, rgba(48,48,50,.96), rgba(25,25,27,.96)); box-shadow: 0 12px 30px rgba(0,0,0,.36); }
.shophand-walkin-avatar { position: relative; width: 76px; height: 76px; }
.shophand-walkin-avatar img,
.shophand-walkin-fallback { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; object-fit: cover; background: #24140e; color: #ffac6f; font-size: 21px; font-weight: 900; }
.shophand-walkin-avatar i { position: absolute; right: 2px; bottom: 3px; width: 17px; height: 17px; border: 3px solid #15100e; border-radius: 50%; background: #44d17a; box-shadow: 0 0 10px #44d17a; }
.shophand-walkin-copy { min-width: 0; }
.shophand-walkin-copy > span { display: block; color: #78e7a1; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.shophand-walkin-copy > strong { display: block; overflow: hidden; margin-top: 3px; text-overflow: ellipsis; white-space: nowrap; font-size: 21px; }
.shophand-walkin-copy > small { display: block; color: #c8c0bd; margin-top: 2px; font-size: 12px; }
.shophand-walkin-copy > a { display: inline-block; margin-top: 8px; color: #ffa462; font-size: 12px; font-weight: 800; text-decoration: none; }
@media (max-width: 650px) {
	.shophand-public-walkins { width: calc(100% - 22px); margin-top: 6px; margin-bottom: 16px; }
  .shophand-walkin-grid { grid-template-columns: 1fr; }
  .shophand-walkin-card { grid-template-columns: 64px 1fr; }
  .shophand-walkin-avatar,
  .shophand-walkin-avatar img,
  .shophand-walkin-fallback { width: 64px; height: 64px; }
}
