/* Faith Baptist v7 slim pill contract adapted for Mitcham Chapel preview. */
body { padding-bottom: calc(64px + env(safe-area-inset-bottom)) !important; }
.preview-dock { position: fixed; inset: auto auto calc(16px + env(safe-area-inset-bottom)) 50%; z-index: 100; width: max-content; max-width: calc(100% - 32px); height: 34px; padding: 0 8px; transform: translateX(-50%); box-sizing: border-box; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: #252525; color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.28); font: 700 11px/1 Manrope, sans-serif; }
.preview-dock-scroll { display:flex; align-items:center; gap:8px; height:100%; overflow-x:auto; scrollbar-width:none; white-space:nowrap; }.preview-dock-scroll::-webkit-scrollbar { display:none; }.preview-designs { display:flex; align-items:center; gap:8px; }.preview-group-label { display:inline-flex; align-items:center; gap:4px; color:#bdbdbd; letter-spacing:.08em; }.preview-dock-icon { width:12px; height:12px; flex:0 0 12px; }.preview-design { display:inline-flex; align-items:center; justify-content:center; gap:4px; min-width:44px; height:28px; padding:0 10px; box-sizing:border-box; border-radius:999px; color:#fff; text-decoration:none; }.preview-design:hover,.preview-design:focus-visible { background:rgba(255,255,255,.12); color:#fff; }.preview-design.is-active { background:#BC2026; color:#fff; }.preview-design strong { font:inherit; }.preview-dock-divider { flex:0 0 1px; width:1px; height:16px; background:rgba(255,255,255,.28); } @media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
