.coop-pill{--pill-font-size-badge:var(--text-size-10);--pill-font-size:var(--text-size-16);--pill-height:var(--spacing-48);height:var(--pill-height);min-height:var(--pill-height);padding:0 var(--spacing-20);border-radius:var(--ui-border-radius-3xl);font-size:var(--pill-font-size);line-height:var(--type-line-height-default);white-space:nowrap;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex;position:relative}.coop-pill .coop-pill--badge{top:0;right:var(--spacing-12);padding:var(--spacing-2) var(--spacing-6);border-radius:var(--ui-border-radius-lg);font-size:var(--pill-font-size-badge);font-weight:600;line-height:var(--type-line-height);text-transform:uppercase;position:absolute;transform:translateY(-50%)}.coop-pill[data-size=sm]{--pill-height:var(--spacing-40);--pill-font-size:var(--text-size-14)}.coop-pill[data-size=lg]{--pill-height:var(--spacing-56);--pill-font-size:var(--text-size-18);--pill-font-size-badge:var(--text-size-12);padding:0 var(--spacing-24)}a.coop-pill:focus-visible,a.coop-pill:hover{text-decoration:underline}
.coop-expandable{--expandable-bg-color:var(--bg-color,var(--color-tint-grey));padding:var(--spacing-10) var(--spacing-16);border-radius:var(--ui-border-radius-lg);font-size:var(--text-size-18);background-color:var(--expandable-bg-color);display:inline-block}.coop-expandable>summary{cursor:pointer;font-size:var(--text-size-20);font-weight:var(--font-weight-default);align-items:center;list-style:none;display:flex;position:relative}.coop-expandable .coop-expandable--icon{margin:-1px 0 0 .5rem;transition:transform .2s ease-out}.coop-expandable[open]{box-shadow:0 0 0 var(--spacing-6) var(--expandable-bg-color)}.coop-expandable[open] .coop-expandable--icon{transform:rotate(180deg)}.coop-expandable[open]>summary{margin-bottom:var(--spacing-10);font-weight:var(--font-weight-medium)}
