/* /Components/Common/EntityHeader.razor.rz.scp.css */
.side-left[b-ii8f1syvcm] {
    position: absolute;
    left: 20px; /* or right: 0; for right alignment */
}

.side-right[b-ii8f1syvcm] {
    position: absolute;
    right: 8px; /* or right: 0; for right alignment */
}

.center[b-ii8f1syvcm] {
    margin: 0 auto; /* Ensures it's centered */
}
/* /Pages/Terms/Index.razor.rz.scp.css */
.row[b-oooix567ru] {
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center;     /* Centers vertically if needed */
    position: relative;      /* Allows absolute positioning */
}

.side-right-card[b-oooix567ru] {
    position: absolute;
    right: 2px; /* or right: 0; for right alignment */
}

.side-left-card[b-oooix567ru] {
    position: absolute;
    left: 2px; /* or right: 0; for right alignment */
}
/* /Pages/Terms/IndexHeader.razor.rz.scp.css */
.side-left[b-yjvun0uour] {
    position: absolute;
    left: 20px; /* or right: 0; for right alignment */
}

.side-right[b-yjvun0uour] {
    position: absolute;
    right: 8px; /* or right: 0; for right alignment */
}

.center[b-yjvun0uour] {
    margin: 0 auto; /* Ensures it's centered */
}
