.locstep-ic { color: var(--accent); display: flex; justify-content: center; }
.locstep-ic svg { width: 34px; height: 34px; }
.locstep-ic-off { color: var(--text-dim); }
.locstep-ic-ok { color: var(--success); }
.locstep-deal {
background: color-mix(in srgb, var(--accent) 8%, transparent);
border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent);
border-radius: var(--radius);
padding: 10px 12px;
}
.locstep-cta { margin-top: 4px; }
.locstep-subline {
font-size: 11.5px; color: var(--text-dim); opacity: 0.85;
text-align: center; margin-top: 6px;
}

.locstep-tabs { display: flex; gap: 6px; justify-content: center; margin: 8px 0 4px; }
.locstep-tab {
background: transparent; cursor: pointer; font: inherit; font-size: 12px;
color: var(--text-dim); border: 1px solid var(--border);
border-radius: 999px; padding: 5px 12px;
}
.locstep-tab.active {
color: var(--text); border-color: var(--accent);
background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.locstep-plat {
text-align: left; font-size: 12.5px; line-height: 1.55; color: var(--text-dim);
background: color-mix(in srgb, var(--border) 30%, transparent);
border-radius: var(--radius); padding: 12px 14px;
display: flex; flex-direction: column; gap: 8px;
}
.locstep-plat b { color: var(--text); }
.locstep-note { font-size: 11.5px; opacity: 0.85; }
.locstep-auto { font-size: 11.5px; color: var(--text-dim); opacity: 0.8; margin-top: 6px; text-align: center; }
.locstep-retry { align-self: center; margin-top: 4px; }

#locstep-wall.overlay-modal { z-index: 1600; }
