If this is helpful for docs, ``` .modal { ... &:global(-arrow) { ... } &:global(-overlay) { ... } } ``` ``` import styles from './styles.module.scss' <Popup className={styles.modal} /> ```