// Layout
.grid-child {
display: flex;
width: 100%;
max-width: max-width(xxl);
margin-right: auto;
margin-left: auto;
}
.mod-custom {
position: relative;
}
.system-debug {
display: block;
}
.options-form {
width: 100%;
padding: 1vw 2vw;
margin-bottom: 1rem;
color: #495057;
background-color: $white;
border: 1px solid #b2bfcd;
> legend {
float: none;
width: auto;
padding: 0 .5rem;
font-weight: 700;
color: #495057;
background-color: $white;
}
}