.productContainer :global(.ant-radio-wrapper:last-child) { width: 100% !important; } .productContainer :global(.ant-radio-label) { width: 100% !important; } /* radio.module.css */ .productContainer :global(.ant-radio-inner) { width: 24px !important; height: 24px !important; border-radius: 30px !important; } .productContainer :global(.ant-radio) { width: 24px !important; height: 24px !important; } .productContainer :global(.ant-radio-checked .ant-radio-inner) { border-radius: 30px !important; } .productContainer :global(.ant-checkbox-wrapper:last-child) { width: 100% !important; } .productContainer :global(.ant-checkbox-label) { width: 100% !important; } /* .productContainer :global(.ant-checkbox-input) { margin-top: 5px !important; } */ .productContainer :global(.ant-checkbox-inner) { border-radius: 40px !important; } /* CheckboxGroup.module.css */ .productContainer :global(.ant-checkbox-inner) { width: 24px !important; height: 24px !important; border-radius: 30px !important; } .productContainer :global(.ant-checkbox) { width: 24px !important; height: 24px !important; } .productContainer :global(.ant-checkbox-checked .ant-checkbox-inner) { border-radius: 30px !important; } .rateIcon { position: relative; top: 2px; margin: 0 5px; } .reorderIcon { position: relative; top: 2px; margin: 0 5px; } .row { width: 100%; padding: 16px 16px 0; position: fixed; bottom: 0; left: 0; background-color: var(--secondary-background); } .button { width: 100%; height: 48px; margin-bottom: 16px; box-shadow: none; }