.form-checkbox__label{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:100%;cursor:pointer;}.form-checkbox__label-text p{display:inline;}.form-checkbox{width:100%;}.form-checkbox input:checked+label .svg-checkbox__square-solid{visibility:visible;display:flex;align-items:center;width:1rem;height:1rem;justify-content:center;}.icon-text-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem;}.icon-block,.icon-block img{max-width:1rem;width:100%;}.form-checkbox input:checked+label .svg-checkbox__square{display:none;}.form-checkbox .svg-checkbox__square-solid{display:none;}.form-checkbox svg{width:1rem;height:1rem;}.form-checkbox .svg-checkbox__square{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;}.form-checkbox .svg-checkbox__square-solid .light{fill:var(--background_color);stroke:var(--primary_text);}.form-checkbox .svg-checkbox__square-solid .dark{fill:var(--primary_text);stroke:var(--background_color);}.adjustment{margin-top:var(--adjustment_m);}.button-group__gap{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--btn_group_gap_m);width:100%;.Button{width:fit-content}}.content-alignment--right{text-align:end;margin-left:auto;.rating-stars-text{align-items:flex-end}.button-group__gap{justify-content:flex-end}}.content-alignment--left{text-align:start;margin-right:auto;.rating-stars-text{align-items:flex-start}.button-group__gap{justify-content:flex-start}}.content-alignment--center{text-align:center;margin-right:auto;margin-left:auto;.rating-stars-text{align-items:center}.button-group__gap{justify-content:center}}@media screen and (min-width:1025px){.adjustment{margin-top:var(--adjustment_d)}.button-group__gap{gap:var(--btn_group_gap_d)}}