#ro-server-status {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 999999;
    min-width: 190px;
    padding: 10px 12px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: rgba(16, 28, 42, 0.78);
    border: 1px solid rgba(180, 220, 255, 0.75);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

#ro-server-status .title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #d8efff;
}

#ro-server-status .row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.45;
}

#ro-server-status .ok {
    color: #69ff91;
}

#ro-server-status .bad {
    color: #ff6d6d;
}

#ro-server-status .muted {
    color: #b9c8d8;
}
