.Remote {
flex: 1;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.remote_content {
display: flex;
flex-direction: column;
gap: var(--gap-0);
padding: var(--gap-2);
background-color: var(--col-bg-2);
}
.Remote h2 {
min-width: 100px;
}
.row {
display: flex;
flex-direction: row;
gap: var(--gap-1);
align-items: center;
}
.pos_item {
min-width: 50px;
text-align: center;
}
.target_item {
width: 55px;
}