.radio-buttons{display:flex}.radio-buttons.aspect-ratio-one .radio-button{width:4.4rem}.radio-buttons .radio-group-legend{padding-bottom:.4rem}.radio-buttons .radio-button{height:4.4rem;padding:.2rem 0;border:1px solid var(--color-border-default);background:var(--white);display:flex;justify-content:center;text-align:center;cursor:pointer;align-items:center;color:var(--color-text-disabled)}.radio-buttons .radio-button:has(:checked){color:var(--color-border-active);background:var(--color-background-select-selected);border:1px solid var(--color-border-active)}.radio-buttons .radio-button:first-of-type{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.radio-buttons .radio-button:last-of-type{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
