.chip{position:relative}
.chip icon-check{margin-right:-2px;margin-left:-2px}
.chip icon-check svg.icon{width:11px;color:#512b2b}
.chip .chip-input{position:absolute;opacity:0;width:0;height:0;margin:0}
.chip .chip-input + label{-webkit-border-radius:56px;-moz-border-radius:56px;border-radius:56px;cursor:pointer;padding:16px 32px;font-size:1rem;line-height:1.5rem;font-family:Roboto,sans-serif;color:#257886;font-weight:700;position:relative;display:block;background:#fff;text-align:center;white-space:nowrap}
.chip .chip-input + label:has(icon-check){padding-right:26px;padding-left:14px}
.chip .chip-input + label:hover{background:#512b2b1A}
.chip .chip-input + label:active{background:#512b2b3D}
.chip .chip-input.active + label,.chip .chip-input:checked + label{background:#f8dbf5;color:#7b5e5e}
.chip .chip-input:focus-visible + label{border-radius:1px;outline:2px solid var(--line-tabFocus);outline-offset:2px;-webkit-border-radius:56px;-moz-border-radius:56px;border-radius:56px}