.items-remove-v2{overflow-x:clip}.items-remove-v2__grid{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:.85rem;min-width:0}@media (min-width:640px){.items-remove-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem}}@media (min-width:1024px){.items-remove-v2__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.05rem}}.items-remove-v2__cell{min-width:0;display:flex;height:100%}.items-remove-v2__card{display:flex;align-items:center;gap:.85rem;width:100%;min-height:100%;padding:1rem 1.05rem;border-radius:var(--radius-sm,.75rem);border:1px solid rgba(18,228,252,.35);background:rgba(255,255,255,.04);color:inherit;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.18);cursor:default;pointer-events:none}.items-remove-v2__card--link{pointer-events:auto;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.items-remove-v2__card--link:hover{border-color:rgba(18,228,252,.65);background:rgba(18,228,252,.06);box-shadow:0 4px 14px rgba(0,0,0,.18),0 0 0 1px rgba(18,228,252,.12),0 0 18px rgba(18,228,252,.18)}.items-remove-v2__card--link:focus-visible{outline:2px solid var(--color-teal,#12e4fc);outline-offset:2px}.items-remove-v2__icon{display:inline-flex;flex-shrink:0;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.55rem;background:rgba(246,176,27,.16);color:var(--color-orange,#f6b01b)}.items-remove-v2__icon-svg{width:1.2rem;height:1.2rem}.items-remove-v2__card-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0;text-align:left}.items-remove-v2__card-title{margin:0;font-size:.9375rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;color:#ffffff}.items-remove-v2__card-desc{margin:0;font-size:.8125rem;font-weight:500;line-height:1.4;color:rgb(209,213,219)}.items-remove-v2__cta{display:flex;justify-content:center;margin-top:2rem}@media (min-width:768px){.items-remove-v2__cta{margin-top:2.5rem}}.items-remove-v2__cta-btn{text-transform:none}