.modal { width: 100%; } .modalContent { gap: unset; } @media screen and (min-width: 768px) { /* Override modal width for this specific flow */ .modal { width: 460px !important; } }