/* Observer-specific styles */

/* Main observer view container */
.observer-view {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Observer content wrapper */
.observer-content {
    position: relative;
    height: 100%;
    width: 100%;
}

/* Observer control panel positioning */
.observer-controls {
    position: absolute;
    width: 100%;
    bottom: 4px;
    display: flex;
    justify-content: center;
    z-index: 100;
}

/* Observer-specific nav worker control override */
.observer-nav-worker-control {
    background-color: #545050;
}

/* Observer-specific first tile styling */
.observer-first-tile {
    margin-left: 0px;
}

/* Observer footer (unique to observer) */
.observer-footer {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    background: #222;
    color: #fff;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}