.sd-loc-prompt {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.55);
}

.sd-loc-prompt[hidden] {
    display: none !important;
}

.sd-loc-prompt__card {
    width: 100%;
    max-width: 26rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    padding: 1.5rem 1.5rem 1.25rem;
    text-align: center;
}

.sd-loc-prompt__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(247, 132, 38, 0.12);
    color: #e06f12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.sd-loc-prompt__title {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}

.sd-loc-prompt__text {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #475569;
}

.sd-loc-prompt__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sd-loc-prompt__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.65rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.sd-loc-prompt__btn--primary {
    background: linear-gradient(180deg, #f78426 0%, #e06f12 100%);
    color: #fff;
}

.sd-loc-prompt__btn--ghost {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.sd-loc-chip {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10040;
    max-width: calc(100vw - 2rem);
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 0.8rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sd-loc-chip[hidden] {
    display: none !important;
}

.sd-loc-chip button {
    background: transparent;
    border: none;
    color: #f78426;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}
