@layer helpers {
    .sr-only {
        position: absolute;
        width: 1px !important;
        height: 1px !important;
        line-height: 0;
        z-index: -10;
        border: 0;
        white-space: nowrap;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        color: inherit;
        padding: 0 !important;
        margin: 0 !important;

        & * {
            all: inherit !important;
        }
    }

    .disp-n {
        display: none !important;
    }
}
