.pill:where(.astro-2QEYWK4B) {
    display: flex;
    padding: .5rem 1rem;
    gap: .5rem;
    color: var(--accent-text-over);
    border: 1px solid var(--accent-regular);
    background-color: var(--accent-regular);
    border-radius: 999rem;
    font-size: var(--text-md);
    line-height: 1.35;
    white-space: nowrap
}