.button-ghost{align-items:center;border-radius:1.75rem;box-sizing:border-box;color:var(--assign-button-ghost-color);column-gap:.625rem;cursor:pointer;display:flex;flex-direction:row;font:300 normal var(--map-fallback-copy-fontsize)/var(--map-fallback-copy-lineheight) var(--font-text);justify-content:center;letter-spacing:.06em;min-height:3rem;padding:.5rem 1.875rem;position:relative;text-decoration:none}:not(:focus,:focus-visible)>.button-ghost:not(:hover){border:.0625rem solid var(--map-button-ghost-hover-surface);color:var(--assign-button-ghost-color)}.button-ghost:hover,:focus-visible>.button-ghost,:focus>.button-ghost{background:var(--map-button-ghost-hover-surface);border:none;color:var(--map-button-ghost-hover-text)}:active>.button-ghost{background:var(--assign-button-active-surface);border:.0625rem solid var(--map-button-active-border);color:var(--alias-color-primary-default)}:disabled>.button-ghost{background:var(--assign-button-dormant-surface);color:var(--assign-button-dormant-color)}