.guest-location-consent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;min-height:150px;padding:24px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;text-align:center}.guest-location-consent p{margin:0;color:#52627a;font-size:14px;line-height:1.7}.guest-location-consent p a{color:#4338ca;font-weight:700;text-decoration:underline;text-underline-offset:3px}.guest-location-consent>span{color:#dc2626;font-size:13px}.guest-location-consent>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:#4f46e5;color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.guest-location-consent>button:disabled{cursor:wait;opacity:.72}.guest-location-consent>button svg{width:18px;height:18px}.guest-location-consent__spinner{animation:guest-location-consent-spin .8s linear infinite}@keyframes guest-location-consent-spin{to{transform:rotate(1turn)}}