#selectedStore {
    display:none; /* Hide for now but keep in case someone decides they want it later */
    width: 100%;
    text-align: center;
    color: rgb(var(--color-foreground));
    text-decoration: none;
}

::backdrop {
    background-color: #000;
    opacity: 0.25;
}

dialog {
    text-align: center;
    border-radius: 14px;
}