/* One transparent badge system for light and dark surfaces. */
.royal-status-badge{--royal-badge-ink:#2454d6;--royal-badge-check:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;vertical-align:middle;background:transparent;color:var(--royal-badge-ink);font-family:inherit;font-weight:800;line-height:1.3;white-space:nowrap;text-decoration:none;text-shadow:none;box-sizing:border-box}
.royal-status-badge .royal-status-badge__icon{display:block;flex:none;width:20px;height:20px;overflow:visible;color:var(--royal-badge-ink)}
.royal-status-badge .royal-status-badge__check{stroke:var(--royal-badge-check)}
.royal-status-badge--event{font-size:17px;min-height:39px;padding:3px 2px;letter-spacing:-.04em}
.royal-status-badge--event .royal-status-badge__icon{width:28px;height:28px}
.royal-status-badge--admin-name{font-size:12px;letter-spacing:-.04em;min-height:16px}
.royal-status-badge--admin-level{width:23px;height:18px;vertical-align:-3px}
.royal-status-badge--admin-level .royal-status-badge__icon{width:17px;height:17px}
[data-theme="dark"] .royal-status-badge{--royal-badge-ink:#82b5ff;--royal-badge-check:#14243b}
@media(max-width:767.98px){.royal-status-badge--event{font-size:12px;min-height:33px;gap:4px}.royal-status-badge--event .royal-status-badge__icon{width:21px;height:21px}}
