File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/sass/9-Utilities/_utilities.helpers.scss
.u-hidden {
display: none !important
}
.u-visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.u-object-cover {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
.u-margin-auto {
margin: auto;
}
.u-text-align-center {
text-align: center;
}
.u-max-text-width {
max-width: 42em;
}
.u-nowrap {
white-space: nowrap;
}
.u-rounded {
border-radius: 50%;
}
.u-message {
max-width: 575px;
border: 1px solid palette(neutral, 700);
border-radius: 8px;
padding: (space(1) - 1px) space(2);
}