.notch-box{--notch-background:var(--background-color-raised);--notch-text:var(--text-color-raised);--top-notch-height:42px;--bottom-notch-height:36px;--notch-width:100%;display:grid;grid-template-rows:repeat(3,auto);.notch-bottom,.notch-top{color:var(--notch-background);width:var(--notch-width);svg{height:100%;width:100%}}.notch-top{height:var(--top-notch-height);margin-bottom:-1px}.notch-bottom{height:var(--bottom-notch-height);margin-top:-1px}.notch-body{background:var(--notch-background);color:var(--notch-text);padding:8px 24px 12px}}