/* @see https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap-utilities.css */

.shadow-none {
    box-shadow: none !important;
}

/* @see https://getbootstrap.com/docs/5.3/helpers/stretched-link/ */
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
