.country-state-actions{display:flex;min-width:0}.csa-btn{gap:8px;cursor:pointer;font-weight:600;transition:background-color .14s var(--ease-standard),border-color .14s var(--ease-standard),transform .14s var(--ease-standard)}.csa-btn,.csa-btn__icon{display:inline-flex;align-items:center}.csa-btn__icon{flex:none;justify-content:center;color:rgb(var(--csa-tone))}.csa-btn__label{min-width:0}.csa-btn__check{flex:none;color:rgb(var(--csa-tone))}.country-state-actions--dialog{flex-direction:column;gap:6px}.country-state-actions--dialog .csa-btn{width:100%;padding:11px 12px;border:1px solid rgba(var(--pb-ink-rgb),.18);border-radius:10px;background:rgba(var(--pb-ink-rgb),.03);text-align:left;font-size:13px;color:var(--pb-ink)}.country-state-actions--dialog .csa-btn__icon{width:30px;height:30px;border-radius:8px;background:rgba(var(--csa-tone),.1);box-shadow:inset 0 0 0 1px rgba(var(--csa-tone),.35)}.country-state-actions--dialog .csa-btn__label{flex:1}.country-state-actions--dialog .csa-btn:focus-visible,.country-state-actions--dialog .csa-btn:hover{background:rgba(var(--pb-ink-rgb),.07)}.country-state-actions--dialog .csa-btn.is-active{background:rgba(var(--csa-tone),.08);border-color:rgba(var(--csa-tone),.4)}.country-state-actions--dialog .csa-btn--blue{--csa-tone:var(--pb-stamp-blue-rgb)}.country-state-actions--dialog .csa-btn--green{--csa-tone:var(--pb-stamp-green-rgb)}.country-state-actions--dialog .csa-btn--orange{--csa-tone:var(--pb-stamp-orange-rgb)}.country-state-actions--dialog .csa-btn--neutral{--csa-tone:var(--pb-stamp-blue-rgb)}.country-state-actions--icon .csa-btn{width:30px;height:30px;padding:0;border:0;border-radius:8px;background:none;color:rgb(var(--csa-tone))}.country-state-actions--icon .csa-btn:focus-visible,.country-state-actions--icon .csa-btn:hover{background:rgba(var(--csa-tone),.12)}.country-state-actions--icon .csa-btn--orange{--csa-tone:var(--pb-stamp-orange-rgb)}.country-state-actions--page{flex-wrap:wrap;justify-content:center;gap:.5rem}.country-state-actions--page .csa-btn{padding:.5rem .9rem;min-height:40px;border-radius:999px;font-size:.8rem;color:var(--on-media-text);background:var(--on-media-fill);border:1px solid var(--on-media-border)}.country-state-actions--page .csa-btn:focus-visible,.country-state-actions--page .csa-btn:hover{background:var(--on-media-fill-hover);transform:translateY(-1px)}.country-state-actions--page .csa-btn.is-active{color:var(--on-media-text);background:rgba(var(--csa-tone),.22);border-color:rgba(var(--csa-tone),.7)}.country-state-actions--page .csa-btn.is-active .csa-btn__check,.country-state-actions--page .csa-btn.is-active .csa-btn__icon{color:rgb(var(--csa-tone))}.country-state-actions--page .csa-btn--blue{--csa-tone:var(--color-accent-blue-light-rgb)}.country-state-actions--page .csa-btn--green{--csa-tone:74,194,138}.country-state-actions--page .csa-btn--orange{--csa-tone:var(--color-orange-rgb)}.country-state-actions--page .csa-btn--neutral{--csa-tone:148,163,184}@media (prefers-reduced-motion:reduce){.csa-btn{transition:none}}